Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

Make date

Hi,

I have Year and Month

Year        Month

2013          9

2013          8

2013          3

2013          4

How to make date ............

Labels (1)
3 Replies
Anonymous
Not applicable

Paul

     date(date#([Year] & num( [Month] ,'00'),'YYYYMM'))

Best Regards,     Bill

Not applicable

Please try with MakeDate function like below:

MakeDate(Year,Month) AS DATE_FIELD

MK_QSL
MVP
MVP

Try

MakeDate (Year, Month, 01) AS Date

If 01 dont work use '01'