Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Show items with no data as 0

Hi, Need some help to show 0 for records with no data ,  used logic below  but not working as expected. Approach 1         SalesQty = Coalesce( SUM(Qty),0) Approach 2         SalesQty = SUM(Qty)...