Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Try
RangeSum(Above(Sum(Qty), 0, RowNo()))
Look attached file
Regards,
Andrey
Hi,
Try
RangeSum(Above(Sum(Qty), 0, RowNo()))
Look attached file
Regards,
Andrey
Ok thnx! and what when i have a extra dimension ? !
Ok thnx! and what when i have a extra dimension ? !
I included an second example with an extra dimension
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
Look attached file