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: 
Not applicable

Access Data in Previous Row - Straight Table

Hi all,

I'd like to create a year-over-year variance calculation. I have a table with yearly spend and spend per resource. I'd like to calculate the variance of the current year's spend per resource ("Per Atty" below) to the previous year's. I think I can do this with use of the TOTAL function and a set analysis expression, but is there an easy way just to access the data from an adjacent row?

Capture.PNG.png

1 Solution

Accepted Solutions
SunilChauhan
Champion II
Champion II

Use above() function

above(Spend)

hope this helps

Sunil Chauhan

View solution in original post

3 Replies
Not applicable
Author

did you explore chart inter record functions?

SunilChauhan
Champion II
Champion II

Use above() function

above(Spend)

hope this helps

Sunil Chauhan
Not applicable
Author

Thanks!