Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a container with three tabs - each containing a chart.
The third chart will only display if a filter has been applied (this is done via a show conditional) - this is working fine.
I would like to give the user a message advising them of this.
What I want to do is - when the user selects the third tab and hasn't made the required selection - show them the message.
I have the required selection part working vi athe show conditional part of my text box but don't know how to tell which container tab has been selected.
Can anyone help me with this part of the puzzle...?
Thanks
Paul
pkelly, Not sure i have understood your question.
Can you give a shot for calculated condition also which you can find in General tab of each object.
Check the attached application
- Sridhar
Hi Paul,
i think you can do this with an 4thd tab named as the third, witch appears only when the filter isn't apply.
When the correct filter will be apply, the 4thd will be remplace by your third.
Have a good day,
Mickaël
Thanks Mickael
How do you make a tab within the container appear when the filter isn't applied - I cannot see an option to do this!
Cheers
Paul
Arf, that didn't work as i'm thinking,
you can duplicate your container, remplace your third tabs by your instruction and apply your show conditionnal on the container and not the tab.
That's not very beautiful but it works ![]()
Thanks Mickael - understand now - will give it a bash....
pkelly, Not sure i have understood your question.
Can you give a shot for calculated condition also which you can find in General tab of each object.
Check the attached application
- Sridhar
Thanks Sridhar - this is exactly what I am looking for....