Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Creator III
Creator III

Troouble coverting date in YYYMM format to DD/MM/YYYY qliksense

@sunny_talwar 

 

Hello Everyone,

 

I have below [SOP Month/Year] field in raw data. I am trying to create Date using this . i tried below :-

Date#(Date("SOP Month/Year",'YYYYMM'),'DDMMYYYY') as Date,- didn't worked. it gives below output:-

Aspiring_Developer_0-1596711121370.png

 

I tried using other functions like num , floor, makedate , etc but it didnot worked

MakeDate("SOP Month/Year",1) as New_Date,

Aspiring_Developer_1-1596711349218.png

Please help

 

Thanks is advance

1 Solution

Accepted Solutions
sunny_talwar

Try this instead

Date(Date#("SOP Month/Year", 'YYYYMM'), 'DDMMYYYY') as Date

View solution in original post

1 Reply
sunny_talwar

Try this instead

Date(Date#("SOP Month/Year", 'YYYYMM'), 'DDMMYYYY') as Date