I am new to crystal reports and a novice using SQL so any help with the below would be appreciated.
I have two fields:
D.Case (Date/Time) Format dd/mm/yyyy hh:mm:ss
T.Case (String)
These are fields in Q_Case Table.
I would like to count T.Case but group by day of month.
eg.
1/07/2003 25
2/07/2003 25
3/07/2003 25
I have tried unsuccessfully to use the functions to convert the Date/Time field to dd/mm/yyyy and crystal won't accept the sql generated by the sql designer.
Could anyone help me with this?
Thanks in advance
I have two fields:
D.Case (Date/Time) Format dd/mm/yyyy hh:mm:ss
T.Case (String)
These are fields in Q_Case Table.
I would like to count T.Case but group by day of month.
eg.
1/07/2003 25
2/07/2003 25
3/07/2003 25
I have tried unsuccessfully to use the functions to convert the Date/Time field to dd/mm/yyyy and crystal won't accept the sql generated by the sql designer.
Could anyone help me with this?
Thanks in advance