Capturing query
Report Studio is a tool for wider audience—right from business users, management personnel and analysts, to the pure technical report writers. If you are a technical person who understands the SQL/MDX being fired on the database, you certainly want to examine one to optimize the report performance and sometimes to merely ensure that everything is fine.
This recipe will talk about the right ways to capture the query fired on data source.
Getting ready
We will use the list report created in the previous recipe for this.
How to do it...
Open the report in Cognos Report Studio.
Go to Query Explorer and set the Usage of the filter item to Optional.
From the menu, select Tools | Show Generated SQL/MDX.
A new dialog box will appear with the SQL statements for each query subject. (only Query1 in this example)
Choose Native SQL from the dropdown. Examine the SQL statement.
You will notice that there are no filters in the
WHERE
condition.Now, close this dialog box. Change the Usage of filter...