Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
samuel_brierley
Creator
Creator

Use of above (or similar in script)


Hi all,

my data for some bizarre reason generates an cumulative count therefore the actual count at that data point is the current count minus the last count.

it is my understanding that i can use above in my charts to mitigate against this but my lack of skill results in me struggling to do much more with the information other than producing the actual count.

so onto my question is there a way in the script that will effectively perform the above action for me to result in a new field that is equal to this record = this record minus previous record?

thanks for any help.

2 Replies
Anonymous
Not applicable

Have a look at the Previous() command.

MK_QSL
MVP
MVP

Previous () or Peek() function