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
Sergey
OneStream Employee
1 year agoDynamically define a Radio Button Group selection
Hello,
I have a defined a dynamic dashboard based on an SQL table component. The goal is to create dynamic dashboards based on this table.
In the last column of this dashboard, I have a parameter...
Sergey
OneStream Employee
1 year agoI find the solution :
- For GetDynamicParametersForDynamicComponent( ... ) , define the return function api.GetDynamicParametersForDynamicComponent with convertstoredparametertodynamic set as tristatebool.truevalue --> You will get specific parameters created for each dynamic dashboards
- In the dynamic dashboard, locate your component (in my case the radio button) with its name, then use the property customSubstVarsAlreadyResolved("nameofyourparameterforthisdashboard") = whatevervalueyouwant
Related Content
- 4 months ago