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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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)