Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

Need Help??

Hi Community,

I have Quarter dimension and Qty Measure.

i want calculate Quarter on Quarter growth in Sales..

Thanks in Advance.........

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

11 Replies
swuehl
Champion III
Champion III

You can use chart inter record functions like above():

Create a straight table with dimension Quarter, then an expression

=sum(Qty)

and for the change

=sum(Qty)/above(sum(Qty))-1

paulwalker
Creator III
Creator III
Author

Hi Swuehl,

PFA,

when i am click Quarter it's not showing data..

Please once check...

swuehl
Champion III
Champion III

The document failed to open on my system. Any security / section access applied?

And please try to reduce your data a little.

paulwalker
Creator III
Creator III
Author

Hi ,

Please try it once..

paulwalker
Creator III
Creator III
Author

Hi Swuehl,

Please Once you see correct or not..

swuehl
Champion III
Champion III

I have an idea, but this would require your Quarter being in chronological load order.

Attaching a modified load script that should do this. Please reload and re-upload.

paulwalker
Creator III
Creator III
Author

Hi,

PFA

swuehl
Champion III
Champion III

Maybe like this?

paulwalker
Creator III
Creator III
Author

Exactly,

Thank you Swuehl.......