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
DRider
OneStream Employee
2 years agoParameter for page caption using row set
I am building a cube view that has 3 row set options. The user selects their row set by a parameter, placed in the row sharing property of the cube view. Depending on the row set selected by the user, I need the page caption to change. The page captions for each row set options are static and will not change. Is it possible to pull the page captions when the row set is selected? Or, can I make the page caption change depending on which row set option is selected? I would like this to be selected concurrently with the single parameter that already exists.
I don't believe I can pull the row set POV to the page description, and I cannot figure out a way to pull a delimited list based on another delimited list parameter selection.
Hypothetical example: The user selects from 3 row set options; GBP, EUR, or USD. Depending on their selection, the page caption should read 'Investment Report GBP', 'Investment Report EUR', or 'Investment Report USD'. The row sets are different depending on the currency.
2 Replies
- ManasaNew Contributor III
Hi,
An XFBR for the page caption could work in this scenario, but you may need to tweak the code slightly depending on how your parameter is configured.
Thank you,
Manasa
- Mike_SabourinContributor II
You should be able to just use the parameter you're using to select the row sets. in the caption field, put:
Investment Report |![Name of parameter]!|
Related Content
- 2 years ago
- 1 year ago