Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

All parameter or multiple selection

Status
Not open for further replies.

marydn

Programmer
Mar 26, 2001
152
US
Hello,

I created a parameter that allows the user to select multiple values or just select "All". Now how do I code that in the select expert to make sure the user gets what the user selected?

Thanks so much!
 
Don't use the select expert, write a record selection formula by clicking on report, edit selection formula, record, and use something like the following:

If {?Parameter}="All" then true else {DatabaseField} in {?Parameter} Software Sales, Training and Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top