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!

Parameters are not working

Status
Not open for further replies.

LSQUARE

Technical User
Aug 22, 2003
15
CA
I'm a new Crystal user.

I've created very simple paramaters using a number id from the table.

However, when I selected a specific value in the parameters, the report printed all values.

Can someone explain the possible reasons why the report chose to report all values?

Thanks
 
It's best to include the version of your software.

Select Report->Edit Selection Formula->Record (this might differe depending upon your version) and place something like:

{table.field} = {?MyParameter}

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top