Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i have data since Jan15 until today and i need to get in each month the sales of the previous months,
so for example for august 16, i need to get the data from jan 15 to july16.
thank you
May be try this:
Above(sum({<Year_Month>}sales)) * Avg(1)
Hello,
For march 15 it should get the data of jan 15 and feb 15
This:
RangeSum(Above(sum({<Year_Month>}sales), 1, RowNo())) * Avg(1)
it makes it, but i when applying that expression on a butoon it gives me a 0 .
Expression to a button? Do you mean a text box object