Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Find values < or > in comparison fields

Featured Replies

I'm trying to do a find which will display only numbers which are greater than or less than a comparison field. For example, I have API scores for schools from 2004 and 2005. I want to do a find which will show ONLY schools which made a gain in their API from 2004 to 2005 or, a find which shows only schools which decreased in their API scores from one year to the next. I'm sure this has to be an easy solution but I can't seem to find a way to get this to work. Any help would be appreciated.

Edited by Guest

Assuming Comparison is a global and if I understand correctly, this will work:

Set Error Capture [ On ]

If [ not Comparison ]

Show Custom Dialog [ "No value in Comparison" ]

Halt Script

End If

Enter Find Mode [ ] ... uncheck Pause

Set Field [ API ; ComparisonField ]

Perform Find [ ]

If [ not Get ( FoundCount ) ]

Show All Records

End If

Show Omitted Only

This performs a find for all records EQUAL to the Comparison number then omits them, leaving those that are less than or greater than Comparison number. If no records are found matching Comparison, then all records are shown because all records will be less than or greater than Comparison.

LaRetta

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.