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

Recommended Posts

Posted (edited)

Hi all,

I'm trying to use 'PatternCount' function to give me the count of text in a field from all records. My syntax is PatternCount(text;List(TableName::FieldName)), However it only counts the text in the active field - How do I get the count of text from all records?

BTW The records are native, not related.

Any help will be very much appreciated!

Amram Chayim Eirinberg

Edited by Guest
added space to subject
Posted

List(TableName::FieldName) will give ONLY the value of TableName::FieldName.

To have a list of all the record you'll need a selfjoin relationship.

The calc will be:

PatternCount( text ; List( TableName 2::FieldName ) )

Posted

How many records is "all records"? This could be a really performance problem.

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