Hi,
I am working on a report in [ASP.NET + VS2008 , Crystal Reports + SQL Server 2008] environment.
I have a data column which returns me number of minutes in integer format.
I need to get total number of minutes for a given emp, which I managed to get using;
1. Add formula field
2. use Change Summary Operation
3. Selected Sum as calculate this summary.
So now I get the total no of minutes in a text object in the report.
Next I need to display this in HH:MM which I am unable to find a way.
For ex : Total mins = 73 Should Be 01:13
I have not mastered crystal reports and struggling to get this done...Any help is highly appreciated... Thanks in advance..
Edited by sanjeewalk - 05 Sep 2011 at 12:04am