One last question about Crystal and Formatting, Can I achieve this.....;
I have a result of data that returns total minutes worked as an integer value.
i.e.
Date Mins
1/7/2005 400
2/7/2005 600
3/7/2005 520
4/7/2005 500
Total mins = 2020
Using Crystal Reports, I want to covert and more importantly format the integer values to hours worked, how can i do this using a crystal function(s)?
The result should give me in hrs worked:
Results
6:40
10:00
8:40
8:20
Total 33:40
Crystal should be able to display the values as above. And if the minutes are Negitive, then a minus should be placed in front of the figure.
I have a result of data that returns total minutes worked as an integer value.
i.e.
Date Mins
1/7/2005 400
2/7/2005 600
3/7/2005 520
4/7/2005 500
Total mins = 2020
Using Crystal Reports, I want to covert and more importantly format the integer values to hours worked, how can i do this using a crystal function(s)?
The result should give me in hrs worked:
Results
6:40
10:00
8:40
8:20
Total 33:40
Crystal should be able to display the values as above. And if the minutes are Negitive, then a minus should be placed in front of the figure.