Hi, I'm trying to put average time into a crosstab in HH:MM format, but there seems to be no way to format it this way.
I've got an ELAPSEDMINUTES field which I convert to HH.MM elsewhere in the report, and I summarize it in group sections by using:
Int(Average ({@Elapsed minutes}, {TASKS.TYPE}) / 60) + (Remainder (Average ({@Elapsed minutes}, {TASKS.TYPE}),60) / 100)
But I don't see how I can do this in a crosstab (BTW, the crosstab is in the report header)
Thanks for reading
I've got an ELAPSEDMINUTES field which I convert to HH.MM elsewhere in the report, and I summarize it in group sections by using:
Int(Average ({@Elapsed minutes}, {TASKS.TYPE}) / 60) + (Remainder (Average ({@Elapsed minutes}, {TASKS.TYPE}),60) / 100)
But I don't see how I can do this in a crosstab (BTW, the crosstab is in the report header)
Thanks for reading