Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I was wondering if anyone would have any example they could share where upon selection of a list box, other list boxes will appear there after
I only want list boxes to appear upon selection of another list box
Can anyone help?
Kind Regards
Helen
You can use GetSelectedCount() as a conditional to check if a selection has been made in the list box.
Have a look at the attachment
You can use GetSelectedCount() as a conditional to check if a selection has been made in the list box.
Have a look at the attachment
Hi,
on the layout tab, check conditional show and enter the below expression.
it will work..
=GetSelectedCount(YourFieldName)>0
Khan
Thank you! Works for me