rmanh Posted September 30, 2008 Posted September 30, 2008 Hi, Im not having much luck creating this function work, I have 2 fields, one displays a drop down list of months by number 01..02 etc. I would like to create a (if function?) to change the number to the month name in the other field (month name). Anyone do this before? thanks much
comment Posted September 30, 2008 Posted September 30, 2008 Try: MonthName ( Date ( YourMonthNumber ; 1 ; 1 ) ) Result type needs to be Text.
mr_vodka Posted October 1, 2008 Posted October 1, 2008 Just to add to this, if this is strictly for display purposes, you do not really need an additional field to achieve this. You can simply place another copy of the same field on there, select it, and then go to Date format (Format menu -->Date). Use a custom date format for the month name only.
Recommended Posts
This topic is 5957 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now