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

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

Recommended Posts

  • Newbies
Posted

My FMPro 6 dbase has 1,237 records. The field exists in each record. I want to add a new field, titled , and then automate the population of the new field with text based on the code in the existing field.

Example:

The field is populated with the codes EE, NA, CO, and AD. I want the new field , which is empty, to display "Engineering" for all records with the code EE or NA in the field

....and to display "Chemistry" for all records with the code CO, AD in the field.

Would a Loop script, or making the new field a calculation field, or would something else be the most appropriate/efficient, and what might it look like?

I'm sooooo stuck. Hope someone can help.

Don (novice)

Posted

Hi

make the new field a calculation field (result text) and calc:

Case(

Area Tag = "EE" or Area Tag = "NA"; "Engineering";

Area Tag = "CO" or Area Tag = "AD"; "Chemistry";

""

)

This topic is 6891 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.