Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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
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.
Hi Eli, may be you can try conditional show property of chart. Hide your chart when no data. something like when Sum(sales)>0.