Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello QV gurus. It appears that the first day of the week in QlikView is Monday (Weekday for Monday = 0). Is there a setting where this can be changed to match that of the U.S. weekday values, where the first day of the week is Sunday? Thanks.
It could be simple solution for this issue ( follow sets Sunday as week start day ) :
Set vCal_FD = 6;
WeekStart( Date, 0, $(vCal_FD) ) as WeekStart ,
Dual( WeekDay( TempDate ), Mod( WeekDay( TempDate - $(vCal_FD) ), 7 ) +1 ) as WeekDay
Last one set your week start date, it could be ever day you want .