Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Chart/Graph from Averages in Table 1

Status
Not open for further replies.

m3gd04

Technical User
Sep 17, 2004
17
US
Was wondering how to create a chart from a table just showing the Average Times values against 4 entities. For example: I have 4 surgeons that show average times for a common procedure which are shown as values in a footer.

Surgeon Avg Times
Surg a 120
Surg b 84
Surg c 91
Surg d 95



After attempting to turn into chart (bar graph), the chart will show all of their cases that this is based on and not just the simple avg times field that I'm looking for.

Any suggestions would be greatly appreciated.
 
You can't graph values in a footer. You need a dataprovider that returns what you want.

Or you could build a table that uses the Surgeon and has a variable that matches the Avg from the footer.

In any event, you have to figure out how to get the data into the body of a table in order to chart it.

Steve Krandel
VERITAS Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top