Hi Folks, Currently in my dashboard there are 8 check boxes which are actually filters, is there any way to make it Check All/ Un Check All checkboxes with one check box? Any thoughts?
no, you cant do this directly. You can have two different check boxes control the same cell…but changing the cell value with either check box will not auto update the component by itself.
what I have done (using your example ) is make a 9th checkbox “Select All” This checkbox will control a value on a dynamic visiablity type of cell.
You will then make another 8 checkboxes that sit exactly on top of the first set of 8. On click of Select all, the hidden 8 “appear” all clicked. When "Select All is deselected…the newly showing 8 disappear, revealing the original set of 8. The end user will never know the difference.
But the problem with this is it can only be used for Select All or Deselect All. After selecting Select all if you uncheck one box and then select all wouldn’t select all boxes. that’s why i thought of using reset but its resets the whole dashboard. so finally ended up taking out that functionality.
If using the addon isn’t an option (not sure it would be for me, things are a bit strict around here as far as what can be downloaded and implemented in solutions), you might be able to make it work with two push buttons and an Excel formula.
So after I saw that the checkbox wasn’t dynamic, I looked at what components were (supposed to be) dynamic.
My best shot at it was to just use 8 simple radio button with two options (On/Off) instead of 8 On/Off checkboxes. Radios are supposedly dynamic, but I just couldn’t get that part to work.