Maven4Champ
Technical User
- Jun 16, 2004
- 154
I have a column type of "NUMBER" and it's called
{TABLE.TTCM_DEAL}. It's basically the number of minutes from one starting point to one ending point done in an Oracle SQL view.
I am using Crystal 8.5 against an Oracle Database.
I want to convert my number of minutes to DD:HH:MM but also where I can chart the result in a chart in descnding order from highest TTCM_DEAL duration to lowest TTCM_DEAL duration but also show the dealer associated with that duration.
My data looks like this:
[DEALER] [TTCM_DEAL]
ABC CO. 151
ABC CO. 23
ABC CO. 117
DEF CO. 49
DEF CO. 57
I would want to add um the TTCM_DEAL for ABC CO. Dealer and then divide by the count (3) to get an average number.
I then want to chart this average number as DD:HH:MM.
In this representation it would like this this in the chart:
ABC CO. [============================]
DEF CO. [=====================]
etc. etc. etc.
Please tell me if I am out of my mind and should just do this in excel as I have been for the past year?
{TABLE.TTCM_DEAL}. It's basically the number of minutes from one starting point to one ending point done in an Oracle SQL view.
I am using Crystal 8.5 against an Oracle Database.
I want to convert my number of minutes to DD:HH:MM but also where I can chart the result in a chart in descnding order from highest TTCM_DEAL duration to lowest TTCM_DEAL duration but also show the dealer associated with that duration.
My data looks like this:
[DEALER] [TTCM_DEAL]
ABC CO. 151
ABC CO. 23
ABC CO. 117
DEF CO. 49
DEF CO. 57
I would want to add um the TTCM_DEAL for ABC CO. Dealer and then divide by the count (3) to get an average number.
I then want to chart this average number as DD:HH:MM.
In this representation it would like this this in the chart:
ABC CO. [============================]
DEF CO. [=====================]
etc. etc. etc.
Please tell me if I am out of my mind and should just do this in excel as I have been for the past year?