Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sqlpuzzle
Contributor III
Contributor III

chart percentage growth

I would like to have the percentage change over months in a Chart.

How can I get this done on the attached document.

Thanks

1 Solution

Accepted Solutions
sunny_talwar

Check the attached

View solution in original post

4 Replies
sunny_talwar

May be this

=Count({<begindate={'>=$(=Min(Date([Month Year])))'},enddate={'<=$(=Max(Date([Month Year])))'}>} country)/Above(Count({<begindate=,enddate=>} country))-1

sunny_talwar

Or this

=Count({<begindate={'>=$(=Min(Date([Month Year])))'},enddate={'<=$(=Max(Date([Month Year])))'}>} country)/Above(Count({<begindate={'>=$(=Min(Date([Month Year])))'},enddate={'<=$(=Max(Date([Month Year])))'}>} country))-1

sqlpuzzle
Contributor III
Contributor III
Author

Thanks Sunny for the expression.

The expression seems correct until I add another dimension into the Chart.

Something is happening that I cannot figure out.

Look at the attached qvw.

sunny_talwar

Check the attached