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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple value parameter help

Status
Not open for further replies.

excalibur78

IS-IT--Management
Jan 3, 2001
66
US
Looking to have a parameter via the web client which you can select multiple entries from a listbox. Example: David, Joe, and Jim are in the list box but I only want David and Jim's records this time for the report. How can this be accomplished via the web client in a parameter?
 
Set up a parameter in your report which allows for multiple values, pre-populate it if you'd like (note that CE will not update the pre-populated list if it's based on a table and the table changes), and add it to the record selection criteria.:

{MyTable.Namefield} in {?MyNameParameter}

The parameter will be available in the report through CE.

-k kai@informeddatadecisions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top