Hi All,
I want to create graph in crystal which shows hourly charges for labor vs hourly sales.
e.g. In time for labor is '2014-01-01 01:00:00 AM' and out time is '2014-01-01 07:00:00 AM' and total charges is 60.
Then output should be in following format -
Hour Charges
2 10
3 10
4 10
5 10
6 10
7 10
It is showing hourly charges between 1 and 7.
Same is for sales.
So, how can I do this? Please help....
Thanks in advance.