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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
P_qlik
Partner - Contributor III
Partner - Contributor III

format of month

Hi,

I have this formula: Num(Month(Date(today(), 'MM'))): the result is 4

how can I have format 04 for month?

Thank you

1 Solution

Accepted Solutions
MayilVahanan

HI @P_qlik 

Try like below

Num(Month(Date(today())),'00')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan

HI @P_qlik 

Try like below

Num(Month(Date(today())),'00')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.