junction123
MIS
Hi
Can I replace an aggregated value with 0?
example
IF Sum ({rptRevenueFinancials_Detail.TradeVolumeDate}, {rptRevenueFinancials_Detail.SubSectionID}) = 0 THEN
Sum ({rptRevenueFinancials_Detail.TradeVolumeDate) = 0.
I am grouping by SubSectionID and summming by TradeVolumeDate.
I get a syntax error.
What is wrong?
Thanks
Can I replace an aggregated value with 0?
example
IF Sum ({rptRevenueFinancials_Detail.TradeVolumeDate}, {rptRevenueFinancials_Detail.SubSectionID}) = 0 THEN
Sum ({rptRevenueFinancials_Detail.TradeVolumeDate) = 0.
I am grouping by SubSectionID and summming by TradeVolumeDate.
I get a syntax error.
What is wrong?
Thanks