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.