Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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
Solved! Go to Solution.
Are there nulls in the cols? Maybe try wrapping each with coalesce(), e.g. coalesce(failed, 0).
Thanks,
-Jon
View solution in original post
Views
Likes
Replies