Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Pranit4e
Contributor II
Contributor II

Growth rate

I used above function to calculate growth rate against dimensions (Year, Month and Quarter). Here qlik automatically projects growth rate for periods not listed in the year, month and quarter. How to deactivate the same? Here 2018 does not exist. Still i get projections for 2018

2 Solutions

Accepted Solutions
Pranit4e
Contributor II
Contributor II
Author

Hi

Thankyou for your reply

Did that.. It just puts away the zero as values

Num (Sum(Revenue)/Above(Sum(Revenue)) -1, '#,##0.00%') * Avg(1)

Have tried this expression. It helps. Now the only problem is to figure out how to get back my % value

View solution in original post

Pranit4e
Contributor II
Contributor II
Author

Hi

 

And i have resolved the issue 🙂

 

Thank you 🙂

 

View solution in original post

3 Replies
sugisense
Partner - Contributor
Partner - Contributor

Try Untick Include Zero Values in Data handling option.

 

sugisense_0-1593950162605.png

 

Pranit4e
Contributor II
Contributor II
Author

Hi

Thankyou for your reply

Did that.. It just puts away the zero as values

Num (Sum(Revenue)/Above(Sum(Revenue)) -1, '#,##0.00%') * Avg(1)

Have tried this expression. It helps. Now the only problem is to figure out how to get back my % value

Pranit4e
Contributor II
Contributor II
Author

Hi

 

And i have resolved the issue 🙂

 

Thank you 🙂