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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Logic help Year and week to

I have Month and Week in one  table ,

how i can create dates from it?

i want week and month start date from year and week available in my data.

year are like 2015,2016 etc.

week are like 01,02,03, till 53

kindly suggest

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

HI,

Then use like below

MonthStart(MakeWeekDate(Year, Week))


Hope this helps you.


Regards,

Jagan.

View solution in original post

6 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try MakeWeekDate() to create date field.

Regards,

Jagan.

Anonymous
Not applicable

sample data?

Can we customize month or create month on the based of week?

something like first 4 0r 5 week as Jan, then next 4 as Feb and so on...

abhaysingh
Specialist II
Specialist II
Author

this gives me week start date, but i can get monthstart date from here?

Anonymous
Not applicable

did you try like this?

monthstart(weekstartdate(week))


monthstart(makeweekdate(week))

jagan
Partner - Champion III
Partner - Champion III

HI,

Then use like below

MonthStart(MakeWeekDate(Year, Week))


Hope this helps you.


Regards,

Jagan.

Anonymous
Not applicable

Ohh...syntax error...try as jagan mohan rao appala

suggested.