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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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.

Labels (1)
2 Replies
fvelascog72
Partner - Specialist
Partner - Specialist

Hi,

Maybe you can try:

Num(Month(Date))

Cheers.

Anil_Babu_Samineni
MVP
MVP

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