Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
input date format
column name: Voice_date
Data is in below format for Voice_date
August 31, 2015 9:00:00 PM IST
February 13, 2015 4:30:00 PM IST
September 6, 2015 5:00:00 AM IST
Required format output
YYYYMMDD
Thanks in advance
Best
Chanty
try this
TO_DATE(TO_CHAR(SUBSTR(Date,1, length(Date)-4),'MONTH DD, YYYY HH:MI:SS AM'),'YYYYMMDD')
Thanks for response.
But its not in Qlikview it is Qliksense
Raj...
its givng error.
What is the error messge you are getting.?