Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List box

Hi,

I hv two list box for field1 and field2

when i select on field1 listbox,then field2 list box not to be shown(hide).

same selection(working) on field 2 listbox..field1 to be hidden,

Pls,help me out

thnks in advance

4 Replies
Not applicable
Author

Hi,

here you are a possible solution.

Regards.

Not applicable
Author

Hi

You need to add a 'Show conditional'-condition on the list box properties (layout-pane)

For field 1 it should be:
=len(getfieldselections(Field2)) = 0

For field 2 it should be:
=len(getfieldselections(Field1)) = 0

Regards

Not applicable
Author

i am unable to view qv files

pls show the formula given

possible provide with screenshots

Not applicable
Author

HI,

Here you are a screen shot.

Regards.