Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Conditional show for Container Tabs

   Hi all,

I have a container and certain charts within that container have no values in them when certain fields are selected. Is there a way to hide the container tab button so they don't click for an object with nothing on it?

Thanks!


3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi I dont think so its possible with Container object, but you can use button with show and hide approach to achieve that.

The logic goes this way.

You create 1 button for 1 chart and then on button click you can show and hide the Charts.

Now you can also show and hide the button on some condition. In your case if the expression is 0 or null do not show the button, so if a button is not shown users will not be able to see the chart.

Hope the logic is clear.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Okay, I thought about doing it that way but I wanted everything on the same sheet. Is there a way to make that show/hide bring you to another sheet.

neelamsaroha157
Specialist II
Specialist II

Hi Eli, may be you can try conditional show property of chart. Hide your chart when no data. something like when Sum(sales)>0.