Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn 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

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