The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
AndreaF
3 years agoContributor III
Run a parametrised data management sequence from a dashboard
Hi all, I have a data management step which is of "execute business rule" type, and make use of parameters so that when I run it, it prompts me to select the parameters. The parameters are "member d...
- 3 years ago
To give an update, I have been able to pass the parameters from the combo boxes to the data mng step via the standard button.
One thing to consider and that I was initially getting wrong is that the parameters to pass must be the member dialog parameters, and not the data mng step parameters name.
The following pictures will make it clearer.
This is the data mng step:
This does not work (using the data mng step parameter name):
This works (using the member dialog parameter):
ckattookaran
3 years agoValued Contributor
Yes, if you are running it directly from the button, then yes it is way. Usually I prefer to use the dashboard extender rule approach as I can check whether the parameter is empty or whether it is materialized and then run the dm sequence.
ckattookaran
3 years agoValued Contributor
No I think you are right. I don't know what I was thinking. Typing code from phone is also not helping. Yup you pass the parameter name as the name and then the parameter value as the value when calling a DM from dashboards.
Related Content
- 4 months ago
- 2 years ago