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...
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_Deckler
Community Champion
6 years agoAh, that makes sense now. Nifty. Hmmm.