Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
krishna789
Creator II
Creator II

Can we display week1 to week01 ?

hi,

Can we display week01  instead of week1   .while generating from date.

for example  : week(date) as week

regards,

krishna

1 Solution

Accepted Solutions
Colin-Albert

num(week(date), '00')

View solution in original post

2 Replies
Colin-Albert

num(week(date), '00')

Anonymous
Not applicable

Hi,


Use the below code to solve your problem.


=Num(Week(Date),'##')



Thanks & Regards,

Venkata Sreekanth