Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 2133 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a tool with the following fields.

studentDOB - a date field tracking birthdate

studentDOBMonthName - a calculation field returning text result - MonthName (studentDOB)

studentDOBMonthNumber - a calculation field returning number result - Month (studentDOB)

The DOB field works fine. But the other two fields return question marks.

This is an FMPA 17 file, hosted on FMS17, accessed on macOS 10.14.2.

Any help would be appreciated.

Posted

Possibly try - MonthName ( GetAsDate ( studentDOB ) )  and Month ( GetAsDate ( studentDOB ) )

Posted

If Month (studentDOB) returns an error, then my guess would be that studentDOB does not contain a valid date. What is a valid date is determined by the date format being used by the file: this could be either the format of the current system or the format of the system that first opened the file, as selected in File Options.

  • Thanks 1
Posted

Problem solved. As comment suspected, the problem was with the date field. The dates appear to be correct, but changing the format corrects the problem in the other fields. Thanks to both of you for your replies.

  • Like 1

This topic is 2133 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.