Forum Discussion
MGASP01
6 years agoFrequent Visitor
Hiding or disabling buttons
Hi all! Is there a way to hide or disable a button so the user can't press it? I have a button and set the action of it to be bookmark, but I want the user to be able to press it only if there's one...
Greg_Deckler
6 years agoCommunity Champion
MGASP01 - Well you do that in the formatting pane for the button. But, honestly I have no idea how you changed the transparency when two or more items were selected in the slicer so I figured if you could do that, you could set the Action on/off. Honestly, how in the world did you change transparency?
MGASP01
6 years agoFrequent Visitor
Uhm.. I created a measure like this:
Make_Transparent = IF(hasoneFILTER(POPUP_tbl[SEGMENTO]),"#FFFFFF00","White")and set it as the conditional formatting to the button background color.
But I can't do the same trick to the action switch.
- Greg_Deckler6 years agoCommunity Champion
Ah, that makes sense now. Nifty. Hmmm.