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

  • How to integrate OBI content trough HTTP using a simple URL

    To incorporate specific Oracle Business Intelligence results into external portals or applications, you can use the Oracle BI Presentation Services GO URL. Post the Go URL as a Form or issue it as a URL; replace all spaces with plus ( + ) signs (eg. to pass “East Region” use “East+Region”). You can use the GO URL within a OBI Dashboard or a HTML result view with the following characters: saw.dll?Go Or on a different server by the fully qualified server name or IP address: http://server_name_or_ip_address/analytics/saw.dll?Go You can specify a number of optional parameters, if you don’t specify username and password parameters, the system will request you. Parameters Format Definition NQUser &NQUser=x User ID NQPassword…