Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
Wonder if any one can help me out there, the attached report that I am working on for my client works fine but they don't want the button on the right to show unless the column label ButtonSet in the data = 1, can any one help I have tried several options but no joy.
Here it is ...
use conditional:
index(Concat(distinct ButtonSet, ';'), '1')>0
Sorry can't get it to show even if I change the code in the background
Paul any chance you can add it in so I can see it in place as I will have 16 more of these to do. I also forgot to mention it also need's to look at the Indicator field as this rule will only apply to certain Indicators.
Go to the properties window of the Button you want to hide/Unhide selec, go to Layout tab , Select the 'Conditional' radio button and specify the condition ButtonSet=1 and click Ok. Now the buttons will be displayed only when you will select '1' from ButtonSet field.
Refer the attached app
see attachment, you could can use a enable conditional (button is greyed out until possiblevalues in buttonset contains 1) or show conditional (button is hidden until possiblevalues in buttonset contains 1)
This hides all buttons. I have got it to just hide the one button but I still need the indicator column to drive this one forward that little bit more.