Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have a container which contains 3 charts inside.The 2nd chart expression have a variable.We put the variable value from a input box.
I want to intialize the value of the variable with 0(Zero) when we click on the another chart inside the container.
Please help me.
Thanks & Regards,
Koushik Roy.
I would do that with buttons and hidden graphs that will reproduce Container behaviour. IMO v10 has not enough functions to do action on containers or to get information.
Thanks for the reply.But its not clear to me.Can you please give me some example/qvw.
It will be more easier to grasp.
Thanks again.
Hi Koushik,
You can show/hide the charts by clicking the buttons, attached example helps you in understanding.
Regards,
Jagan.
Hi,
You cannot change the value of the variable by switching tabs inside a container. You can remove the container and add buttons to trigger the changing of values. Please let me know if you want a detailed example.
Regards,
Janzen
I think you got my point.
Then what is the way to build it?
Thanks for your reply.
Hi,
It is not possible using Container, please check attached file for solution using buttons.
Regards,
jagan.
Thanks Jagan Mohan.