TMG-L Archives
Archiver > TMG > 2005-05 > 1115252523
From: Terry Reigel <>
Subject: Re: [TMG] LOP Filter help
Date: Wed, 4 May 2005 20:22:03 -0400
In-Reply-To: <BAY107-F32ABACA81C31C5F5550322B0190@phx.gbl>
On Wed, 04 May 2005 19:09:07 -0400, Ken A. Grolle wrote:
> I would like to construct a LOP filter to select all
> individuals in my dataset that have exactly one TAG
> total. Is this possible? I do not see a option for "# of
> tags".
Since everyone has a primary name tag, if you literally mean only one
tag, you are talking about a person with no parents, no children, no
events, and no other name tags.
A filter like:
Father ID# =0 AND
Mother ID# = 0 AND
# of Children = 0 AND
# of events =0 AND
# of Name Group tags = 1
should do it.
But I expect that's not what you want. Are you counting:
Parent links?
Child links?
Name tags other than the primary name?
If not,
# of Events = 1
should do it.
If you are counting some of those, tell us which ones, and I think a
filter can be constructed that will do the job.
Terry Reigel
This thread:
| Re: [TMG] LOP Filter help by Terry Reigel <> |