Forum Discussion

Shub's avatar
Shub
New Contributor
8 days ago

Dynamic POV in cubeview (Condition in POV)

Hi ,

I was wondering if i can have dynamic POV in a cubeview without BR.

Is there possibility of condition in POV for example I can put a param scenario and say whenever Budget UD1= Model and if Actual it should be 1000.

 

  • FredLucas's avatar
    FredLucas
    Contributor III

    Hi Shub,

    If your scenario is based on a parameter then you could set up the " UD1 mapping" as part of a Scenario Text attribute (ex.: Text1) and then have the UD1 member on the CV being defined like this:
    XFMemberProperty(DimType=Scenario, Member=|!ScenarioSelection!|, Property=Text1).

    GetDataCell or Dynamic calc could be another way if it's a read only CV but in case the idea above does not work for your case, I'd probably go for an XFBR instead.

    Hope this helps.