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