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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
js99
Contributor II
Contributor II

Add Field on Table with Delta Calculation for Existing Field

Hi All, a novice Qlik Sense User here seeking some help please.... basically, I would like to add a calculated field within an existing table showing the delta calculation of an existing field. Is there an effective way to creating a delta column showing the difference between 2  counts of adjacent timestamps? Snapshot provided. for reference. Thanks in advance.

Delta Count Table.JPG

1 Solution

Accepted Solutions
kaushiknsolanki
MVP
MVP

Good to know that you got the answer.

Please mark the relevant post as correct.

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

7 Replies
kaushiknsolanki
MVP
MVP

Hi Try below expression.

Count(Value) - Above(Count(Value))

 

 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
js99
Contributor II
Contributor II
Author

Hi Kaushik, 

I'm getting "Invalid function: Above".

Thanks.

kaushiknsolanki
MVP
MVP

Which chart type are you using?

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
js99
Contributor II
Contributor II
Author

Hi, I 'm trying to working it out under the "Data" tab (not "Analysis"), hence, no charts involved at this point. Thanks.

kaushiknsolanki
MVP
MVP

In that case you should use Previous instead of Above.

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
js99
Contributor II
Contributor II
Author

I think I found the solution and I used:

Count - Above(Count)

The expression has to be done within the Table under "Analysis" tab (not the Table under "Data" tab ) where I am trying to work the expression out . 😊

 

Many thanks for your help, Kaushik!  Much appreciated.

 

kaushiknsolanki
MVP
MVP

Good to know that you got the answer.

Please mark the relevant post as correct.

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!