Hello.
I have the following field in an interactive report sql:
APEX_ITEM.TEXT(26,delivery_date,10,NULL,' style="text-align:center" ') delivery_date,
This field maps to the EBS database in an attribute. As the attribute is a varchar, it accepts and value even if its not a date. I also tried to change the property of the field to format mask date, Still any text can be input and saved.
Can someone tell me how to force a date to be entered for this field.
Brgds