Hello Team,
The current DTMonth function will return month from Date field in 2 digit number format. I need to write 12 conditions to get the respective text of month. Ex: If month=01 Then Month='January'.
Instead I am looking to see if we can have a function that extract the name of the month directly.
Best,
Sai Krishna
=tostringex(v1,'mmmm') should already work.