views:

19

answers:

1

I am creating a Crystal 2008 report, and I'd like to provide it a T-SQL statement for data generation, instead of selecting and joining together tables. Can this be done?

+3  A: 

Yes. In the Database Expert, after picking your connection, instead of choosing your tables, select "Add Command" and type your query in there.

SarekOfVulcan