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
Marcello
3 years agoContributor
Conditional formatting based on element properties
Hi all,
do you know if there is a way to put a conditional formatting based on element properties? Like haschildren, text1 = to a certain value,....?
This is an example of what I would like to put in the conditional formatting box. But I don't know if this is doable and if yes, how?
Thanks in advance for the help
Marcello
2 Replies
- db_pdxValued Contributor
Hi Marcello: yes that is possible, although its a bit of a slog. It involves using an XFBR to generate a comma separated list of all members that meet your criteria. You use CubeView conditional formatting logic to then check if your member is in the list.
- JackLacava
OneStream Employee
This looks like a job for Cube View Extenders. Have a look at the page "Cube View Extender: Advanced Cube View Formatting" in the Design and References Guide, and then "Common Cube View Extender Business Rule Examples" - there is a section on Conditional Formatting in the second half.