Forum Discussion

Akshay's avatar
Akshay
New Contributor
2 years ago

Dynamic scenario for weekly forecast

Hello All,

We have created a weekly forecast dashboard for our users (weeks are mapped as scenario, e.g. Week1, Week2 etc.) and intend to restrict them to current week scenarios only to avoid posting to a wrong one.
Currently we use parameter, where users select the current week from a drop down and input data, Is it possible to provide them access only to the relevant scenario (week) instead of giving them a drop down, without admins having to make changes every week?

  • Assuming that you will have the relevant Scenario selected in POV Pane (Workflow POV/Cube POV):

    Use the Substitution variable in the Member Filter section of the Parameter. This will restrict the users with only that selection when the Parameter is executed.

     

  • AK's avatar
    AK
    New Contributor III

    Assuming that you will have the relevant Scenario selected in POV Pane (Workflow POV/Cube POV):

    Use the Substitution variable in the Member Filter section of the Parameter. This will restrict the users with only that selection when the Parameter is executed.

     

    • chul's avatar
      chul
      Contributor III

      Unfortunately this won't work because each user's POV in the pane could be different.

  • chul's avatar
    chul
    Contributor III

    The system needs to know which week the users should be in - the easiest way to accomplish this is to have the admin set the Global POV each week. You could then write an XFBR to use the Global POV for the logic for the scenario name you want to return.