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
OS_Love
1 year agoNew Contributor III
Consolidation
I have created a literal value parameter for entity that I want to refer in my finance rules for calculation.
Can someone share me a code where I can look up values from a parameter I set inst...
- 1 year ago
If you go into a Finance BR and type this in the filter box:
You will find sample code to do that which is this:
Dim sValue As String = BRApi.Dashboards.Parameters.GetLiteralParameterValue(si, isSystemLevel, workspaceIDIfNotInName, combinedWsAndParamName)That should do it.
T_Kress
OneStream Employee
1 year agoIf you go into a Finance BR and type this in the filter box:
You will find sample code to do that which is this:
Dim sValue As String = BRApi.Dashboards.Parameters.GetLiteralParameterValue(si, isSystemLevel, workspaceIDIfNotInName, combinedWsAndParamName)That should do it.
KurtMayer
1 year agoContributor
Teresa,
Can you give an example of what a "combinedWsAndParamName" string would look like?
Thanks,
Kurt
Related Content
- 3 years ago
- 3 years ago
- 3 months ago
- 2 years ago