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

Stored Procedure Parameter

Status
Not open for further replies.

lesleycampbell

Technical User
Jun 21, 2013
59
0
0
US
I am working in CR11. I am building a report from a store procedure and adding some additional information to it. Everything works fine except for one parameter.

There is a 'user id' parameter built into the store procedure that I wish to ignore. Is there anyway to do that?
 
If you can change the stored procedure you can change the type of the parameter as OUTPUT and set a default value. This will make it optional ( for the stored procedure)

Viewer and Scheduler for Crystal reports, SSRS and Dynamic Dashboards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top