Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cummulative using Set Analysis

Hi All,

I have a trend of sum(revenue) on monthly basis.. But now i need to make this trend as the cummulative Trend. ie the subsequent month will go on suming the revenue.. I d'nt want to use the Full accumlation function as available in the Property box.. Want to use it using set analysis or some other way..

Please try to help me..

Thanks in Advance..

Regards,

Ankit

4 Replies
Not applicable
Author

Plz any one can repy...

pover
Luminary Alumni
Luminary Alumni

Use the above() function.

above(sum(Sales)) + sum(Sales)

Not applicable
Author

Thanks Karl for the reply.. But is there any way we can use by Set Analysis alos?

Thanks,

Ankit

pover
Luminary Alumni
Luminary Alumni

Sadly, you cannot reference the dimension value of a chart in the set analysis of an expression. Go to this discussion http://community.qlik.com/forums/t/40894.aspx where John has uploaded an example that might be interesting to you.

Regards.