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!

Bar Chart with all zero values does not render

marifeMar 24 2006 — edited Mar 26 2006

I have a vertical bar chart using the following query:

     SELECT NULL link, ename label, sal value FROM emp

It renders with no problem. If I have a query for which all the "values" are zero like:

     SELECT NULL link, ename label, 0 value FROM emp

the chart is blank.

Why does this not render a chart where all the values are zero with all the appropriate values?

Mike

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2006
Added on Mar 24 2006
6 comments
718 views