05-26-2023 09:58 AM
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?
Solved! Go to Solution.
05-26-2023 10:24 AM
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.
05-26-2023 10:24 AM
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.
05-30-2023 03:15 PM
Unfortunately this won't work because each user's POV in the pane could be different.
05-30-2023 03:14 PM - edited 05-30-2023 03:16 PM
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.