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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Halfar
Contributor
Contributor

Week numbers in calendar object

Hello ,

 

I am looking for a calendar object with week numbers in it.

can anybody help me with this ?

3 Replies
kKoumoundouros
Partner - Contributor III
Partner - Contributor III

Hello,

Look below URL on how you can generate Master Calendar, in load script is a function that returns the week from given date: Week(InvoiceDate) As Week:

https://community.qlik.com/t5/QlikView-Documents/Master-Calendar-Generation-Script/ta-p/1477450

Halfar
Contributor
Contributor
Author

Thanks you,

But I mean that I need a calendar object with the week numbers in front of the dates

kKoumoundouros
Partner - Contributor III
Partner - Contributor III

Yes sure, use can create a field from two different, for example:

 

Week(InvoiceDate) &  '  '  & InvoiceDate as Date