|
|
|
Forum Master
      
Group: Customers
Last Login: 2 days ago @ 2:31:31 AM
GenoPro Version: 2.0.1.6
Posts: 717,
Visits: 6,045
|
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Yesterday @ 9:34:33 PM
GenoPro Version: 2.0.1.6
Posts: 3,517,
Visits: 14,851
|
|
| At the moment, there is no such mechanism to generate a report from selected group of individuals. The answer is in our Privacy Filter (to be developed in the future). The Privacy Filter will be able to add and/or remove objects (individuals, families, pictures) to a document. Before generating a report, the user will be able to apply a privacy filter. One temporary solution is to use a custom tag, or a special mechanism to name the Permanent ID, to identify the people you want to include/exclude from the report. In the file Init.htm, you can remove those indivduals from the report. For Each i In collectionIndividuals.ToGenoCollection If (i.custom_tag1 = "exclude") Then i.Href = "" ' Exclude the indivudal from the report End If Next |
|
|
|
|