Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement is that, the selection done in the list box should not be shown in the current selection.
Can any one help me out to get the same.
Thanks & Regards,
Sasi Vardhan KV
Hi
You will need to rename the field with a prefix like '%'. Use this to set the prefix (any punctuation can be used, eg _, %, ~ etc):
Set HidePrefix = %;
Then rename your field:
LOAD ....
myfield As %myfield,
...
HTH
Jonathan
Hi,
Define a Alternate State to that list box. Once you tag a alternate state to list box, the selection made in that list box will not appear in the current selection box.
Thanks
Hi,
You can add Alternate states in Settings >> Document Properties >> General Tab seen below
Add an alternate state called group 1
And set the list box with that alternate state seen below, the current selections will not include that
Thanks for you help.