Hello all! I'm new to Cognos and reporting so I appreciate as much detail as possible. I have a simple 3 table SQL database with primary and foreign keys defined correctly:
order table= (order_id), firm_id, client_id, date_sent, order_variance
client table= (client_id), client_name
firm table= (firm_id), firm_name, firm_state, firm_county
I needed to create a crosstab report in Cognos 8 BI Report Studio that shows the following (from outermost to innermost):
rows: firm_state, firm_county, firm_name
columns: year, quarter
measures: order_variance
I created a view in SQL before importing the datasource into a COGNOS package. The view consists of the order_id, and columns for the year and quarter derived from the date_sent field.
I created the report as described above and received the error RQP-DEF-0103, so I went into Query Explorer and changed the propertis of my Query to Allow Cross Product. But now when I run the report it does not stop running. Can somebody please help me?
order table= (order_id), firm_id, client_id, date_sent, order_variance
client table= (client_id), client_name
firm table= (firm_id), firm_name, firm_state, firm_county
I needed to create a crosstab report in Cognos 8 BI Report Studio that shows the following (from outermost to innermost):
rows: firm_state, firm_county, firm_name
columns: year, quarter
measures: order_variance
I created a view in SQL before importing the datasource into a COGNOS package. The view consists of the order_id, and columns for the year and quarter derived from the date_sent field.
I created the report as described above and received the error RQP-DEF-0103, so I went into Query Explorer and changed the propertis of my Query to Allow Cross Product. But now when I run the report it does not stop running. Can somebody please help me?