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! Go to 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.
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
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |