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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create a measure/expression to calculate the % increase/decrease between 2 figures

Hello,

Please can you help with the following;

I need to calculate the % increase/decrease between 2 figures.

Example

Total jobs for FY16          10

Total jobs for FY17          15

Percentage increase is     50%

Thanks,

Kizzy

13 Replies
Anonymous
Not applicable
Author

Qlik % increase descrease screen shot.png

Hi Staffan,

Please see results.  The top chart shows the figures using the % increase/decrease.  The bottom charts shows the actual figures that should be the basis for the % calculation.  As you can see the top box is incorrect.  Based on the top line Conn Car the % calc should be around 25% not 0.

Thanks,

Kizzy

sunny_talwar

May be this

(Sum({$<[Requisition Status] = {Closed}, [Fiscal] = {'FY17'}>} [Approve to Close])/Sum({$<[Requisition Status] = {Closed},[Fiscal] = {'FY17'}>} [Number of Reqs]))/

(Sum({$<[Requisition Status] = {Closed}, [Fiscal] = {'FY16'}>} [Approve to Close])/Sum({$<[Requisition Status] = {Closed}, [Fiscal] = {'FY16'}>}[Number of Reqs])) - 1

Anonymous
Not applicable
Author

IT WORKS!!!!

Many thanks for everyones quick replies

sunny_talwar

Awesome, please close the thread by marking the correct and helpful responses.

Best,

Sunny