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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Charts from Oracle DB

Status
Not open for further replies.

delorfra

Programmer
Mar 8, 2001
79
FR
I am trying to insert a graph which shows several curves coming from an Oracle database (ex: monthly customer complaints No for each factory unit).
1° It seems Oracle does not support Transform/Pivot instructions to create a crosstab query => how to go about it ?
2° The only way to generate graphs I have found in FP2000 seems
a/ to extract Oracle data in a table
b/ to insert an Excel sheet Office component taking the data from the table
c/ to insert an office chart web component plotting the data from the Excel sheet.

=> Is there no simpler way from Oracle to creating a graph ?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top