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!

Oracle APEX 5.1 stacked bar chart

Pulakeshdey1977Aug 4 2017 — edited Oct 3 2017

Below is the query used and got below report. Can someone help me what is the issue and how to solve it?

Query used:

select null link, 'ASPENTECH' label, 'P1' series, 1 VALUE from dual

union

select null link, 'ASPENTECH' label, 'P1' series, 2 value from dual

union

select null link, 'Apex Tech-ops' label, 'P3' series, 1.5 value from dual;

union

select null link, 'Apex Tech-ops' label, 'P3' series, 0 value from dual;

Column mapping is as below:

pastedImage_1.png

The wrong output I got as below.

pastedImage_0.png

Regards,

Pulakesh

This post has been answered by fac586 on Aug 6 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 31 2017
Added on Aug 4 2017
9 comments
10,177 views