Solved
Passing a dashboard parameter to DM step
Please let me know what you have done to pass a dashboard parameter to a data unit filter e.g. Entity on a Data Management step.
For example, if we have a dashboard parameter |!Selected_Entity!| which stores the entity member selected on the dashboard, using it on the Entity Filter in Data Management (E#|!Selected_Entity!| only works if the dashboard parameter type is a Literal Value with a Default Value set. The default value can then be changed with a business rule with the SetLiteralParameterValue function (this is also the setup in GolfStream).
The problem with a literal value parameter type is: where user A selects the entity on the dashboard, but before user A kicks off the DM step from the dashboard via e.g. a button, if user B changes his/her entity selection, the default is changed for everyone, so user A will kick off the step for user B's entity.
Trying an XFBR rule to set the default value of a Literal Value Type - it seems you can't pass a variable to the business rule. For example, XFBR(BusinessRule,Function,entity=[|!Selected_Entity!|]) will return the string "|!Selected_Entity!|" and not the value of the parameter.
Has anyone passed a different parameter type i.e. that is not a Literal Value parameter to Data Management step successfully before and how did you do it?
