Forum Discussion
Measure If statement and HasOneValue; enable button based on values
I have the following data: 1. Themathic area, once an area is selected, the user has to choose from the Questions table the items that they wish to see more detail for. Once the item is selected the button next to it (see more details ) is enabled and they can drill through another page to see more details about that specific question.
The questions are categorised under field Drillthrough in Type 1 and Type 2 and Trend and each button takes you to that Type 1/2/Trend page.
If a question of Type 1 is selected, I want the button type 1 to be enabled, if a type 2 question is slected I want only Type 2 button to be enabled.
I created a measure for the button to display the value of the item selected, but both buttons are now enabled wheres I want only button Type 1 to be enabled.
My measure:
2 Replies
- amitchandakSuper User
micha_a , You can have one button and conditional drill through?
- micha_aFrequent Visitor
This is not helping me, but thanks!