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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gabrielnayi
Contributor
Contributor

Difference between rows in a pivot table

Hi,  I have a pivot table and I need to show how much is the variation between to values (rows) for each period.

gabrielnayi_0-1673438290093.png

 

Labels (3)
1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

Have you tried the Above() and Below() functions? E.g. [Inversión] - Below([Inversión]).

https://community.qlik.com/t5/Design/The-Above-Function/ba-p/1465357 

View solution in original post

2 Replies
hic
Former Employee
Former Employee

Have you tried the Above() and Below() functions? E.g. [Inversión] - Below([Inversión]).

https://community.qlik.com/t5/Design/The-Above-Function/ba-p/1465357 

gabrielnayi
Contributor
Contributor
Author

Thank you! this is the solution...