Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multi-series line chart

528063Nov 30 2012 — edited Dec 3 2012
Hello everyone, I am trying to create a multi-series line chart as follows:
My table is ( Class, Name, X1, X2, X3, X4 ).
My select statement will be: select Name, X1, X2, X3, X4 From tbl1 where Class = 4
This select will return multiple records based on Class, number of returned records may range (1-250) records.

Is it possible to implement this in APEX?

Any help is appreciated!
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2012
Added on Nov 30 2012
7 comments
2,425 views