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!

Charts in Oracle Apex 19.1

RiassuncaoSep 14 2023

I'm building an application in APEX 19.1 In this application I have two popup lovs, and two charts.

The two popups are filters for the charts.

The information I need to show in the charts is numerical information.

Based on the values selected in the popups, the information may be integer, or have decimal places.

I don't know how to make the graph labels on the Y axis correctly demonstrate the information, respecting the decimal places.

I need to do this dynamically.

My idea is the following: based on the combination of the two popups, feed an item on the page with the number of decimal places and then use that item in the chart.

But still, I can't do it. Does anyone have any ideas?

Comments
Post Details
Added on Sep 14 2023
6 comments
251 views