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

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

Recommended Posts

Posted

I am importing data into a new database from an old database. The text in some of the fields doesn't match the new database. I know I can do a Case script, and that works to a point. The problem I'm running into is sometimes the data in the specific field is not wrong, but the case script still changes it. Am I missing something. Here is what I have

Case ( Data Files::Mov3 = "Old" ; "

Posted

I think you will need to include (something along the lines of)

PatternCount(Data Files::Mov3,"Old") in the Case statement to check for the string "Old" in the field. Otherwise unless the field contained ONLY "Old" it would fail. I think.

  • 2 weeks later...

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