Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
So, not only you have a F5, but you also have OHS in front of OAS? You have so many layers in between that the error you get probably doesn’t come from OAS at all. Each one of those layers can mess with your headers, remove them, override them. If you do embed the real OAS link, does it work? If yes, then you are fixed:…
-
ah! There is a “thing” in between… Did you check if your F5 isn’t messing with the headers set from OAS? Often that kind of product does override those headers for security reasons (providing a central management of CSP etc. in F5).
-
A MOS document was simply saying that this checkbox should do the job… I imagine you did restart your OAS after setting that? (Just to make sure settings are applied). Do you access your OAS directly or you go through a proxy or something like that? (The error message you posted gives a domain but no ports are visible, and…
-
I just gave it a try in the Model administration tool of OAS 2023 (7.0) and OAS 2024 (7.6) (your version of model admin tool is an OAC version in between these 2). Your original complex join works just fine. I just rewrote it in a different way but it's the same join condition (of course the expression is longer than this…
-
Did you add the domain of your page where your OAS is embedded as a safe domain in OAS enabling embedding? In DV > Console > Safe Domains , add your "subdomain" there and enable the embedding (do not enable it for "All domains", keep your OAS a bit safe). In old OBIEE there was a setting in instanceconfig.xml…
-
A complex join is just a “complex” name for a join condition that isn’t columnA = columnB (a straightforward primary - foreign key relation). The syntax to be used is still LSQL syntax and not your own datasource syntax, but the expression editor where you can write the complex join expression lists all the available…
-
@User_UQGO3 , Please start a new thread. Ask a new question here in the forum, describing your context, requirement, what you are trying to do and how, errors and also product name and version. This thread has been imported from a different forum, it did lose formatting, and your question is probably not really related to…
-
Hi, Wrong forum, this one is only for Oracle Analytics products. If you look for the general forum, covering also cloud, you maybe look for . For your issue, you should consider contact support because only support can have the privileges or procedures to handle your problem.
-
For example in OAS 2024 (7.6) it is done here:
-
Hi, What product (OAC, OAS, OAD, OBIEE?) and version? Because it's something that did change over time, therefore the answer depends on your version mostly.
-
I still didn't start analyzing the details of the metadata request (it's something I'm working on in the coming days to analyze a different thing in DV). At this point in time I don't know (still didn't look) if the metadata loaded is only the piece required by the visualization or is the full dataset metadata. In this…
-
That call is part of the usual embedding process, it generally comes before to executing the query to get the data and return it to the embedding javascript. Last time I had a look at embedding it was sending that POST query by sending the XML defining all the pieces of data present in the workbook and was returning a…
-
Can agent caches be used to make it load faster? Until you find out what is taking time, don't try to find if X or Y can make it faster ;-) If the slowness is because of SSO between "classic" and DV, and the network calls between the two (because embedding involves all that), you can maybe try to find if there some kind of…
-
Thanks for posting the screenshot and describing the expected behavior, it makes it a lot easier :) My next question is purely about the layout of the expected result: would you like to have the previous 3 months as columns being next to "Dollar" in your table? The result table would be "Region", "Year", "Month", "Dollar",…
-
Hi @VijayDeenaNathChouhan , Before to give you answers guessing everything, let's take a step back in understanding some details of your question… First thing, what is the format of your year and month prompt (what kind of values are used there)? When you say "display data for selected month and previous 3 months", do you…
-
Hi @User_10E6R , Are you asking for a vanity URL for OAC? Or you really mean for your Oracle CPQ app? This forum is only for Oracle Analytics, CPQ isn't covered here, and I have no idea if a forum for that product exist.
-
With a distribution list (a real email distribution list), there isn't match that Oracle Analytics can do. For the product, your email will be a single account, therefore only a single security profile can be applied to any delivery you will have. Sending that email to multiple address will be done by the mail server, and…
-
@Victor H , I understand your question differently than Sumanth, and I would say no, individual security is not going to be applied. The way I understand your question is if you add a single recipient being a distribution list, in that case the distribution to multiple users is managed by your mail system, not your…
-
Thanks for confirming. I thought that maybe there was some other tool involved generating models, but you are just doing everything right and therefore you face a bug in the tool. You probably already raised a SR as said above as that's the only way to get a fix.
-
Well, I would definitely look for a different database (even if it does involve an ETL step to copy the whole database content once a day to a database that you don't pay by the query). Because that's just against the usage of an analytical platform. But knowing that it's a decision you maybe can't really take at this…