Skip to main content
Announcements
YOUR OPINION MATTERS! Please take the Qlik Experience survey you received via email. Survey ends June 14.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Day names

I am still new to QlikView and I am taking in values from an excel sheet and would like to exclude the values in a straight table that fall on a Saturday or Sunday. The values are being input into the excel sheet in the form of MM/DD/YYYY, and whenever I try the command:

WeekDay(Date(Date))

I get Saturday, or more specifically 'Sat', every time, even though the second date refers to the column containing the dates. How can I achieve my desired result?

1 Reply
maxgro
MVP
MVP

try with

=WeekDay(Date#(Date,'MM/DD/YYYY'))

or with

=WeekDay(Date)