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
SaraB
1 year agoNew Contributor III
Combo box that allows you to search for "contains"
I would like to know if it is possible to search for contains when selecting data in a combo box. Right now when we search in the combo box for a certain piece of information it is filtered by starts...
- 1 year ago
Hi Sara,
Not as far as I know but someone else may have some suggestions.
As an alternative, what you can do is have a pop up dashboard with the Tree View component for the user to search/select. This has a couple of Tree types, notably "Search" and "Filter" - i like filterable ones as it will filter the options as you type.
One of the issues with this component is that it take a bit more set up and requires a data adaptor. Check out this blog for info:
Introduction To Tree Views - OneStream Community (onestreamsoftware.com)
regards,
FredLucas
OneStream Employee
1 year agoHi SaraB,
Unfortunately I don't think that is currently possible using the out of the box component. Feel free to suggest that enhancement on the ideaStream.
If it's a must, such functionality could be developed on a custom dashboard using:
- a text box where the user would type the word to search
- a button to execute the search
- one grid view with the applicable list items. This list would be based on a data adapter / data set rule that would take the search word as a parameter and only display the valid entries
SaraB
1 year agoNew Contributor III
Hi Fred, thanks for the reply.
Regards,
Sara.
Related Content
- 4 years ago