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: 
Not applicable

How to put Month ID ?

Hi All,

I have a date field, from that i can derive Month Name. How to put MonthID ?

Please help.

2 Replies
fvelascog72
Partner - Specialist
Partner - Specialist

Hi,

Maybe you can try:

Num(Month(Date))

Cheers.

Anil_Babu_Samineni

You can use simply

Month(DateField) as Month

And

MonthID

Num(Month(DateField)) as MonthID

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful