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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
gautik92
Specialist III
Specialist III

Growth

How to calculate the growth comparing the MT value?i have attached sample dataUntitled.png

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

There is different formula for this may be your side is different but you can use


( sum([MT Value]) - (sum(Previos Quarter value [MT Value])))


/


sum(TOTAL  [MT Value])

View solution in original post

4 Replies
its_anandrjs
Champion III
Champion III

In the above chart you have 1 dimension and 2 expression used with Combo chart.

Dimension:- Year&'-'&Quarter

Expression:- Sum(MT Value) //This is in Bar

Expression:- Sum( GrowthExpressionHere) //Any calculated formula for Growth calculation and this is are in line graph.

Regards

Anand

gautik92
Specialist III
Specialist III
Author

How to calculate the growth??

Not applicable

Growth may be like:

(sum([MT Value]) - above(sum([MT Value])))/sum([MT Value])

Hope this was helpful.

Thanks,

Singh

its_anandrjs
Champion III
Champion III

There is different formula for this may be your side is different but you can use


( sum([MT Value]) - (sum(Previos Quarter value [MT Value])))


/


sum(TOTAL  [MT Value])