Jump to content
Salesforce and other SMB Solutions are coming soon. ×

if (number is between...)


stuff03

Recommended Posts

I'm most likely looking for the wrong terminology as far as functions. Right now i'm using...

 

If ((field > 20) and (field

 

This will produce "resultone" if the number in "field" is between 20 and 40.

 

Is there an easier way of doing this same thing?

Link to comment
Share on other sites

If ((field > 20) and (field

 

This will produce "resultone" if the number in "field" is between 20 and 40.

 

Is there an easier way of doing this same thing?

 

Nope, that's pretty much it. Although you can skip the inside parens if you wish.

Link to comment
Share on other sites

Don't forget you can create container fields (make them global) in which you change the parameters as part of the find function. You could send finders to a layout where you have the beginning and ending fields and have the users enter the variables there...and then proceed to the find.

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use