dbTalk Databases Forums  

Count of related records

comp.databases.filemaker comp.databases.filemaker


Discuss Count of related records in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andy
 
Posts: n/a

Default Count of related records - 06-21-2005 , 08:42 AM






Hi all,

Another FM6 question for everyone.

I need to get a count of a subset of related records.. that is only
count related records that meet certain criteria.

In my case, I want to count all records except those that have a
particular code in one of the columns.

Any ideas?

Thanks
Andy


Reply With Quote
  #2  
Old   
Remi-Noel Menegaux
 
Posts: n/a

Default Re: Count of related records - 06-21-2005 , 11:10 AM






You may create a new field 'Token' = Case( meeting criteria, "X", "")
Then CountRecords = Count(YrRelationship::Token)
There are other ways.
Remi-Noel

"Andy" <ajohnstone (AT) capcitypress (DOT) com> a écrit ...
Quote:
Hi all,

Another FM6 question for everyone.

I need to get a count of a subset of related records.. that is only
count related records that meet certain criteria.

In my case, I want to count all records except those that have a
particular code in one of the columns.

Any ideas?

Thanks
Andy




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.