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: 
Not applicable

weekstart function

Hello Community,

i have one question.

I have a date dimension. I want with the weekstart function that the next monday after 2 weeks should be shown.

So for example

2012-09-03 => 2012-09-17,

2012-09-06 => 2012-09-04,

2012-09-14 => 2012-10-01

I attached the file. Can anyone please help me??

Best regards,

Aylin

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi Aylin,

this can be done with the following:

=WeekStart(Date_Dimension+20,0,0)

regards

View solution in original post

2 Replies
Not applicable
Author

Hi Aylin,

this can be done with the following:

=WeekStart(Date_Dimension+20,0,0)

regards

Not applicable
Author

Thanks - it works!