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 7059 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted (edited)

I want to incorporate the question of whether a seperate field contains a unique value into a calculation.

i.e, Field 2 = if ( field 1 ValueIsUnique

= true, result A, result B )

Anyway to do this?

Edited by Guest
Posted

Hi Mahonia,

To isolate a unique field value across a range of records, you need to create another table occurrence (maybe called UniqueField1) joining field 1 to itself on =. Then field 2* (calculation, result of text) would be:

If( Count(UniqueField1::Field1) > 1 ; Result B ; Result A )

* Field2 will NOT update as a standard field. For it to update reliably, it must be a calculation which will automatically be unstored. Auto-enter (Replace) on a standard field will not work here because it references related data.

LaRetta

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