Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
freceena
Contributor II
Contributor II

Difference between adjacent columns in a table

I have created a table in qliksense using the data. I need to get the difference between two adjacent columns of a table in a column. That is in column 2, I should get the value column 2 - column 1. In column 3, the value should be column 3 - column 2.

Labels (1)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

There is a function called Column(). You can try like: =Column(3)-Column(2)

View solution in original post

1 Reply
tresesco
MVP
MVP

There is a function called Column(). You can try like: =Column(3)-Column(2)