Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I am new to using sql and I am creating a report to publish on a webserver. However, I would like to add a prompt to the report so the viewers have the option to enter specific data they would like to view based on the prompt I establish. I am not sure how to accomplish this task. Please advise. Thanks!
Posted
Updated 29-Dec-11 11:09am
v2

You can use parameters to get values for your report. For example, see: http://www.sql-server-performance.com/2007/report-parameters/[^]. Just make sure that you don't define default values for all of the parameters.
 
Share this answer
 
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900