Crystal Reports 9, Oracle 9
In order to make use of server-side grouping, is it necessary to have all the report groups based on a SQL expression? I have a group @sortname. It is a concatenation of name.sortname + name.id since there can be duplicate sortnames in the table. Since a SQL expression cannot concatenate these 2 fields, do I need two groups--%sortname and %id instead or can I leave the @sortname. In other words, do all of the groups in the report have to be based on fields and expressions rather than Crystal formulas to see any benefit?
Also in the record selection, should the entire record selection be based on SQL expressions for better performance? Sometimes I want to use parameters.
In order to make use of server-side grouping, is it necessary to have all the report groups based on a SQL expression? I have a group @sortname. It is a concatenation of name.sortname + name.id since there can be duplicate sortnames in the table. Since a SQL expression cannot concatenate these 2 fields, do I need two groups--%sortname and %id instead or can I leave the @sortname. In other words, do all of the groups in the report have to be based on fields and expressions rather than Crystal formulas to see any benefit?
Also in the record selection, should the entire record selection be based on SQL expressions for better performance? Sometimes I want to use parameters.