Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
@EzequielC-Oracle , To be fair in this kind of situation, when the question is in the wrong category, the OP should not be told to post again the same question somewhere else (because that's double posting, which is one of the many rules of any forum: double posting is forbidden). And not only there is a double post, but a…
-
Please do not double post. You already asked the same: https://community.oracle.com/products/oracleanalytics/discussion/19750/pass-results-from-an-analysis-in-oac-to-filter-values-of-an-analysis-in-erp-otbi#latest Stick to that thread till it's completed.
-
Hi, Of course you can do it via script. You can look at calling Catalog Manager (the tool) by command line (runcat.cmd or runcat.sh) and you can do all you can do in the GUI and even more. Or you can look into the available webservice: https://docs.oracle.com/middleware/1221/biee/BIEIT/methods.htm#i1009936 (it's an OBIEE…
-
Hi, I don't have an OTBI to check what it looks like, but it generally behave a lot like OBIEE (11g or 12c, no idea but doesn't matter here). In OBIEE you can pass filters to an analysis by using the GO URL syntax. I don't have a 12c link handy, but it is (was?) documented in the official doc too (both 11g and 12c), I just…
-
Finally managed to open an OAS to just make sure there isn't an option for it. The dashboard options really only give that option of entire dashboard export with an Excel output format. PDF is available as single page printing. Once you created the idea, post the link back here, it could get it some more upvotes :)
-
As far as I know this feature doesn't exist for PDF, only Excel. You can always create an idea for it or an ER.
-
@User_5M8FN , Please open a new question, providing all the details (exact versions, context, environment, log messages etc.). This is more than 3 years old and has been abandoned by the OP. By starting a new question it will be focused on your case and not mixed with the issue of somebody else...
-
What is bug ID ?
-
To make sure I understand your situation... You are working on OAC (therefore let's assume latest version, July I believe) and creating an analysis in "classic". In your analysis you define an action link on a column. All good, everything works in all browsers (Firefox, Chrome, Edge). You then enable the translation for…
-
Since OBIEE 12c the whole interface is mainly javascript, you will not see a thing in OAS/OAC (classic and even less DV).
-
What is the exact name of the product (and its version)? You should contact the people in charge of the platform in your company, there should be developers there knowing how to do the job.
-
What product (and version)? Is your "report built using a data model" a BI Publisher report? I am getting error when doing so. What did you try? What error do you get?
-
Text can't be aggregated (well, technically some aggregation functions works on varchar, but you will not get what you expect). To concatenate multiple rows into a single one you should push down the job to the database using EVALUATE (or one of the variants of this function). If you do use an Oracle Database you can then…
-
What else you can do? Well, not trying to be rude or anything, but stay on the other forum to get support on a generic cloud account issue. This category is for OAC and OAS, and your question isn't related to Oracle Analytics.
-
Sounds like you found the other forum, where generic cloud questions should be covered: https://forums.oracle.com/ords/apexds/post/i-need-account-registration-support-4966
-
I would say that right now you can't do it directly, not as easy as "classic" can do it. The workaround would be to make your union in a dataset. Just be fully aware of the possible issues and downsides of having a dataset just for a union. There is an idea you can upvote to add that feature:…
-
Are you asking about an Oracle Cloud account in general? This is the forum for Oracle Analytics, if your question is generic about Oracle Cloud, you are in the wrong place. Oracle Cloud has it's own support channels and you should stick to that (a public community forum can't do much to help you in creating for an account…
-
@David Wright - More4apps , You better start a new question where you expose your issue (and provide product names and versions). This is an almost 6 years old abandoned thread. Also, look at the categories and pick the best matching one (there is one for Publisher).
-
Do you want to move 1-to-1? No upgrade planned anywhere? Because many (most?) of these versions are extremely old and probably not supported anymore. And moving environments is a different process than upgrading on a different environment.
-
Hi, What do you think the "publish event" does or should do? Because you probably expect something it isn't meant for... The Publish Event enables external applications to receive the set of data element values in the selected visualization, known as the visualization context. This is from the doc, but the doc is titled:…