Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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.
-
I donot think it is possible, but Oracle Support is your best bet You can try creating your own custom PL/SQL function to convert a number to Spanish words (for PEN and other unsupported currencies). Then use this function in your data model SQL. Hope it helps!
-
Can you try creating two rows in RA_CUSTOMER_PROFILES_INT_ALL Account-Level Profile (Row 1) Field Value Customer Account Source System e.g., FUSION Customer Account Source System Reference e.g., CUST123 Account Site Source System Leave NULL Account Site Source System Reference Leave NULL Profile Class e.g.,…
-
I donot think it is possible with RTF Template, might be with Excel but you need to ready to try few things: High level steps could be create 3 sheets - let's say SheetA, SheetB, SheetC On each sheet, define the layout you want (headers, columns, etc.) These can be totally different across sheets. Replace 'PARAM_X' with…
-
You can try following: Create a "Deprecated Datasets" folder Set folder permissions to Admins only Move the custom dataset into this folder. This method also hides the dataset from the UI for most users.