Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
In DV, limited export to Excel only (tables and pivots). But requires extra configuration: https://docs.oracle.com/en/middleware/bi/analytics-server/administer-oas/enable-users-export-excel.html
-
Hi, Welcome to the Oracle Analytics & AI community and forum. I suspect you are asking in the wrong forum… Agent Explorer is a feature of Oracle Fusion, not part of AIDP. Can you confirm if you are using AIDP or your question is about Fusion? (HCM is a solution of Oracle Fusion) If you aren't using AIDP, you should visit…
-
Hi, Welcome to the Oracle Analytics and AI community and forum. I didn't read the docs about upgrading to the supported FMW version for OBIEE 12c, therefore will skip that part. Just wanted to say: OAS was first released in 2020. One of the key differences with OBIEE was the support for Solaris being dropped fully (there…
-
Are your users having a problem accessing member of the "Phoenix Facilitator Role" application role as well (while also member of another application role granting access) ? (because "no access" is extremely strong, nothing can beat an explicit no access in the catalog)
-
Is this based on Fusion apps data? Because if yes, then you should ask in the forum covering Fusion apps, their data, the reporting and analysis of Fusion apps data: https://community.oracle.com/customerconnect If not based on Fusion apps, what source is supposed to be used for your report? Because Publisher is an agnostic…
-
Hi, You have the answer available: look at the generated query. The product doesn't invent any number, it does run queries. Queries are generated based on models. If you look at the generated query for your analysis, you will see how that 24,826 is calculated. And by looking at that query, you will probably see what is…
-
Can also work, yes (as you did just make sure to not break the XML, but otherwise it's fine). Just keep in mind that runcat works online in OAS, and therefore it is limited to the permissions of the user you used to connect. If you want to run it over the whole catalog, including personal folders and other paths your user…
-
OAS, therefore as you say the catalog is now in the database. First of all: this isn't a supported way of modifying catalog objects (I have to write this first) There is also a checksum that is calculated on the content field and it's stored in a column of that same table (if not wrong, didn't look into it for some time…
-
As you say (and show), the recipients of an agent are defined in the XML of the agent itself. There isn't another way than editing the XML. Depending on your product, you could do it with a script doing the changes you need in the XML across the catalog on disk (outside of the product), or doing it via SQL if your catalog…
-
Are you looking for https://docs.oracle.com/en/cloud/paas/ai-data-platform/aidco/G42324-01/AIDP_Sample_Code.zip ?
-
Without being an answer to the direct question asked, there are a number of different ways Publisher can be installed. Cloud vs on-premises, only Publisher vs embedded in a different product etc. Things like the port number depends on your specific installation and environment. You also need to pay attention to HTTP vs…
-
Welcome to the Oracle Analytics and AI community and forum. You maybe forgot to write the question as there is just a title. Guessing what you wanted to ask, DV export to Excel is only for tables and pivots. Other visualizations are limited to pdf, PowerPoint, images or csv. If you want to ask for the feature to be able to…
-
Doc ID 2854124.1 is https://support.oracle.com/ic/builder/rt/customer_portal/live/webApps/customer-portal/?kmContentId=2854124
-
The arrows exists when you use the hierarchy, not the column. When using the column, what you are doing on the click is a drill-down. Remove your YEAR column, and add the hierarchy itself directly. And you can use selection steps to pre-open the year level and remove "Total" above that if you want etc. If your hierarchy…
-
Hi, You could create an alternative time hierarchy without the quarter level in it, and use that hierarchy as your column in the analysis.
-
The link Gayathri posted above does contains the documentation for the methods she listed (it was recently update probably). You search for agents, you get the full path, you call the enableIBot() method passing the path, false as the second parameter to disable them, job done. If you search of blogs and/or videos of how…
-
While not a direct answer to your case, it's worth knowing of changes coming. https://blogs.oracle.com/security/accelerating-vulnerability-detection-and-response-at-oracle Not sure how this relate or affect Analytics patches, but it could also lead to more frequent release of smaller patches.
-
Welcome to the Oracle Analytics and AI community. Your post is missing the main message, therefore there isn't much to work with. I suspect you may have posted in the wrong community. What product are you using exactly? Is that AIDP? If you are using the AI Agent Studio for Fusion Applications, that's covered in a…
-
A large number of patches are now delayed. Even the database patches are delayed. Some rumours linked this delay with some of the most recent AI models able to detect old hidden issues. Doesn't change much, delays are acceptable if properly communicated, which isn't always the case here…
-
Hi, There isn't a concept of "index" in the RPD because it doesn't have any impact in the modelling of your data. The keys are there with different meanings in the physical and business layer. The BI Server will generate queries based on how you model things in your RPD. You can influence the query produced by changing the…