Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Generating a GROUP BY in report if Object not included in query

Status
Not open for further replies.

Maiden

Technical User
Jun 12, 2001
25
GB
Hi

Does anyone know how to generate a GROUP BY in a report SQL which runs in the background due to the fact that the group by object has not been included in the Query?

Cheers
InDistress
 
Hello Maiden,

Your question is a bit kryptic, but there is always the possibility of overriding the SQL that is generated by the universe(structure) by modifying the SQL statement in the Query panel (use SQL-button). After modification mark the "Do not generate SQL before running". When you now run the report you will force BO to accept the modified SQL-statement. But beware, if you change the query again but dragging in more objects or modify prompts, you will lose the override and BO will switch back to the universe generated SQL
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top