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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
francisvandergr
Partner - Creator II
Partner - Creator II

Total of rows of first expression

I included an example.

I like to have a total in my second expression. i like to have an total of expression 1 for all values from above for each row

1 Solution

Accepted Solutions
ahaahaaha
Partner - Master
Partner - Master

Hi,

Try

RangeSum(Above(Sum(Qty), 0, RowNo()))


Look attached file

Regards,

Andrey

View solution in original post

5 Replies
ahaahaaha
Partner - Master
Partner - Master

Hi,

Try

RangeSum(Above(Sum(Qty), 0, RowNo()))


Look attached file

Regards,

Andrey

francisvandergr
Partner - Creator II
Partner - Creator II
Author

Ok thnx! and what when i have a extra dimension ? !

francisvandergr
Partner - Creator II
Partner - Creator II
Author

Ok thnx! and what when i have a extra dimension ? !


I included an second example with an extra dimension

Frank_Hartmann
Master II
Master II

in this case just change the order of your dimensions.

for pivottable use this dimension order:

Prod,Article,Date

for straighttable use this dimension order:

Date, Article, Prod


hope this helps

ahaahaaha
Partner - Master
Partner - Master

Look attached file