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!

passing a parameter value to Oralce Query

Status
Not open for further replies.

gayadeen

Programmer
Sep 12, 2002
10
US
Hello,

How do you pass the user's information to your SQL query when developing your Crystal Reports? I know how to pass paramater values to a PL/SQL procedure and to a SQL query but when I implement my SQL query into a Crystal Report, I have no idea how to do this. Can I get some help?
 
Hi,

First of all, you need to create parameter fields to pass the values you need, then go to report tab >> select expert to create select statements.

After finish, you can take look in show sql query and edit selection formula, Crystal Report combine them to generate recordset.

cheers!

Ted
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top