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

Indicating similarities between records in a portal


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

Recommended Posts

Posted

I need to figure out a way to indicate that two records are similar within a portal. Within the portal records I have a specific field that where I want the value to be unique within the portal. If any of the values within the fields of the record within portal are the same I'd like to indicate that somehow or make it stand out. Does anyone have any suggestions?

Posted

Conditional formatting and use of the self, list, and filtervalues functions can help you.

Let ( portalValues = list( TO_name::fieldname);

valueCount ( FilterValues( portalValues; self)) > 1

)

Posted

If just conditional formatting were availiable in fm6 would it make sense Bruce.

You must create a composite key in the portals file and then selfjoin it with this key, and count if the number of records with identical composite keys is more than one. This is then used in a calc'field producing a bar of say webdings "g" if condition is met. I usually did this with a mergefield underneath transparent fields.

--sd

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