Crystal XI, Oracle 10g database
I have to convert a mainframe report to Crystal. The mainframe report look like the follows:
agency count promoted count departed count
AC 1 YES 3 DEC. 11 167
CD 15 YES 3 OCT. 09 5
YES 14 NOV. 10 11
JAN. 11 15
FEB. 28 5
My question is, without using subreports or stored procedure, is there a way to do it?
Each column is made of an independent query with a group by clause.
I have to convert a mainframe report to Crystal. The mainframe report look like the follows:
agency count promoted count departed count
AC 1 YES 3 DEC. 11 167
CD 15 YES 3 OCT. 09 5
YES 14 NOV. 10 11
JAN. 11 15
FEB. 28 5
My question is, without using subreports or stored procedure, is there a way to do it?
Each column is made of an independent query with a group by clause.