Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Can you save and upload Template as .xlsx (Excel 2007+) When designing your report: Use BI Publisher Desktop Plugin with Excel. Save your layout as an .xlsx file. File → Save As → Choose Excel Workbook (.xlsx) Upload this layout to your BI Publisher Report. Under Output Format, choose Excel (xlsx) instead of Excel. In…
-
If your report is taking 5 hours then consider re-designing it or discuss with your users and see what are other ways you can help.
-
You'll need two data sets and create a link between these two data sets Data Set 1: Person Details (Parent) Data Set 2: Email Addresses (Child, linked via person_id or party_id) Using the BI Publisher Plugin for Word or Excel: Design a template with groupings (Group by Person). Show person's details in the header. Use a…
-
Check your internal support or service‑desk portal.
-
There is a very nice youtube video posted by Oracle Analytics. Please refer below URL https://youtu.be/WrduV2Uw9z0
-
Please try following: create a workbook using the dataset that you need to move, and save it export the workbook Import the workbook into the other instance Along with the workbook, the dataset also gets imported
-
I agree with Silvio Garber comments.
-
If it is not consistently working, then please take help from Oracle Support by logging SR. About xml attribute, never tried it.
-
Click Edit on the analysis. Switch to the Advanced Tab → Scroll down to the “XML” section that defines the compound layout. Edit the content . After editing the XML, scroll to the bottom of the Advanced tab and click Apply XML. Save the analysis. Test by clicking Print > Printable PDF/HTML
-
Ensure that your DM bursting query (or delivery mapping) is correctly passing all report parameters used in the layout and data model. Also, can you log into BI Publisher Job History, open the job, and: Download the XML data generated during bursting Open it and confirm whether it contains actual data nodes or is empty
-
Yes, you can specify an account (PARAMETER4) for WCC delivery, but it must align with a valid WebCenter Content repository location. If you set PARAMETER4 = 'prc/supplier/import' and the file is not created, it likely means that path/account doesn’t exist or isn’t permitted. Validate the account/folder exists, permissions…
-
As per my knowledge, there is no standard way to override project forecasts without impacting billing using the default Contract Billing Schedules and Overrides functionality. Any override done here updates both the billing plan and associated revenue forecast. You can try by adding DFF to store alternate forecast values…
-
Dear Community, please share your comments and vote if it will be useful for you. Thanks
-
Dear Oracle Community, please share your comments and vote if you think it will be useful for your needs. Thanks
-
Dear Oracle Community, please share your comments and vote if you think it will be useful for your needs. Thanks
-
Embedding a report from FDI into Fusion (via Visual Builder, iframe, or JavaScript SDK) only shows the container, not the data itself. The report won’t render for users without the proper FDI roles/entitlements. Users may see a blank screen, error, or login prompt (depending on your SSO and embed configuration).
-
I think it is not possible or may be not easy to do it without some technical hack. I was hoping Deep Link can help but it seems that is not going to work for FDI reports. Please check if Oracle Support can suggest some idea. Thanks
-
Log a SR/ Idea with Oracle.
-
Not sure with OTBI. Might be possible with BIP DM Query. SELECT hp.project_number, hp.name AS project_name, pt.task_number, pt.name AS task_name, -- Beginning balance: before start date SUM(CASE WHEN pei.expenditure_item_date < TO_DATE(:p_start_date, 'YYYY-MM-DD') THEN pei.raw_cost_amount ELSE 0 END) AS beginning_balance,…
-
Open a Service Request (SR) and ask Oracle Support to retrieve the internal logs. They may be able to provide limited visibility on a case-by-case basis.