Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Use Show Condition Expression

Hello to all,

I have a Use Show Condition which requires the user to choose a zip code before the data presents itself. Right now I have:

=if (getselectedcount(mainzip)=1,'CH18')

What do I change in the expression to have it so the user can choose multiple zip codes. Not just one. The client wants to be able to pick multiple zip codes.

Thanks so much

1 Reply
Not applicable
Author

multiple means what?

try like

=if (getselectedcount(mainzip)>=1,'CH18')    ( 1or moreu can select now)