March 2006
Beginner to intermediate
480 pages
11h 17m
English
• Setting Up Parameters
• Parameter Properties
• Data-Driven Parameters
• Parameters and Data Sources
• Expressions with Parameters
• Dynamic SQL with Parameters
• Parameter Dependencies
• Example Using MultiSelect
Report-level parameters can serve a number of functions, including the following:
• Manipulating report data
• Connecting related reports together
• Varying report layout and presentation
Parameters are used to pass information to a report to influence report processing. For example, a parameter can serve as a condition in a WHERE of a query that generates the report’s data set. Parameters are relatively easy to set up and are very flexible.
Report parameters can be presented to the ...