I have a complex Crystal Report that I created using the SQL created automatically through the various manipulations I did in the report.
I need to remove one item from the defaulted "Select" statement. The item is used in a formula and not directly in the report. Is there a way to remove it from the generated Select statement.
If not, is there a way to easily replace the generated SQL with an added Command object SQL without having to re-do the report from scratch?
I need to remove one item from the defaulted "Select" statement. The item is used in a formula and not directly in the report. Is there a way to remove it from the generated Select statement.
If not, is there a way to easily replace the generated SQL with an added Command object SQL without having to re-do the report from scratch?