Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
PDF Form displaying multiple records

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
Answers
-
thats how i'm used to it if i use rtf templates. but this is a pdf one. and somehow it doesn't work with this.
0 -
Create a unique data value out of patient/conditions then group on that and page break on the group:
SMITH01 is different than SMITH10; you should get a page each...
0