Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI all,
In container we have charts objects such as A,B,C
if user selects the chart A then show the list box else disable though its difficult is there any other way
Same waiy as Container (Type Grid),
then it insert in Primary Cointener.
Till now only macro can help :Get Active object in a Container
It is not possible to do it without macro as tresesco said
Hello,
How do you catch the container selection? Not sure if you can.
Instead you can use buttons or text boxes, via adding actions on them like setting variable values so you can now what the user selected. And then according to the value of the variables you can show/ hide charts or other objects on Layout tab (show conditional).
No container in this scenario.
BR
Serhan
You can Create SubContainer A+ListBox (as A1) in Your Container -> A1,B,C
Can you share some sample code for my description
Sorry, I did not read carefully your question,
there is not solution, the only one is the answer from ANTONIO MANCINI
can you explain me how can we create sub container
Same waiy as Container (Type Grid),
then it insert in Primary Cointener.
but the requirement is list box selection should trigger or visible only on to the chart A