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: 
ivandrago
Creator II
Creator II

How to get Month Number

Hi,

I require a variable that will tell me the month number we currently i.e.

Apr = 4

May = 5

etc

Thanks

1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

Do you mean current month?

= num(month(today() ) )

you can replace today() by any date

View solution in original post

1 Reply
erichshiino
Partner - Master
Partner - Master

Do you mean current month?

= num(month(today() ) )

you can replace today() by any date