Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have written expression to calculate cummulative sales as follows:-
=num(sum({<Sold_Date = {">=$(From)<=$(To)"} >}[inv value]/Sales_INR_Unit))
but don't know if i have to deal with two expressions
=RangeSum(Above( Sum([sales price]* quantity_sold)) and [sales price]* quantity_sold, 0, RowNo())
this is giving wrong result.
please help
Hi Sakshi,
Can you please explain your requirement a bit more ? It is not clear to me as of now.
You can write the 2nd exp like this, why are you using an "and" in between ?
=RangeSum(Above( Sum([sales price]* quantity_sold)) , 0, RowNo())
Br,
KC
This expression is working
Hi,
Please close the thread if you have got the solution.
Br,
KC