Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I need to display a text box, only when a filter is selected. I am currently using a variable to show when a button is pressed using actions and conditional show
Is it possible?, so the scenario is click on a filter that contains a fin year, then a text box will appear showing the value.
Any assistance would be appreciated.
Hi,
It's possible you can useConditional option:
Your condition may be:
Regards
Aurélien
Yes it is possible.
The Text object visibility condition should be something like: fin_year=2013 , Text object value could be =fin_year
If you want to display the text object for any given selection under fin_year, try replacing the hardcoded value 2013 for something like =Only(fin_year)
Hi,
It's possible you can useConditional option:
Your condition may be:
Regards
Aurélien
Thanks it works
Thanks
have use =only before but did not seem to work in this context
cheers