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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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)