Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to conditionally show a straight table based on the slection made in list box.I know this has been already discussed but couldnt find it at the moment .
In List box I have ID
ID
1
2
3
When I select 1 from the list box I want the straight table to pop up with Details associated to that ID.
ID Address City State Zip
1 ABCD ab bc 123
Thanks much
You can create a straight table. Layout tab->Show->Conditional exp: =getselectedcount(ID)>0
May be the show/hide condition like this:
=SubStringCount(Concat(DISTINCT '|' & ID & '|'), '|1|') = 1
or
=ID = 1
You can create a straight table. Layout tab->Show->Conditional exp: =getselectedcount(ID)>0
Hi pavana,
Try this attachment,
In the layout tab,
under show section, select conditional and add the following expression
=GetFieldSelections(ID)=1
hth
Sasi