
Not applicable
2016-07-14
04:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
number of the week day
Hi,
I want to set a variable value to the number of the weekday
So today is Thursday so the variable value should be '4'
When I try following then I get value as 'Thu'
=Weekday(Today())
But When I convert to number like below.. then I get Value as '3' instead of '4'
=num(Weekday(Today()))
am I missing anything?
- Tags:
- expression
- variable
10,571 Views
1 Solution
Accepted Solutions

Partner - Champion III
2016-07-14
04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Days start at 0. Monday is day 0. See the only help: weekday - script and chart function ‒ Qlik Sense
talk is cheap, supply exceeds demand
4 Replies

Partner - Champion III
2016-07-14
04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Days start at 0. Monday is day 0. See the only help: weekday - script and chart function ‒ Qlik Sense
talk is cheap, supply exceeds demand

MVP
2016-07-14
04:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Not applicable
2016-07-14
04:21 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you

Not applicable
2016-07-14
04:21 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you
9,307 Views
