Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vanderson009
Creator III
Creator III

MonthName Issue

Hello Community,

I have column in my table with values are,

201303

201304

201305

201306

201307

201308

201309

201310

201311

201312

201401

and i want Month Name from this data.

please if any one of you know then help me its urgent.

- Thanks and regards,

Villyee

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi,

In your script use:

MonthName(Date(Date#(Column, 'YYYYMM'))) AS MonthNameField

There are many other ways, but this one will work.

Miguel

View solution in original post

2 Replies
Miguel_Angel_Baeyens

Hi,

In your script use:

MonthName(Date(Date#(Column, 'YYYYMM'))) AS MonthNameField

There are many other ways, but this one will work.

Miguel

vanderson009
Creator III
Creator III
Author

Thanks Miguel