Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
krishna20
Specialist II
Specialist II

Hide and show charts

Hi Friends,

I'm having a container box with three pivot tables . Tables like A, B,C.

I'm having Bar charts Below this container box, which is showing related data to A,B,C.

When i clicks on A Table in the container box,the Chart A should be visible remaining two charts should be hide.

As much as the same for the other two tables and charts. I have done this using Text or button before.But, now when clicking on the object another object should be raised.

How can we achieve this please anyone can suggest me.

Regards

Krishna

6 Replies
Colin-Albert

As far as I am aware, there is no way of identifying which object in a container is active.

The alternative is to add three buttons A,B,C and use actions on these to show/hide your charts without using a container.

alexandros17
Partner - Champion III
Partner - Champion III

You cannot hide tables in container because container object let you see one table at the time. It is not a beautiful solution having tables in a container and charts free on the page, otherwise I understand your requirement.

You could use a container with 2 rows and 3 columns where in the first row you insert tables and in the second the bar charts.

A better solution could be having 3 containers of 2 rows and 1 column where to insert table anc chart and a final container that contains the 3 smaller container

krishna20
Specialist II
Specialist II
Author

Thank you Colin, for quick reply and suggestion.

Regards

Krishna

krishna20
Specialist II
Specialist II
Author

Hi,

My tables in the container box should not hide. The charts which are at outside of the container box should hide,which is related to that data.

Regards

Krishna

alexandros17
Partner - Champion III
Partner - Champion III

As Colin said there is no way to let the container "listen" the event of selecting one of its tab ...

arulsettu
Master III
Master III

you can hide chart based on selection

in layout -> conditional show

GetSelectedCount(field)>0