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!

Chart: Automatic Rounding to the nearest whole number

Original Master General 2Oct 7 2016 — edited Oct 14 2016

Background: I am running a query for a bar chart in my oracle apex application. Everything works fine except the number value is getting rounded to nearest whole number. I am using Oracle Application Express 5.0. I am using Type: Bar Chart

Question: How can I prevent the chart from automatically rounding the values to the nearest whole number?

My Query:

SELECT 
     NULL LINK_VALUE,
     EMPLOYEE_NAME NAME_VALUE,
     SUM
(EMPLOYEE_HOURS) NUMERICAL_VALUE
FROM
     RECORDED_EMPLOYEE_HOURS
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2016
Added on Oct 7 2016
9 comments
1,094 views