Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have a table chart in frontend which containg data as below
I want to subtract Business=Indirect value for month of Apr from Business=Direct and show in a separate table chart.
(here for Apr = 100 - 10). Similar for all months
Desired output:
Regards,
Aditya
Try
Sum(Aggr(Sum({<Business={'Direct'}>}Sales),Month))- Sum(Aggr(Sum({<Business={'Indirect'}>}Sales),Month))