Hi,
I am currently working with an Interactive Grid containing two Date Picker columns (START_DATE and END_DATE)
I am trying to set the minimum date of END_DATE to the START_DATE column value, and the maximum date of START_DATE to the END_DATE column value.
I red that I need to use the &COLUMN_NAME. format to refer to another column of an Interactive Grid. So I tried &START_DATE. and even &START_DATE!RAW. to try to access the value. However, it doesn't work and the calender showing up doesn't retrain values.
Do you have any ideas ?
My APEX version is 5.1.4.00.08
Thank you very much !