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: 
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
MVP
MVP

@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