Hide or collapse enumlist after selection

We use a detail view that allows a user to select clients from a ref enumlist and then calculates a bunch of virtual columns based on this constraint. Since we have a list of 500+ clients, having that at the top of this “report” when the user selects all, means a lot of scrolling. We tried moving the client selector to the bottom of the page but that confused the users. Does anyone have a suggestion for a better way to do this? is it possible to hide or collapse an enumlist after a selection has been made?

Solved Solved
0 3 327
1 ACCEPTED SOLUTION

One way is if you hide that column if it’s not blank. Bad thing is that then you can’t modify it anymore. Better approach is if you add an Y/N button just before it. Then you can hide selections if needed.

View solution in original post

3 REPLIES 3

One way is if you hide that column if it’s not blank. Bad thing is that then you can’t modify it anymore. Better approach is if you add an Y/N button just before it. Then you can hide selections if needed.

this approach worked well. thank you.

You’re welcome

Top Labels in this Space