Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
@Jean-Pierre Hoedenaeken , In the picture you posted at the beginning, is that the LSQL for something where you selected to see only the "last 3 days" ? Because to me, if the 2023-11-22 you select last 3 days I would expect a filter being "date" > 2023-11-19 (19 being 3 days before 22) and not that kind of filter. Because…
-
I would use the same user, because it is in-place, existing folders/files will be reused. By using the same user you avoid any permission issue that you will probably have with a different OS account. It's anyway meant to be a technical account used for OAS, it does make sense to use it for all your OAS products (which…
-
Hi, What product (full name and version) are you asking about?
-
The question has been moved to the right category, no need to post it again.
-
Please avoid double posting.
-
+1 What Rajesh said: there just isn't valid reasons to still be on OBIEE 12.2.1.2 ... If your question is about what linux versions are certified with 12.2.1.2, the easiest is to look at the certification matrix: https://www.oracle.com/middleware/technologies/fusion-certification.html Look for the matrix of Fusion…
-
The thread has been moved to the suggested category, no need to post again.
-
The thread has been moved to the right category.
-
12.2.5.9.0 is OAS already, so I assume you are using Oracle Analytics Server 5.9. As said, it's your model (the RPD) deciding what can be used together in an analysis or not. If you aren't in charge of modelling/developing the RPD, ask the people who are doing that task about your issues. They can either tell you an…
-
This doesn't sound right... Technically the browser still allow the "drag & drop" interaction just because the code of the page has it, but if the user doesn't have the rights to move that folder, the folder should not move in the end. What version is that? And are you talking about the catalog page or something fully in…
-
If the user isn't allowed to delete/create folders, the user will also not be able to move them. There isn't a permission just for drag & drop. But it's a bit like on their computer: users can drag & drop folders somewhere else. They should know that moving the mouse when a button is clicked isn't always a good idea...
-
Hi @User_EA38B , Could you please create a new question where you provide your context (product name, version, situation) and the issue/question you have? This is a 7 years old thread, I like to believe you don't have the same (unspecified) versions. And you will also be able to explain in more details with your own…
-
Hi, The delete has its own "delete" permission, the rename needs the "write" (and I believe maybe also "delete") permission. Also, permissions are cumulated across all the permissions the user has (directly or through the inheritance of application roles) and the more permissive win: if a role says "read" and nother…
-
Hi @dilek , Did you enable the deprecated feature first? https://support.oracle.com/epmos/faces/DocContentDisplay?id=2622528.1 Because it is deprecated and disabled by default, you need to change a thing first (if you look the above documented it covers the process to enable a few disabled options, the PORTALPATH is…
-
@BASWANTH , Do not re-post your question for now: that would be double posting, something that should be avoided in forums (generally against the rules). I'm sure your question is extremely clear for you because you are working on that issue, but it would be helpful if you could provide a product name and version and some…
-
(Assuming you are using OBIEE based on the category you posted in, and not having opened your attached file because I don't randomly download "Word" files from a public forum...) Did you try with using the "Limit values by" option in your prompt?
-
There is an API, because that's what DV does use: an API. It simply isn't documented... Therefore it depends how badly you need/want it ;-) Open your browser developer tool, looks at the network calls the UI generate and you easily see how you can automate and script things. Documented? No. Supported? Not officially, but…
-
Note that runcat.sh utility is only available for on-line mode starting in OAS Let say that offline mode is still fully there, it's just the catalog that isn't anymore on the filesystem and therefore it could sound like offline mode is pointless. However, there are "documented" ways to extract a copy of the catalog offline…
-
Daniel, Aren't you having this? https://community.oracle.com/products/oracleanalytics/discussion/19917/has-anyone-had-a-issue-in-dv-workbook-after-update-sep-2023#latest Known issue, a fix apparently exist. Do as Tetyana mentioned and go through a SR to get it fixed. Oh, my bad, you are actually already in that thread and…
-
Hi, It isn't because you see all the columns of a subject area on your screen that they can be designed together. The tool is telling you that it doesn't know how to handle what you are requesting: the columns you selected can't work together. You should go back in your RPD and check if all these pieces are modeled…