How to create a text box in Dashboard - text is dependent on WF Scenario
Hi,
I have created an admin dashboard for forecast. I want a text box that shows parameter values, but there is a separate parameter for each Scenario.
Scenario | Parameter |
Forecast_Mar | CopyLatestActualsToFCT_Mar |
Forecast_Jun | CopyLatestActualsToFCT_Jun |
Forecast_Sep | CopyLatestActualsToFCT_Sep |
Forecast_Dec |
CopyLatestActualsToFCT_Nov |
The parameter has either value False/True and depending on the value, the business rules that are initiated via the dashboard will do different things.
The dashboard is shared between the WFs/Scenarios.
How do I create a text box that gives me the parameter name and value?
e.g. when I use WF Forecast_Mar I want the textbox to say: "Forecast_Mar = (Value)"
December has double parameters why I need both to be shown, "Forecast_Nov = (Value), Forecast_Dec = (Value)".
Is it possible to do this using standard functionality for parameters (e.g. create a new parameter that picks the values from the others that I then link in my dashboard). I have tried to create a BR, but I couldn't really get it to work in a good way and then something happened in OneStream so it reverted almost everything I had written in the Business rule.