You want an overview of all participants who are enrolled in a course but have not paid.

What's going on?
If you generate the overview from the training, tab 'Documents', only those participants who have not paid will be shown.

What it takes?
A document template with repetition of the participants. In the merge code of the repetition, the filter option is added. With this filter you make sure that only the non-paying participants are shown.

Find out more?
Read more about filter options in merge codes.

TABLE OF CONTENTS


Example document template:
The example was created using Documentitor 3.0, data group 'Training'. The participants are displayed using a table.
The course has 4 participants.
Use filter option '\@ FILTER:paid=false'.
Have you made the document template yet? Then open it.

In the tab 'Editor' (1) click on '<> HTML' (2) to open the source code.


Modify HTML source code:

Scroll in the source code to the table in which the participants are displayed. You can also using 'ctrl-f' search for

 '[OpleidingDeelnemer]'.

Add to merge code <!--[OpleidingDeelnemer]--> filter option \@FILTER:betaald=false.
Please note: for \@ you have to add a space.
If you leave the source code by clicking on '||| Editor' then the filter option is not visible.

The result:
Do you make the overview via the training -> tab 'Documents' and the button 'New'? Then this is the result.
Please note: Mon the overview the participants are shown who did pay? Then use filter option '\@ FILTER:betaald=true'.