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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Union of queries in Crystal

Status
Not open for further replies.

KeertanaCR

Programmer
Oct 11, 2006
68
US
Hello All,

I have a report built on tables. Can i make a union of the sql generated by this report and another query(new query).

Thank you
 
Probably. You can create a union query by going to database->database expert->your datasource->add command and creating the union query there.

-LB
 
LB's solution is based on having CR 9 or later, please take the time to at least post your Crystal version and the database being used.

You're probably better served to create a View on the database and create the UNION ALL. You can get the existing query using Database->Show SQL Query.

-k

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top