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
Filip
1 year agoNew Contributor II
How to name a CV column member in business rule
Dear community,
Is there a way to name (:Name("test")) a column when the columns in a CubeView is set by a parameter (Application dashboard) which is referencing to a business rule?
I wan...
db_pdx
1 year agoValued Contributor
I'm interpretting that your BR is generating a (complex) member expansion (as a string), correct? If so, you should be able to use regular MF variables. For example, your Cube View Column would be:
|!YourParameterThatResolvesXFBRString!|:Name(|MFTime| |MFView|)
Or if you are referencing the XFBR directly in the cube view column it would be something like:
XFBR(YourBRName, YourFunctionThatGeneratesMemberExpansionString, SomeParameter=|!YourCustomParameter!|):Name(|MFTime| |MFView|)
Cheers, -db
Related Content
- 2 years ago