Hi,
Is there any function to convert the month in text to number?
For example convert FEB to 02, Jan to 01 and so on.
Thanks,
Announcements
Hi,
Is there any function to convert the month in text to number?
For example convert FEB to 02, Jan to 01 and so on.
Thanks,
guess I overlooked the example and interpreted the question in a different way.
Does the solution recommended by @abm work for you?
Hi @adri3
There is no expression function to convert Month Text to numeric.
You could use Switch Case statement.
Please see below. Extend the other case conditions accordingly.
Hi @adri3 ,
Can you please consider the int() function that is available as expression?
This function can convert text to an integer. In your case you can get the month as a substring and then convert it.
Thank you!
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1