Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Checco
Contributor
Contributor

Calendar. Change the start day of the week

Hello
Can someone help me?
How can I do to create a calendar where the start of the week is, for example, Friday?
So how can I compare with previous weeks?

Thank all

Labels (1)
2 Replies
Or
MVP
MVP

You can use the FirstWeekDay variable to set the first day of the week.

e.g. SET FirstWeekDay=1; // Tuesday

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/Numbe...

 

Checco
Contributor
Contributor
Author

Thanks for your help.
I cannot understand how it works correctly.
I tried another solution: as you can see from the .qvw file, each row has the date of the day and the start date and end date of the week. But if I select another week it doesn't work for me.
Can anyone help me? Thank you