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

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

Recommended Posts

Posted

Is there any way to set up relationships that are inexact or "partial"? I'm sure I've gone through this with myself before, but I can't remember if I found a solution or not.

To be more specific, I would like to create a relationship between two text fields (globalfield1<-->textfield2) that will act as a filtering relationship. If I put "c" in globalfield1, I would like all values in textfield2 to relate if they start with "c". This is, in effect, much like the way a type-forward drop-down list works. If I put in "ch" only values starting with "ch" are now related, etc.

If I were in find mode, this would be the same as looking for "c*", "ch*" etc.

An exceptionally laborious method (on the cpu, probably) would be to have a multi-key relationship using a calculation field with values such as

left(field2,1)

Posted

You could do something like this, using <= and >= to define the range, and have a prefixEnd calculation that's something like: prefix & "z" to give the end-point.

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