Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
You can also put → symbol in the description and the folder above becomes a parent folder.
-
Hi @User_SIJJO if you want to hide the full row, use conditional formatting on the column. in the advanced CSS section, use display:none; CSS to hide the cell.
-
@Christian Berg Localization does not allow me to set the comma separator settings. only lets me define, where I want a dot, comma, or anything else. In a tile, it is automatically adjusting by converting 100000 to 1 lakh, but what I need is the comma to set automatically. But my customer requires when the value is in…
-
Hi @AnkitR Gupta , I could not find any option to set the last extract date for individual PVO in a job. I can either set the last extract date at the whole job level or set the initial extract date of a PVO. In the later case, it filters on the basis of the created date rather than the last update date. So there may be…
-
First, create a new column where you rank your measure by period. Now use the rank and create a case statement to test whether the rank number is less than the count of the distinct period selected. You can play your logic of 13 and less than 13 periods here and the output of the case statement will be Y or N. Y -> Take…
-
Hi @KashifRaza, Check this support links. 1> How To Expose Files Stored In An Oracle Database BLOB Column Within Analyses and Dashboards (Doc ID 2106746.1) 2> Check your data type defined and see if it helps. Regards, Siddharth Dang
-
The Customer requirement is to access reports generated via BIP without login. We are embedding the report link into the report itself using a QR code. Since guest access is not possible, we are looking for alternatives to expose the report using a document management system. Regards, Siddharth Dang
-
@ALOK SH-Oracle any alternative to this? Regards, Siddharth Dang
-
Hi Alok, I already went through this. This says it is not supported. That's why i am looking for alternatives. Regards, Siddharth Dang
-
Hi Venkat, We had faced a similar challenge and tried with data-level security. However, after a while, it becomes too complicated to handle. Thus we had to recreate the reports in BIP and used bursting. I would recommend that you go for BIP+bursting. Use existing queries from current reports to create data model to ease…
-
Hi @Michal Zima, I have upvoted your idea. I also have the same view. When we are presenting to customers they get confused with two different GUIs for analytics. I feel the strong foundation of classic should be brought to DV first. Regards, Siddharth Dang
-
Hi Gianni, Thanks for the response. However i am looking for grouping rows of data and creating an extra row. Like i have two rows of transactional data, one for attribute A and one for Attribute B. I want to show a third row of Attribute C which is a sum of A and B. so my data has only two rows. Output should be three…
-
I have seen issues with SSO in iframes. Sometimes it asks you to login again or refresh the page. Plus when you embed the classic report the whole page with the header and footer of the page is embedded, which is not aesthetically pleasing. Regards, Siddharth Dang
-
Hi Amrita, Did you try iframes? I know it would not be seamless but it should let you embed it. However, I would be concerned about the SSO though. Better would be to stick to DV for embedded reports as their layouts are auto-adjusted based on device. Regards, Sidharth Dang
-
Hi Indra, Is this a union report? Regards, Siddharth Dang
-
Hi Amrita, I have seen such behavior. Any columns whose information needs to be passed into drill reports need to be present in the report and not in exclusions. Either they can be hidden or visible. In your case, if the columns are part of the hierarchy that you have attached, those columns are not required. Also, in most…
-
Hi Indra, Can't you try to cast everything to number? Also, please elaborate more on your problem. is it related to headers or to data under those columns? Regards, Siddharth Dang
-
Hi Amrita, OACS Are linked to the IDCS used to log into the OCI cloud portal. If you wish to change the IDCS of OACS, then you will have to provision another one post logging in using the UAT IDCS stripe. To avoid this we used one IDCS instance and separated the users using different Roles with prefixes of instances like…
-
Hi @Ramprapanna Bhattacharya-Oracle , Did you check the run as user option? What is configured in his agent? Regards, Siddharth Dang
-
Hey Jahnavi, Auto Apply feature in my sense is for development only. It limits the DV engine to send queries to DB and get data until all canvas-related changes are done. It helps speed up development. But for read-only this feature is disabled. Regards, Siddharth Dang