TMG-L Archives

Archiver > TMG > 2006-11 > 1162484147


From: Donald Joseph Schulteis <>
Subject: Re: [TMG] List of... Report Question
Date: Thu, 2 Nov 2006 08:15:47 -0800 (PST)


"The challenge for the day"

If you can isolate the individuals by using a flag, you should be able to get the information you want by using the list-of-events report.

In my project I use the emigration tag.

(1) Ran a l-o-e filtering on "label type eq emigration" and for the individuals selected changed flag "temporary" to "Y". Flag "temporary" is just that, a transcient tag I used for whatever.

(2) Ran a l-o-e filtering on

principal1 temporary eq y and
(label type eq birth or
label type eq death ) end

The output contained birth and death information for all my emigrants.

Any emigrant who did not have at least one tag either birth or death would not be listed.

If you want to report information from different tags such as "emigration" or some custom tag(s), add them to the list.

principal1 temporary eq y and
(label type eq birth or
label type eq death or
label type eq emigration or
label type eq xyz ) end

The secret here is you cannot filter for "label type eq emigrant" and "label type eq birth" in the same run because with a l-o-e, you are looking at each tag individually and a tag can be either emigration or birth but not both. In the second run, testing the flag is the equivalent of testing for label type eq emigrant".

Donald Schulteis

"The Omnibus Portal"
www.schulteis.com/omnibus/


Dave Hanna wrote:


That is pretty much what I came up with. A List of People report showing
all who were immigrants with their birth dates but no immigration
details and/or a separate List of Events with the immigrants names and
immigration details but no way to include their birth dates.

I was hoping to get it all in one list. The fact that no one else
responded may be because it can't be done within TMG.

kathryn gratop wrote:

>I have a flag for my immigrant ancestors, and I could run a List of
>People with that flag and it included the birth and death info you
>seek, but not the emigration detail. I have used the Emigration tag
>for all these people, and could run a List of Events for those with
>the emigration tag, but I could not find the Output Option to include
>the birth and death detail. Sorry that I could not be of more help.
>
>Kathryn
>
>At 06:21 PM 10/30/2006, Dave Hanna wrote:
>>I would like to create a report with a list of my immigrant ancestors
>>showing their name, birth date, immigration date and place, and death
>>date and place.
>>
>>I'm not sure which List of... report to use.
>>
>>Should I use a flag to select the individuals of interest?
>>
>>I would appreciate some guidance on how to approach this task. Thanks.
>>
>>Dave Hanna
>>Texas


This thread: