Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to get the BEGIN_DATE and END_Date from week

can anyone help me i am having year and week is there any way to get begin date of week and end date of week from it

1 Solution

Accepted Solutions
sushil353
Master II
Master II

Hi,

Try This:

first of all make date from week no and year using:

makeweekdate(2013,11) returns 03/11/2013

then get the week start data and end date using:

=WeekStart(MakeWeekDate(2013,11)) returns 03/11/2013

=WeekEnd(MakeWeekDate(2013,11)) returns 03/17/2013

HTH

Sushil

View solution in original post

1 Reply
sushil353
Master II
Master II

Hi,

Try This:

first of all make date from week no and year using:

makeweekdate(2013,11) returns 03/11/2013

then get the week start data and end date using:

=WeekStart(MakeWeekDate(2013,11)) returns 03/11/2013

=WeekEnd(MakeWeekDate(2013,11)) returns 03/17/2013

HTH

Sushil