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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
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
tresB
Champion III
Champion III

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

View solution in original post

1 Reply
tresB
Champion III
Champion III

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