• OBIEE 12c: attualmente non si dispone di privilegi sufficienti per salvare un report o una pagina del dashboard che contiene markup HTML

    Ho avuto questo messaggio di errore con Business Intelligence Server Enterprise Edition – versione 12.2.1.2.0 dopo aver pianificato un agente BI con una risposta che contiene codice HTML. Al momento non si dispone di privilegi sufficienti per salvare un report o pagina del dashboard che contiene markup HTML. Accordind to Oracle questo errore si applica a qualsiasi piattaforma. La prima cosa da fare è assicurarsi che l'utente BI disponga di privilegi sufficienti per creare commenti HTML. Dalla pagina principale vai a: Amministrazione -> Gestisci privilegi Nel gruppo "Risposte" controlla il tuo uso del privilegio "Salva contenuto con markup HTML":   In generale questo è sufficiente per far funzionare tutto correttamente,…

  • OBIEE 12c: You do not currently have sufficient privileges to save a report or dashboard page that contains HTML markup

    I had this error message with Business Intelligence Server Enterprise Edition – Version 12.2.1.2.0 after I have scheduled a BI Agent with an Answer than contains HTML code. You do not currently have sufficient privileges to save a report or dashboard page that contains HTML markup. Accordind to Oracle this error applies to any platform. The first thing to do is to ensure your BI User have sufficient privileges to hanage HTML markups. From the main page go to: Administration -> Manage Privileges In the “Answers” group check your use have “Save Content with HTML Markup” privilege:   In general this is enough to make everything work properly, but if you…

  • 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…

  • 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…