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: 
cmano
Creator
Creator

Date format name month to number

Hello guys.

I have date like 1/2/2022, 1/3/2022

I inserted at script the below

Month([Ημ/νια Red Card]) as Month,

Day([Ημ/νια Red Card]) as Day

but at month list box i have the below : 

Screenshot 2022-08-03 152639.png

How i can convert the months to numbers  (1,2,3) etc?

thank you.

Labels (2)
1 Solution

Accepted Solutions
Or
MVP
MVP

Num(Month([Ημ/νια Red Card])) as MonthNum

View solution in original post

1 Reply
Or
MVP
MVP

Num(Month([Ημ/νια Red Card])) as MonthNum