Hi there,
I want to Format the date column from YYYYMMDD to DD/MM/YYYY or YYYY/MM/DD.
I used FORMAT([something],YYYY/MM/DD)
But its giving me #error.
When i check the source table date column is with text property; i cant change the source table.
I need to change the date format to find the records which or less then todays date;
<date()
Please help.
I want to Format the date column from YYYYMMDD to DD/MM/YYYY or YYYY/MM/DD.
I used FORMAT([something],YYYY/MM/DD)
But its giving me #error.
When i check the source table date column is with text property; i cant change the source table.
I need to change the date format to find the records which or less then todays date;
<date()
Please help.