Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Current week

How do I make a text box to display the current week number?

1 Solution

Accepted Solutions
MayilVahanan

HI,

     Try this,

          =Week(today()) gives 28

     Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

5 Replies
MayilVahanan

HI,

     Try this,

          =Week(today()) gives 28

     Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
jagan
Luminary Alumni
Luminary Alumni

Hi,

Try this script

=Week(Today())

It displays current week number.  Hope this helps you.

Regards,

Jagan.

Not applicable
Author

Is there a way for me to display ie..

"The current week is (week number)"

Not applicable
Author

hi,

try this:

= 'The current week is ' & Week(Today())

MayilVahanan

Hi,

     In text box

     = 'The current week is '  & Week(Today())

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.