Hi All,
I am using the crystal reports designer version 11.0.
I have a cross tab with the following field
Row column group -- date
Horizontal group - Time Ext
Summay fields - Max of time
The result set shows like this
Total Inhours InMinutes
01/04/2009 20 20 30
How to do that ?. Please help me out
I tried with the following formulat
if {clearquest.timeext}="Inhours" then {clearquest.time} else ({clearquest.time } * 60)
But it didn't work.
Thanks
Saran
I am using the crystal reports designer version 11.0.
I have a cross tab with the following field
Row column group -- date
Horizontal group - Time Ext
Summay fields - Max of time
The result set shows like this
Total Inhours InMinutes
01/04/2009 20 20 30
How to do that ?. Please help me out
I tried with the following formulat
if {clearquest.timeext}="Inhours" then {clearquest.time} else ({clearquest.time } * 60)
But it didn't work.
Thanks
Saran