Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi @dilek , I wrote that blog post for OAS 6.4. To enable the custom script feature in OAS 2023, you should refer to Doc ID 2675894.1 instead: https://support.oracle.com/epmos/faces/DocContentDisplay?id=2675894.1 Before executing the script from a data flow, it's always a good practice to test your code directly: Navigate…
-
Hi @User_UZNR0 , You should start a new thread for new questions. It will be easier to get answers! ;)
-
Hi @Sambasivarao Manam , The feature is expected to work ootb (even with subject areas) and there is nothing that must be configured in advance. Do your filters come from the same dataset/subject area? I can that there are 2 datasets in your workbook which have not been linked together and this could impact your filters if…
-
Hi @Sambasivarao Manam , In OAC, each DV filter is used to limit the values displayed in other filters by default. If you need to customize the default behaviour, you have to hover a filter, expand the Menu, select Limit Values By and choose which filters you want to use to restrict the available values in the current…
-
Hi @Debasis Kar , In DV this is not yet possible.
-
Hi @Jahnavi-Oracle , afaik it's not possible to trigger a package or a procedure directly in a data flow. Which kind of transformations are you trying to apply with the package/procedure? Can you replicate them by using ootb steps in the data flow? If the ootb steps are not enough to satisfy your requirements, you can…
-
Hi @ALOK SH-Oracle , Parameters are currently available only in OAC instances with the March 2023 Update. If you don't see the parameters tab in your OAC instance, it could be that it's still running the January 2023 version. You have to wait until it gets updated, or create a new OAC instance.
-
Hi @Karthik_ks , You can use the Catalog Manager to get that kind of information about catalog folders/objects. The link refers to OAS, but the same approach can be used against OBIEE/OAC as well.
-
Hi @Laxmish Kamat-Oracle , Your customer has to update OBIEE to 12.2.1.4 before migrating to OAC. OBIEE 12.2.1.3 to OAC is not a supported migration and may result in missing artifacts / errors.
-
Hi @Laxmish Kamat-Oracle , You can find the high level migration task flow here: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acmgb/learn-migrating-oracle-analytics-cloud.html#GUID-7B1E6756-8282-41B5-943D-0B7D7464D424 The only difference compared to OBIEE 12.2.1.4 is in the command to use to create the snapshot…
-
Hi @Laxmish Kamat-Oracle , There isn't a value which is ideal for any OAS deployment. I personally prefer short to very long session timeout. By increasing the timeout, you are only going to postpone the issue to happen. Users should be trained to logout when they don't need to use OAS anymore / login again after a long…
-
I totally agree with @Michal Zima and I would add to his list the fact that you get an error message when you try to export a dashboard with an embedded workbook. However, operators other than is equal to are actually supported.. but they must be applied to measure columns only :(
-
Hi @Sahithi Kolasani-Oracle , I did further investigation on it and the workaround I described above is not applicable to your use case. While I'm able to get data anchored from the source DV workbook to the dashboard prompt, I discovered that not all the available operators in the prompt will work with the embedded DV…
-
Hi @Sahithi Kolasani-Oracle , AFAIK this is not yet possible in DV. As a workaround you can try the following approach (you have to embed the target DV workbook into a dashboard): * Create your source DV workbook (Report 1) * Create your target DV workbook (Report 2) and embed it into a Dashboard * Create a dashboard…
-
Hi @Jahnavi-Oracle , The feature allows you to export formatted data from table and pivot table visualizations (up to 25,000 rows) to the Microsoft Excel (XLSX) format. Administrators can enable it by switching on the Preview Excel Export option in the System Settings section in Console page. To disable it you have to…
-
Hi @Amrita Gupta-Oracle , It's not possible to make column names dynamic in DV at the moment, and I don't know whether making presentation variables available in DV is on the roadmap. As a workaround, you can use an analysis to make the column names dynamic. Analyses can be used to analyze datasets created in DV, moreover…
-
Hi @Amrita Gupta-Oracle , In DV data actions cannot be made conditional at the moment.
-
Hi @Subhakara Netala-Oracle Please refer to the example in the screenshot to append new data (e.g. New Data) to an existing dataset (e.g. Sales Data): The important thing is that in your Save Data step you have to provide the same name as your existing dataset (e.g. Sales Data). In this way the existing dataset will used…
-
Hi @Subhakara Netala-Oracle , As an alternative, if you don't want to store the data in a database table, you can add the dataset to your data flow and use a union rows step to append any new data before saving them to the same dataset.
-
Hi Ankan, Open the Navigator menu, select Console, then Content. You should be able to see a list of all objects in your OAC environment with the ability to change ownership as well. Kind regards, Federico