Raaghuik1996
18-03-2020
Hi,
In the attachment below Message Processed have the sum of Failed & Sent fields next to it...I can see data in Message Processed field only when other two fields have data....Need some help
Regards,
Raaghu
wodnicki
MVP
Are there nulls in the cols? Maybe try wrapping each with coalesce(), e.g. coalesce(failed, 0).
Thanks,
-Jon