Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

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

Posted

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.

Posted

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.

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