Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have data '0032018' in date field and I want it to convert into dd/mm/yyyy like '01/03/2018'
plz help.
thank you.
@daya Is this for QlikView or Sense? I would like to move this into the correct product forum.
Hi,
Believe following is the expression you are looking for.
Date(Date#(DateFieldName,'DDMMYYYY'),'DD/MM/YYYY')
Thanks!