on 2017 Jan 09 6:32 AM
Hi All,
Currently while implementing visualizations in BOC we needed the values of measures at previous or next rows relative to current row. This in Business Objects could be implemented using Previous() or Next(). is there a way to implement the same in BOC?
Regards,
Kiran Shenvi
Request clarification before answering.
Hi Kiran,
Time navigation syntax is not supported in stories at the moment. Vote up this enhancement request: https://ideas.sap.com/D38119 and provide any additional input.
We do have formula's (in the modeler) that support this syntax:
LOOKUP([Sales],[d/Time]=Next("Year",1).Current("Month"))
RESTRICT([Sales],[d/Time]=Next("Year",1).Last("Quarter",1).Last("Month",1))
LOOKUP([Sales],[d/Time]=Next("Year",1).LastPeriods("Month",2))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.