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!

Calendar : Advisor says that The DATE_END column does not exist in the region source SQL statement.

Hi,

Under Oracle APEX 24.2.9, the advisor says that :

Applications: 108 - Gestion de projets > Pages: 18 : The DATE_FIN column does not exist in the region source SQL statement.

But the sql request include the field DATE_FIN :

select ID,
      'Projet N° ' || ID || ' - ' || PAYS || ' - ' || TITRE || '  - ' || PROJET_TERMINE "TITRE",
      DESCRIPTION,
      DATE_DEBUT,
      DATE_FIN
  from AD_GESTION_PROJET
where PROJET_TERMINE <> 'Projet terminé'

Is this a bug from the advisor or a false error ?

Best regards.

Comments
Post Details
Added 2 days ago
2 comments
36 views