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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
neerajthakur
Creator III
Creator III

Creating a % Growth/ Loss in Table for different years

xlitzdrama_0-1661409589752.png

Hi, @sunny_talwar I hope you can help me in this with your expertise.

I want to create something similar to above in qliksense calculating %Growth, I have tried something similar but the results get affected by sorting, I will be using this expression for count calculation : count({<Year={'20xx'}>} distinct ref_id) for every year.

 

Thanks & Regards,
Please Accepts as Solution if it solves your query.
1 Reply
Mario_De_Felipe
Luminary
Luminary

Hi @neerajthakur 

Using an straight table:

  1. Set Year as dimension
  2. Set Count expression as count(distinct ref_id)
  3. Set % Growth expression as RangeSum([Count],-above([Count]))/above([Count])

Best regards