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!

Selecting * for all values in Universe

Status
Not open for further replies.

kutoose

Technical User
Sep 11, 2002
169
US
Crystal Reports XI

We are trying to change the datasource few simple reports to the universe. All the reports have parameters in which the user can select a single parameter or multiple parameters or * for all the parameters.

While making this report run of universe, I am stuck as far as implementing this. I created a parameter in Universe and at Crystal I used '*' as default value. Now when I select * the reports does not give any records.

Thanls
 
Write a formula:

if {?YourParam}="*" then true else {YourField}={?YourParam}

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
 
See Nitroedge's first post in thread149-996360. It might help.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top