Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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%')