Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thanks, it does help :) Is is possible that the account you are using doesn't have the permissions to access the paths that are reported as "not found" ? When using runcat in online mode, the security is fully enforced (while when using offline mode, there is no security enforced at all), and therefore sometime you can see…
-
Hi @User_CAIGP , Can you share some more details? Because without it is quite difficult to provide a valid answer that has a chance to be useful, helpful or based on something you are facing. Starting by the product (and version) you are working with, what your runcat command look like, what the errors looks like etc. Just…
-
Hi, Your message may have been lost while posting. Right now there is just a title and nothing else. You can maybe edit your post to provide some information, a screenshot, or anything else that will set some contest. Also, there isn't a question now, adding one will avoid the thread to not go anywhere or getting random…
-
OAC is empty, doesn't have any pre-packaged content. Therefore for your data question you should ask it in a forum covering the product you are using as data source. OAC doesn't own and isn't responsible for the integration other products did develop. In your case you are using OTM, which isn't an Oracle Analytics product…
-
Hi @Wasif , This kind of question is in the wrong place… You maybe have some integration with analytics features in your OTM product, but the Oracle Analytics products do not own such integration and aren't in charge of it. You should ask that kind of question in a place covering OTM, because OTM is not an Oracle Analytics…
-
As you are working on a workbook I assume you are working in DV and no "classic" object is involved. I also assume that you are either using database tables directly or something like that to create a DV dataset that is used as source for your workbook. A dataset like this has a limited "filtering by user" available. It…
-
Hi, If you aren't using FDI, and apparently you aren't, you should consider asking the question in forum covering the product you are using: https://community.oracle.com/customerconnect Publisher as a technical solution doesn't have any data, models, layouts. You are working with pre-built content delivered with a Fusion…
-
@User_B43AT , There is no information about the product you are using (full name and version), or what kind of request you are sending and how. Maybe the place to start would be a new question, where you provide all the details. And there it will possible to point you in the right direction. Your question isn't really the…
-
In my test, if I do remember correctly, I found that the mobile app does ignore the port you enter with the url for OAS. It will always use the default port for HTTPS connection, 443. All the SSO configurations with OAS requires you to use a web server in front (Apache Http server usually) acting as proxy and exposing OAS…
-
Hi, The official Oracle answer is that you need to setup SSO with the few supported providers to use the Mobile app with OAS. You can see it was repeated in this previously asked question: https://community.oracle.com/products/oracleanalytics/discussion/24688/oas-mobile-application-usage That seem to be the only supported…
-
Hi, OAS, Oracle Analytics Server doesn't isn't/doesn't have a native MCP server. What you can do instead is to build (code) a MCP server that will use the OAS REST APIs (for example like @Mike Durran-Oracle did in…
-
Hi, If you mean the AI Assistant, it isn't available in OAS, only in OAC: https://docs.oracle.com/en/middleware/bi/analytics-server/whats-different-oas/index.html#GUID-5B9072FD-C869-4EC4-A81A-FBF68F0C785D__AUGMENTED
-
Hi, Exams and certifications aren't covered in this forum. Maybe you should visit the Oracle University Learning Community: https://community.oracle.com/ou/
-
@Junaid Zahid , Did you consider posting an idea? https://community.oracle.com/products/oracleanalytics/categories/idealab-oracle-analytics-cloud-server That's how you could request a new feature to be considered for the product. Other users can then up-vote it and product management will be able to see if it is a highly…
-
FORECAST is a function, you can add a calculation and use the function in there. Then just add that column in any visualization where you need it. You can also make it "smarter" by merging your real measure when it exists and the forecast for the period when you don't have real values by using a condition, and then just…
-
And going in the direction hinted by Brendan: the FORECAST function let you easily forecast future sales by customer based on past data (https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/functions.html). That could give you an added value than just the slope of the regression line, because the forecast could take…
-
The SLOPE function in Excel doesn't do anything magically, it's a documented simple calculation on a dataset with 2 values (referred as X and Y): Take each x value, subtract the average of all the x's values, multiply by each y value subtracting the average of all the y's values. Sum all that together and divide by the sum…
-
Don't use two accounts to post the same thing. Your other account being "older", stick to that thread instead of this. https://community.oracle.com/products/oracleanalytics/discussion/27396/query-on-slope-based-sales-trend-analysis-in-oac
-
If DV Consumer is a member of your custom role, your custom role can't be member of DV Consumer: it's a circular dependency, can't work. DV Consumer shouldn't be a member but your own app role should be a member of DV Consumer as it's all that plus other things. You should take a step back and draw your security model on a…
-
DV is just a piece of javascript that usually defines events on the various UI elements. Therefore if you fire the same event when you click your image, it will work. Is there a simple checkbox "trigger auto insight" when clicking an image? No. Can it, technically, be done? Yes. Is it worth your effort in finding what…