Limit number of checked boxes in ColVis.
Limit number of checked boxes in ColVis.
aliwhite
Posts: 6Questions: 0Answers: 0
Using ColVis, I would like to be able to limit the number of columns that can be visible at any one time by limiting the number of columns that can be checked. Is this an easy fix?
This discussion has been closed.
Replies
Allan
I'm sorry - I meant restrict the number of columns that can be *selected* at any one time. If you can set the limit to 4, then after the 4 check boxes are checked, the fifth attempt either triggers a dialogue box, or nulls the first choice (loop) so that only 4 columns can ever be visible at one time.
My table has 44+ columns and uses Row Grouping and no scrolling.
and run a script to count the checkboxes checked and return an alert if more than the set limit either before or as part of ColVis table draw. Does that make sense?
Thanks Alan.
Allan