M
Mike
I have a problem similar to "Kaixi".
I have data for elapsed times of backups, and I'm trying
to chart the beginning and ending time of the backups for
each server. The only problem is that each server may
have more than one backup job, so I need to chart the
elapsed time from the earliest start time to the latest
end time, with gaps shown where there is no activity.
The data looks like this:
server start-time end-time
abc 08:00 08:30
abc 08:00 08:45
abc 09:00 09:30
def 09:00 09:10
def 09:30 09:45
etc....
I'm using a floating-bar chart which works pretty well
for the data, except that each backup job entry is on a
different bar. What I'd like to do is have a non-
continuous bar that shows the elapsed time for each
server on a single bar:
|
|abc ---------- ---------
|
|def -- ----
|
|
|
| 07:00 08:00 09:00
--------------------------------------------------------
I'm open to "massaging" the data to make it fit the chart
type, and I've played with Pivot charts and tables to
that end without much success.
Any advice is greatly appreciated.
I have data for elapsed times of backups, and I'm trying
to chart the beginning and ending time of the backups for
each server. The only problem is that each server may
have more than one backup job, so I need to chart the
elapsed time from the earliest start time to the latest
end time, with gaps shown where there is no activity.
The data looks like this:
server start-time end-time
abc 08:00 08:30
abc 08:00 08:45
abc 09:00 09:30
def 09:00 09:10
def 09:30 09:45
etc....
I'm using a floating-bar chart which works pretty well
for the data, except that each backup job entry is on a
different bar. What I'd like to do is have a non-
continuous bar that shows the elapsed time for each
server on a single bar:
|
|abc ---------- ---------
|
|def -- ----
|
|
|
| 07:00 08:00 09:00
--------------------------------------------------------
I'm open to "massaging" the data to make it fit the chart
type, and I've played with Pivot charts and tables to
that end without much success.
Any advice is greatly appreciated.