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!

Apex Pie Chart, Column Mapping: Custom Column, not working?

Geert01Dec 26 2024 — edited Dec 26 2024

Hi All,

I have created a new ‘Dashboard’ page. This page generates a couple of ‘sample’ charts, one of them a pie-chart. I have appended the default query used by this chart to add a slice_color field and have set the color to red:

select 'Label 1' label, 30 value , 'red' slice_color from sys.dual
union all
select 'Label 2' label, 20 value, 'red' slice_color from sys.dual
union all
select 'Label 3' label, 34 value, 'red' slice_color from sys.dual
…..

I then assigned the Custom Column to use the slice_color column and expected to see al the ‘slices’ to show in red. But this does not seem to work.

What am I missing or is this a bug?

This post has been answered by fac586 on Dec 26 2024
Jump to Answer
Comments
Post Details
Added on Dec 26 2024
5 comments
468 views