hello,
slicer has a true and false check boxes.
I would like the true check box to be checked all the time but the false check box to be able to tick or un-tick it.
is this possible?
thank you
Hi @arkiboys,
If you want true to be checked at all times then it may be better to be in the filter panel (assuming you have that hidden from the user) with it ticked on rather than a slicer.
Typically you only want things in a slicer that you want a user to be able to change, which in this case it sounds like you donβt.
ok, in the visual filter, I make sure the false is ticked. But the user is able to tick or un-tick the false option in the checkbox filter slicer.
How is it possible to make sure the false checkbox is ticked all the time and the user can not change it and only the true check box can be changed by the user.?
thanks
If you right click on one of the options, and select include, it will restrict the slicer to that option, if unticked it will show all, if ticked it will limit it to the option ticked, so if you set it up in the right way you should be able to get the desired result.
Does this mean the βFβ is always included? since it is not shown? and βTβ can be ticked on or off?
It means you cant select the item not included, with nothing selected they all show, if you tick the box it will only show the item selected, so the functionality is there, but you may have to work in reverse, in which case label the item the opposite.