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.

Looking up Values with Empty Fields

Featured Replies

Ok, so my problem is this.

I am trying to create a simple relationship within a table so that I can look up multiple values. My database is full of plant scientific names, and the problem I am encountering comes up when I reach a field that does not have a subtaxon name (empty field).

So my fields are:

Family

Genus

species

subtaxon

nativity

My goal is to automatically produce a value for nativity once the plant name has been entered into the record. I currently have my base table linked so that it breaks down each level hierarchally.

If I create the relationship through the subtaxon, then empty fields will not produce a value when I attempt to 'lookup' the Nativity.

I am still a beginner, when it comes to forming calculations, so I'm not sure if that would help in this situation.

I'm sorry if this is a little unclear, but any assistance would be much appreciated. Thank you in advance.

Mike

I don't understand the science of this but it seems that what you are saying is that given a name you choose/lookup? a family, a genus, a species, a subtaxon and a nativity. However, there are nativity values with no subtaxon. The first notion that drops into my head - frequently dumb - is not to have empty fields in subtaxon. So if there is no subtaxon then write "nil" into the field and once you have the list that you want remove the "nil"s.

  • Author

Ok, so I figured out how to do it. I know my initial explanation wasn't clear, but thank you to those of you who looked at it.

I ended up creating two different relationships within the table. One only linking two of the fields, and the other linking all three.

My final calculation was this:

If (IsEmpty ( JOTR_Species_List 5::Subtaxon );

Lookup ( JOTR_Species_List 5::Nativity );

Lookup ( JOTR_Species_List 7::Nativity ) )

thanks again.

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.