Forum Discussion
Anonymous
6 years agoNot applicable
Disable / Enable Button
Hi All, I made button to go other page, but I want to make button enabled only when user select one value from slicer. Is there any way to control button to disable / enable? Thanks in ad...
Keith_Fernandes
5 years agoAdvocate II
Hi
I may be very late to this but I have a solution if you are still looking for one.
For example, if your slicer is built on country name-
And I have buttons to navigate to the pages-
Next as per your requirement, I have created a measure in the dim_product table as below-
logic = if(ISCROSSFILTERED(dim_country[country_name]),"Country Analysis","")
Next I go to the button and assign this measure to the action setting under page navigation.
You are good to go.