• OBIEE 12c: Add page break in PDF

    When you schedule a BI Answer with BI Agent to send a report in PDF format, you often need to place a page break between two different views of the analysis. To get this you can use the CSS code: Page-break-after: always; With this CSS, the pdf exported generate a page break in the exact point you insert the CSS. In your answer enter a new Static Text view, check the box “Contain HTML Markup” and add the following HTML code: <Div style = "page-break-after: always"> </ div> Drag the view between the two sections, where you want the pagebreak. Now, if you schedule a BI Agent that sends the report in a…

  • OBIEE 12c: Aggiungi interruzione di pagina in PDF

    Quando si pianifica una risposta BI con l'agente BI per inviare un report in formato PDF, è spesso necessario inserire un'interruzione di pagina tra due diverse visualizzazioni dell'analisi. Per ottenere questo è possibile utilizzare il codice CSS: Page-break-after: sempre; Con questo CSS, il pdf esportato genera un'interruzione di pagina nel punto esatto in cui inserisci il CSS. Nella risposta immettere una nuova visualizzazione Testo statico, selezionare la casella "Contain HTML Markup" e aggiungere il seguente codice HTML: <Div style="page-break-after: always"></Div> Trascinare la vista tra le due sezioni, nel punto in cui si desidera inserire l'interruzione di pagina. A questo punto, se si pianifica un agente BI che invia il report…