Helmut Leininger 0 Report post Posted February 24, 2012 Hi, I want to create a report of all marriages which are not marked as primary. Can it be done? Regards Helmut Share this post Link to post Share on other sites
Michael Hannah 0 Report post Posted February 24, 2012 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
Helmut Leininger 0 Report post Posted February 24, 2012 Hi Michael, Thanks for your reply. I will try it. Share this post Link to post Share on other sites