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

Percentage

Hi all,

I want to do calucalte the cumulative % .

how can I achieve this?

I have a combo chart

dimension: sample Code

Exp:

1) count(product)    for bar chart

how can I write for  cumulative %  expression?

10 Replies
viveksingh
Creator III
Creator III

In Qliksense we don't have Accumulate.

if you want in QlikSense

you write like

num((Rangesum(Above(Count(Product),0,RowNo()))/Count(TOTAL Product)),'#,##0.00%')