I have a pie chart that is composed of 4 series. Each series is created using SQL which does a sum on a particular column. As such I run 4 separate SQL queries. Is there a way of running a single query to return all 4 column sums? Writing the query is not the problem, it's more a case of understanding how APEX works with respect to series. Can anyone throw some light on this? Thank you