Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Good to know that you got the answer.
Please mark the relevant post as correct.
Hi Try below expression.
Count(Value) - Above(Count(Value))
Hi Kaushik,
I'm getting "Invalid function: Above".
Thanks.
Which chart type are you using?
Hi, I 'm trying to working it out under the "Data" tab (not "Analysis"), hence, no charts involved at this point. Thanks.
In that case you should use Previous instead of Above.
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.
Good to know that you got the answer.
Please mark the relevant post as correct.