Skip to Main Content
Spotfire Ideas Portal
Status Already exists
Created by Guest
Created on Sep 18, 2017

Function to extract Month in Text format from Date Field

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

  • Attach files
  • Guest
    Reply
    |
    Oct 25, 2017

    =tostringex(v1,'mmmm') should already work.