Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I can not get a chart expression to subtotal in the attached example.
Am I doing something wrong?
See attached simple example.
Hello Adrian,
You have two options, adding condition within aggregation function:
or using set analysis (preferably):=SUM(IF(B>'01/09/2010', C))
Hope that helps.Sum({< B = {">$(=Date('01/10/2010'))"} >} C)
Hello Adrian,
You have two options, adding condition within aggregation function:
or using set analysis (preferably):=SUM(IF(B>'01/09/2010', C))
Hope that helps.Sum({< B = {">$(=Date('01/10/2010'))"} >} C)