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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Muthu
Partner - Creator III
Partner - Creator III

WeekStart Date as Wednesday

Hi,

I wanted to make the entire dashboard weekstart as Wednesday.

I tried using the function SET FirstWeekDay=3 in the script it worked in Qlikview Version 12.

But its not working in Qlikview version 11.2 SR12.

Please help.

Regards,

Muthu

Labels (1)
7 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

try

SET DayNames='Wed;Thu;Fri;Sat;Sun;Mon;Tue';

Chanty4u
MVP
MVP

try below

SET DayNames='Wed;Thu;Fri;Sat;Sun;Mon;Tue';

Muthu
Partner - Creator III
Partner - Creator III
Author

I tried this option as well, Its seems not working

jpenuliar
Partner - Specialist III
Partner - Specialist III

How exactly are you using WeekStart()  ?

Muthu
Partner - Creator III
Partner - Creator III
Author

I tried testing using weekstart(Today())

It showed 29/08/2016

jpenuliar
Partner - Specialist III
Partner - Specialist III

Try :

=weekstart(today(),0, 2 )

agomes1971
Specialist II
Specialist II

Hi,

please see this

Redefining the Week Start

HTH

André Gomes