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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
sat_tok52
Creator
Creator

To calculate Coming two weeks

Hi Guru's,

I want to calculate coming two weeks data, it means today is 48 week ,As per my requirement to calculate 49,50 week separately ,Any help two write the expression.I tried week(Today())+1 and week(Today())+2 it's not  working any help that would be appreciate.

Thanks,

Sateesh.T

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Sateesh T wrote:

..I tried week(Today())+1 and week(Today())+2 it won't work

Can you please tell what won't work? Because, I guess they would return 49/50 correctly. Please explain your case in more detail.

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Sateesh, when you said coming two weeks data.. but what data?

Next Two Week Start and End can be calculated as below.

=WeekStart(Today()+7)

=WeekEnd(Today()+7)

=WeekStart(Today()+14)

=WeekEnd(Today()+14)

tresB
Champion III
Champion III

Sateesh T wrote:

..I tried week(Today())+1 and week(Today())+2 it won't work

Can you please tell what won't work? Because, I guess they would return 49/50 correctly. Please explain your case in more detail.