August 2013
Intermediate to advanced
364 pages
7h 35m
English
In this recipe, we will write an SQL statement to be fired on the data source. We will use the Prompt macro to dynamically change the filter condition.
We will write a report that shows a list of employees by region and country. We will use the Prompt macro to ask the users to enter a country name. Then, the SQL statement will search for the employee belonging to that country.
Create a new blank list report with the GO Data Warehouse (query) package.
In this recipe we will see how to use macros to pass a parameter to an SQL statement, as follows:
Read now
Unlock full access