Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How knows how to show in legend my selection.
I have list box, where I select A. I want to show A in legend.
Thanks,
Hi
Try like this, GetFieldSelections(Fieldname)
Hope it helps
Hi
Try like this, GetFieldSelections(Fieldname)
Hope it helps
Thanks for your help.
The issue was so easy.
I have another question. If I didn't select anything, it show me - in legend.
I tried using conditional for expression like GetFieldSelections(Fieldname)>0, doesn't work.
Could you help me?
Thanks again,
HI
Use GetSelectedCount(Fieldname)>0 , Hope it helps
super!!!!
Thank so much,
can you please tell me where i have to enter this expression...
GetSelectedCount(Fieldname)>0
to hide the legends
Hi there, you put it in the conditional box under the expressions tab. By default it will be Show -> Always...Dan