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
Mustafa_A
4 years agoContributor II
API for calling a parameter
Dear Community -
I'm building a dynamic prior year formula for my Variance Cube view. However I want to pull the MonthNo (e.g. M10) from the parameter I have |!SelectCol1Period!| so that it can r...
ChristianW
OneStream Employee
4 years agoSorry, as far as I know, there is no way to read a dynamic parameter from a member formula. You can read it from a literal parameter with BRApi.Dashboards.Parameters.GetLiteralParameterValue, but you can't use a control to change it, it will always return the default value.
About your sample, I don't think you need a member formula, why not just using U8#None:T#|CVYear||!SelectedTimeMonth!| in the cubeview?
Related Content
- 2 years ago
- 8 months ago
- 2 years ago
- 4 months ago