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

LarysaZ's avatar
LarysaZ
New Contributor II
4 years ago
Solved

Combo box with search function

Hi everyone,

Is it possible to set a search/filter option in the combo box where user can type in the value and it will be picked up from the underlying list? 

Alternatively, another component that can do it? I have tried using the tree view with search and filter option but it does not display anything if I use member list as bound parameter. Any other parameter type should be used specifically for tree view to work?

  • If that doesn't work, then the next option is to use a select member button.

     

     

     

3 Replies

  • ckattookaran's avatar
    ckattookaran
    Valued Contributor

    Did you try using the Member Tree component? The parameter will be a member list parameter. (Not sure whether you need .TreeDescendants as the expansion. I can't remember that part now.)

    • LarysaZ's avatar
      LarysaZ
      New Contributor II

      Thank you! I have tried  a member tree component with member list as a parameter but just get an empty box. The same parameter assigned to a combo box gives me a list as expected. I attach the printscreens here. Can I kindly ask you to check if I am I missing anything in the set up?

      • ckattookaran's avatar
        ckattookaran
        Valued Contributor

        If that doesn't work, then the next option is to use a select member button.