Hi All
I have tried with my limited knowledge
I have to same the date format as the dashboards. The date format in the source is yyyy-mm-dd and it is string format.
I want it in dd/mm/yyyy format.
What I did
I used Datetime to change the format from string to date. I was successful. The metadata showed as "date"
I used a formula to change the "date" DateTimeFormat([DateTime_Out],"%d/%m/%Y") . The format did change to dd/mm/yyyy but the format went back to V_String.
I changed the format to date but got dd: 01/07/2022 is not a valid Date error
Regards
CT