Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
How to Hide/Unhide Charts based on selections in a List box ?
I want that my chart be there if I pick something in the list box.
What would be the best way to do it ?
I have already tried in different ways : GetCurrentField / GetCurrentSelections / Count / GetFielsSelections but no results...
Thank you for you support,
Emmanuelle
It was a properties in the document... "Afficher tous les objets et feuilles"
Thank you all of you
this?
=getselectedcount(field)>0
I would try using GetSelectedCount()
Hi,
PFA and select something in date u wil see text box..
Go there in text box n see the condition in layout tab.
I wrote something like: GetSelectedCount(date)>=1
Sachin
Similarly u do it in ur chart by replacing date by ur list box dimension..
Thanks
No working for all your solutions...
It's possible to have some properties in document QW who prevent the condition ?
Send application,if possible.
It should work..
Sachin
Where are you adding the condition?
The condition should be here
Chart Properties >
> Requires only one selection to view the chart
=GetSelectedCount(YourFieldname) = 1
> Can have One or many selections to view the chart
=GetSelectedCount(YourFieldname) <> 0
It was a properties in the document... "Afficher tous les objets et feuilles"
Thank you all of you