I've got a cross-tab I would like to create which shows average time taken to process a task. The data is stored in the database in seconds. However, I would like the report to show minutes and seconds (easier to read, of course). For other similar reports (non-cross tab), I've created a formula that converts the minutes and seconds, and displays the result in a text field similar to "4 min, 3sec".
Where my problem lies, is when I try to show the data in a cross tab. To get the average time spent, the calculation must be done on the "seconds" field, but I want the resulting cross tab to show the converted value. Is this possible?
Where my problem lies, is when I try to show the data in a cross tab. To get the average time spent, the calculation must be done on the "seconds" field, but I want the resulting cross tab to show the converted value. Is this possible?