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

2 charts to be displayed at same time

Hi All,

1) I have a chart which when opened, i want the chart next to it to open too.

I tried linking it with the sheet properties, but with that, they open one after the other (if clicked on again) and not at the same time.

So ive made another app and not linked anything rite now.

2) Both the charts should display the same error codes. It's according to the most frequent error. Even that doesnt seem to work.

Can someone please help with this?

Thanks a lot.

3 Replies
Not applicable
Author

Hi ggoyal_123,

You can use condintion for opeing multiple charts in layout tab.Use a variable based on it's value either you open or close.

example:

create variable 'v'.

and set the the condition in both charts in layout tab as 'v=1'

using a button change the value of v to either 1 or 0.

when v=1 those charts will open aotherwise they hide.

Not applicable
Author

is there any way of doing this without using a separate button? It would be ideal if 1 graph was clicked on to open (since its on auto minimize) and the other one automatically opens.

Maybe set some action in the sheet triggers. i tried that too!

rahulgupta
Partner - Creator III
Partner - Creator III

Hey Hi,

Kindly find the attached file for your solution

Regards