|
|
|
Forum Master
      
Group: Customers
Last Login: 2 days ago @ 6:26:04 PM
GenoPro Version: 2.0.1.6
Posts: 700,
Visits: 5,524
|
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 1:14:32 AM
GenoPro Version: 2.0.1.6
Posts: 3,450,
Visits: 14,343
|
|
| 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 |
|
|
|
|