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

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

Recommended Posts

Posted

From: techy

I was trying to post for help on this problem.

I am trying to find/omit records over multiple fields.

I have a Postcode Field (Main DB)(set as a valuelist checkbox) this works fine on it's own.

I have a Members Field (Relational DB) again works fine on it's own.

I have a County Field (Main DB) again works fine on it's own.

I need to find AND/OR Omit Records that match ALL 3 Fields?:

My Current Script is.....

show all records

enter find mode[pause]

set field["membership:membership"]

omit record(depending on what the user enters)

new record/request

set field ["county"]

omit record (depending on what the user enters)

new record/request

goto field["postcode"]

set field["postcode","not isEmpty(postcode & "

  • 2 weeks later...
Posted

Hmmm... how about have a calculated field that is a concatenation of the three fields you search on.

Then set up 4 global fields. The first three getting populated by the you're above script SetFields. Then 4th global being a calculation field defined like the previous one to do the concatentation. Then omit all records where the global field matches the non global concat field.

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