Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convert YYYY-WW to Date

Hello,

Is it possible to convert a YYYY-WW date format into a single date? Lets say the last day of that week?

12 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Ralf,

.

you are also right.

Better you use the solusion i have suggested with checking the lenth, you can also try the solution given by Ori.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try like this

 

=MakeWeekDate(left('2013-02',4), Num(SubField('2013-02', '-', 2)))

Regards,

Jagan.

rbecher
MVP
MVP

Or subfield:

=MakeWeekDate(subfield('2013-2','-',1),subfield('2013-2','-',2),0)

Astrato.io Head of R&D