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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Silvia2
Contributor II
Contributor II

Accumulated values

Hello!
I want to create a Combo Chart.

As dimension I have a CREATED_DATE and as first measure I have number of sequences  created in that day  Count(distinct SEQ_NAME).

 

I added a second measure, a line, which displays number of sequences for the current day+number of sequences for previous day.

I tried to use RangeSum(Before(Count( distinct SEQ_NAME), 0, RowNo())) and it works partially as we can see below 6+4=10

Silvia2_0-1644845227988.png

But if I select a day, 28.01.2020 for example, it will not work.

Silvia2_1-1644845352725.png

Any suggestions how could I solve this?

 

2 Replies
brunobertels
Master
Master

Hi 

Replace Before by above in your mesure 

consider before only for crosstable 

regards 

Silvia2
Contributor II
Contributor II
Author

Thank you for your response!
Still doesn't work.

The result is the same.