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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Bar graph not displaying all the values of the months

Hi,

Under APEX 24.2.0 I have graph which is not displaying all the months :

You see on the left bar, the month is not displayed.

The query is simple :

select count(*) "Nombre de bénévoles", DATE_ENTREE "Date d'entrée" from CY_VACATION WHERE DATE_DE_SORTIE IS NULL group by date_entree

How to display all the months values ?

Best regards.

This post has been answered by jariola on Apr 3 2025
Jump to Answer

Comments

Post Details

Added 2 days ago
7 comments
48 views