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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

% Change

Afternoon

My next problem to tackle...

I have straight table like the one below, where the RIDDOR is a calculated field from the data loaded in, FinalHeadCount is loaded in from a simple excel spreadsheet and then the incident rate is a calcualtion of the columns. Riddor/FinalHeadCount*100,000

How do I show the % change from 2011 to 2012. Obviously I can do this in excel, but I can't seem to get this to work in QV

YearRIDDORFinalHeadCountIncidence Rate
20113931511,238
20123431411,082
Labels (1)
1 Solution

Accepted Solutions
Miguel_Angel_Baeyens
Support
Support

Hi Melanie,

Try with the following as a new expression (the first row will be null, as long as there are no years to compare with):

Column(3) / Above(Column(3))

Hope that helps.

Miguel

View solution in original post

2 Replies
Miguel_Angel_Baeyens
Support
Support

Hi Melanie,

Try with the following as a new expression (the first row will be null, as long as there are no years to compare with):

Column(3) / Above(Column(3))

Hope that helps.

Miguel

Not applicable
Author

OMG that is genius!!!