Forum Discussion
Hi,
If i understand you correctly I don't believe there are any built in functions for this. I would go the XFBR root.
In your dashboard text field like a lable, add the text "XFBR(YourXFBRname, ScenarioSelection)"
And in your XFBR Rule continue on below logic, that will pass the parameter value based on the end user workflow scenario selection.
If args.FunctionName.XFEqualsIgnoreCase("ScenarioSelection") Then
Dim wfScenarioName As String = ScenarioDimHelper.GetNameFromID(si, si.WorkflowClusterPk.ScenarioKey)
If wfScenarioName = "Forecast_Mar" Then
Return "|!CopyLatestActualsToFCT_Mar!|"
Else if wfScenarioName = "Forecast_Dec" Then
Return "|!CopyLatestActualsToFCT_Nov!| |!CopyLatestActualsToFCT_Dec!|"
End If
Related Content
- 2 years ago
- 2 years ago
- 2 years ago