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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to find growth % ?

Hey,

     I have a pivot table with month-year as Row and the retention % as data. I need to find out the growth between the current yr's month against last years.

This is how the table looks.

     

DurationRetention %Growth%

APR 2009

20%
MAY 200940%
APR 201040%100%
MAY 201050%25%
JUN 201060%100%
1 Reply
its_anandrjs
Champion III
Champion III

Hi,

You need to code some thing like this for Growth%

If(Year(Duration)= Yearstart(Today()) , Growth%)

For Growth% calculation it should work better

Hope this helps you.

Regards

Anand