Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
fmazzarelli
Partner - Creator III
Partner - Creator III

Daily Stock

Hi

I need to calculate a daily stock.

Below I show an example of the calculation that I need

Immagine.png

2 Replies
MK_QSL
MVP
MVP

RangeSum(Above(Count(ticket),0,RowNo()))

or

RangeSum(Above(Total Count(ticket),0,RowNo()))

eniemenm
Partner - Contributor II
Partner - Contributor II

Here are some other options:

2) Use the Checkbox "Full accumulation" in the charts expressions tab

3) pre-calculate the cumulative value in the script. This way the cumulative value of a specific month doesn't change even if you make selections in calendar.

(Examples in the qvw file below)