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
JoãoRodrigues
1 year agoNew Contributor
Close custum tree hierarchy in filter
I have a custum tree hierarchy with multiselection,
It looks like this
Is there a way to format this component to open like this:
- 1 year ago
If you have already built a multi select treeview than you are already controlling the output
In your logic, when you create the XFTreeItem(s) there is a boolean variable you pass in called isExpanded. This enables you to control which members are expanded and when, based on your selections.
Remember if you start with parents not expanded, then you also need to ensure that the parent is expanded, after you select its children.
So it is just a bit more development from what you've already created in terms of parameter control based on your selections in your tree view logic
Alvaro
1 year agoNew Contributor III
Hi! how you got multiselect function? thank you!
Related Content
- 3 years ago
- 2 months ago
- 1 year ago