Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please give me the idea how to convert registration column date format into same date formatted as "Date of Incident" column (DD-MM-YYYY)
Thanks in Advanced..!!
Hi,
Try : date("Claim Registration Date",'DD-MM-YYYY') as "Claim Registration Date"
Vik
Try:
Date(Date#(RegistrationDate, 'M/D/YYYY'), 'DD-MM-YYYY')
JG
thanks for reply @JuanGerardo
I try the same but it is not working
Date(Date#("Claim Registration Date", 'MM/DD/YYYY'), 'DD-MM-YYYY') as "Claim Registration Date"
please suggest another expression.
can you attach here same data in excel file for those two fields only
Hi,
Try : date("Claim Registration Date",'DD-MM-YYYY') as "Claim Registration Date"
Vik