Author Topic: PHP, Oracle and Charts  (Read 794 times)

0 Members and 1 Guest are viewing this topic.

Offline kkibooTopic starter

  • Irregular
  • Posts: 6
    • View Profile
PHP, Oracle and Charts
« on: July 15, 2010, 05:53:32 PM »
Hello all,

I'm having some trouble here: I'd like to create a series of charts based on different data sets from the same table. The problem is, most of the columns are not numeric. I have fields such as: Team, Employee, Grade, etc. Is there any good way to chart this data as in (varchar2) or do I HAVE to somehow make it numeric? If so, is there an easier way to do this via aliases perhaps? Charts are driving me mad. :(