Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

PDF Form displaying multiple records

Received Response
31
Views
2
Comments

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.

NameCondition 1Condition 2
Smith10
Smith01

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

  • Moritz Schenkel
    Moritz Schenkel Rank 2 - Community Beginner

    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.

  • Thomas Dodds
    Thomas Dodds Rank 8 - Analytics Strategist

    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...