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

Find based on field value being greater or less than another field value?


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

Recommended Posts

Posted

Hello,

 

Is it possible to script a find that specifies "omit records if the numerical value of field A is less than the numerical value of field B"? I can get conditional formatting to highlight a field when this is the case, but can't seem to get a script to work for this find. Sorry if this is in the wrong category--it's kind of a scripting and find problem in one.

 

Thank you!

Posted

Yes but you must capture the value of field B before entering find mode (since fields have no value in find mode) similar to

Set Variable [ $b ; table::FieldB ]

... Then your find script here... using $b as the search criteria "<" & $b

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