Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, Try this, Edit Dashboard->Tools->Print Options->Print Rows should be set to 'All' Regards, Sandeep
-
Hi, Refer this support document for standalone BIP: How to set default report time zone in BIP (Doc ID 2535432.1) == When BIP is integrated with OBIEE: BI Publisher preferences page inherits the OBIEE settings. For a new user the timezone setting in the BI Publisher preferences are taken from the instanceconfig.xml. You…
-
Hi, You can try this as well:<br /><?format-date:(xdoxslt:ora_format_date_offset(xdoxslt:sysdate('YYYY-MM-DD'),7,'+'));'DD-MM-YYYY'?> -Sandeep
-
Hi, Nice to know that its working
-
Hi Donald, The attached template / XML is absolutely working fine without any exception or error. Which you have stated above as well. Can you share diagnostic log file for this issue, refer below link to enable and generate the diagnostic file.…
-
Hi Chethana, There is no direct provision to handle this in OAC for Analysis reports, though with some tweaks this can be handled using Agents in OAC classic. As per my knowledge, This option (agents) is currently available for analysis and not for DV projects. Oracle Analytics Cloud 18.1.3 and later version have all the…
-
Hi Raphel, Still Anonymous login is not possible in OAC. Regards, Sandeep
-
Hi Zunaira, Make sure you are following correct steps (flow) in executing this - Save the Data Flow => Save the Model => Execute the saved Data Flow Refer: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/create-train-model-data-flow.html Cheers!
-
Hi, Check this oracle support note, How To Setup Report Permissions Inside The OBIEE 11g Web Catalog (Doc ID 1675810.1). This might help you. https://docs.oracle.com/middleware/11119/biee/BIESG/prescatadmin.htm#i1005621 You can also find list of all BIP reports from report repository path from backend as your are using 11g…
-
Hi, As mentioned above by Sudhir, this is not recommended to rename the folder name or objects name (datamodel, sub template, etc.) and its stated in oracle documentation as well. https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/understand-impact-taking-actions.html#GUID-7F7DFE1A-6FAC-419D-86B4-9DB40852F5C5 If…
-
You can try following 2 options: 1) Check the Bi Publisher scheduler Diagnostic Log file (to get this log file generated, when scheduling it, in Diagnostic tab, check Enable Consolidated Diagnostic Log. This can be located by going into Report Job History page, locate the schedule, drill down on it and download Diagnostic…
-
Hi, It should work fine in both RTF & Excel template, Please share error message which you are getting, template & XML file. Cheers, Sandeep
-
Hi Sonu, You will get the values in drop down if your List of Value query is returning the records, check LOV query in data model. Possibly, In your case your parameter is set with "Can select All" option checked & LOV query returns no rows. -Sandeep
-
Ho, Do you mean "BI Publisher Desktop tool" when you are saying "Plugin of BI Publisher". If yes then you can get the option as shown below- or you can write the code directly in form field like this. Ex: <?if:income>100?> <xsl:attribute xdofo:ctx="block" name="background-color">red </xsl:attribute> <?end if?> Thanks,…
-
Hi, You can refer below links, this will help you. Conditional formatting in RTF template: https://docs.oracle.com/middleware/12212/bip/BIPRD/GUID-04477E49-F671-4BF1-8353-06A7CDEAD2CC.htm#BIPRD2494 Conditional Formatting in BI Publisher layout template:…
-
BIPublisherDesktop.exe is plugin to Microsoft office (word excel)for the building different layout templates (rtf excel etext etc )and access the Template Viewer. To Install BI Publisher stand alone or along with OBIEE, refer this- Oracle BI Publisher - Downloads | Oracle Technology Network | Oracle Oracle Business…
-
HI, Which BIP/ebs version your are working? Are your getting error in log? Note => The return data type for a PL/SQL function inside the package must be a Boolean type and the function must explicitly return TRUE or FALSE. Thanks, Sandeep
-
Hi, 1)Are you able to generate the PDF output from Desktop builder? 2) (Online) BIP report, Check if you can able to generate other output type files (Ex XML) to validate datamodel is correct. Thanks, Sandeep
-
Hi, Try to check if you can able to generate XML from data model(DM) or as mentioned by Carlos try to check on sql developer. If your query is correct then it should work, you need to check your RTF with XML generated from DM. Thanks, Sandeep
-
Yes, This Property is set at report level, You need to default your parameter value in Report or DM.