Hi,
I have a datetime field in sql db...for example with below values...
2009-05-18 01:00:00.000
2009-05-18 01:15:00.000
2009-05-18 01:30:00.000
2009-05-18 02:00:00.000
I want to display only those fields based on hourly values.. for example '2009-05-18 01:00:00.000' and '2009-05-18 02:00:00.000' from above example... I DONT WANT '2009-05-18 01:15:00.000' and '2009-05-18 01:30:00.000' to show in my report which has '15' ,'30','45' mins and so on... I want report to be sorted by every hour only.
How can I display this in crystal report 11 ..
Thanks to help.