Skip 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.

calculate field value based on values in another field within the same table

Featured Replies

I have a field "Detected" which is a binary response, 0 or 1. The other field is Point_Type which has 5 possible values where some indicate a bird was detected (1) and some indicate a bird was not detected (0). Both are within the same table.

I have over 10,000 observations. I am trying to figure out how to get Detected to autofill 0 or 1 based on the value of Point_Type.

Can some one get me started? I can work the logical coding but do not know where to start. Is this a conditional value? I'm not sure if this is a calculated value either.

Thanks

Cat

The other field is Point_Type which has 5 possible values where some indicate a bird was detected (1) and some indicate a bird was not detected (0).

And those 5 values are: ... ?

  • Author

They are all text values, "location_point", "location", "capture", "nest", "no detection", "search no detection", "no detection no point"

Sorry it really isn't 5, I didn't think that part would matter

Thanks

So, assuming "location_point", "location", "capture" and "nest" indicate a detection, while the other three do not, you could make Detected a calculation field (result is Number) =

Point_Type = "location"

or

Point_Type = "capture"

or

Point_Type = "nest"




or shortly:




not IsEmpty ( FilterValues ( Point_Type ; "location¶capture¶nest" ) )

Edited by comment

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.