Summary
PDF Form displaying multiple records
Content
I've got a problem with a pdf form i fill with BI Publisher.
It contains medical data and has to print one page for each medical condition one patient has.
In the following example my query returns two records for my fictive patient. I use checkmarks to display those conditions therefore its only 1 or 0.
| Name | Condition 1 | Condition 2 |
|---|
| Smith | 1 | 0 |
| Smith | 0 | 1 |
i want to output one page for each record but only get a one-page pdf containing the last record.
Is there a way to generate 1 page for each record in my output? (prefered pdf)
thanks in advance
moritz