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

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

Recommended Posts

Posted

I am import/updating records on match and I need to capture the records that do not match, so I can manually match/update them. How can I do this?

Posted

Create a calculation field, number, count (relationship::anyfield), where relationship is the match you are needing. This will place a 0 where no match exists or the number of matches found. The you can find for 0 to find non-matching records.

Posted

The only problem is that I am updating on import, so if it does not match, where does the data go? It is the data that does not get updated that I am concerned about.

Posted

If imported records do not relate to existing ones, and 'add remaining records' is not specified, then the unrelated ones stay where they are.

I would suggest using IsEmpty(relationship::serial) also, which is faster than Count( ).

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