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

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

Recommended Posts

  • Newbies
Posted

Instead of finding a static value in a field, I need to find a value that is stored in another field.

For examle:

FieldA has the value "2004"

A line in my script is Find, restoring find request

.....I want one of those find requests to include finding in FiledB the value stored in FieldA, not the value "2004"

When next year comes along, the user will not have to edit the script to change the year, but would just have to change the value in FieldA

Thanks for your help.

-Jordan

Posted

Hi, Jordan. Your best bet may be to create FieldC, a calc field equal to:

FieldA = FieldB

Now, when the contents of FieldA and FieldB match, the value of FieldC will be 1 (the numeric value). If your script does a find for FieldC = 1, this should work.

HTH.

Jerry

Posted

Don't restore the request. Instead

Enter Find Mode [ ]

Set Field [FieldB, FieldA]

Perform Find [ ]

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