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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Carlaf_93
Creator II
Creator II

Format date

Good morning,

i'm importing a field that shows the month's names.

I would like to get the number's format.

If i use the num function it gives january like 1.

How can i get 01?

Thanks

2 Replies
Taoufiq_Zarra

@Carlaf_93  like  ?

num(Month,'00')

 

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
Chanty4u
MVP
MVP

Hi,

try this too,

num(Month(field name), '00')  as MonthNum