Jump to content
Helmut Leininger

Report of Marriages

Recommended Posts

Hi Helmut,

 

First, a Marriage tag is marked Primary for a given Principal. Thus it is possible to have a Marriage tag Primary for the groom but not for the bride, and vice versa. So you have to test both Principals.

 

To get all Marriage tags which were not Primary for at least one of the Principals I would use a List of Events report, with a filter of:

Tag Type... // Abbreviation // = Equals // MARRIAGE // AND(  Principal1... // Primary Marker is // Off //	   OR   Principal2... // Primary Marker is // Off //  ) END

Be careful to note the parentheses around the two Principal tests.

Share this post


Link to post
Share on other sites

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

×