Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
So can you mark as required and close the thread? For now it's still This question is Not Answered. ( )
-
The patches are for the 12.2.1.4 setup, so you install FMW 12.2.1.3 and apply the patches on the 12.2.1.4 install you do.
-
Did you give up on this one? Did it work as expected?
-
Hi, Export to Excel can't translate custom CSS just because there is too much that can be done with CSS which can't be translated into Excel. So when exporting to Excel custom "browser" effects like your CSS or Javascript isn't exported as the tool has no idea of what to do with it.
-
You can try with table1 left outer join table2 and a condition to keep only rows where table1.column is null . That's one of the way to do it in SQL and you can do it in the LTS.
-
Hi, In the future you may want to consider storing the domain home outside the oracle home as it will make your life easier for upgrades. https://docs.oracle.com/middleware/1212/core/INFIN/infra_dir_structure.htm#INFIN351
-
There is a feature which does just that but not in a separate window, in the same one ... For every page where you check the checkbox highlighted it will wait for prompts to be filled before to execute the analysis (with a message telling the use it's waiting on prompts).
-
Hi, There isn't any public sample app anymore. You can either get your own http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html or get a cloud trial account and start an OAC instance there.
-
What Sherry George said. You can't "invent" the number of parameters of a function yourself: CONCAT requires 2, exactly 2 parameters. You try to use 3, can't work, so embed and extra CONCAT to first concatenate 2 pieces and then concatenate again 2 pieces and done. PS: OBIEE isn't Excel accepting as many parameters you want
-
Those links are at the analysis level, they can configures at the dashboard, page and analysis level. When you open the analysis in "view" mode you will also see them in general. You have a global refresh on the top-right if you click on your account name. As it's a browser you need to keep in mind there is a browser cache…
-
Well ... Difficult to say like that. It must definitely work, so what you have to do is to track all the things. So open the analysis, check what the server does (if it generate the query, if the query is sent to the DB, if the query is supposed to return the new records) etc. Logs right now are the best (and only way) to…
-
We will probably never see @3236706 again ... But it sounds like a badly configured time hierarchy with issues in the keys and that's why the YTD functions can't make a difference between months of different years.
-
A picture is worth a thousand words... There are other ways like disabling cache globally if you didn't want it (or don't need it), there is a setting in Enterprise Manager. You can also disable it on some sources (tables) in the physical layer in the RPD (there is a checkbox when you look at the properties for the table).
-
Yeah, smart move ! I find it totally wrong from Oracle to call it "New homepage". It isn't the same tool (or why does it require a new license?), works in a different way and cover different needs than the "classic" home. So it's good that you got rid of that link there.
-
Hi @Phantasm, Aren't you working with Rahul? Error while saving an OBIEE report with 100+ columns PS: "wrong tool for the wrong job" seems to match sadly ...
-
Staying neutral on the topic I would just say that looking at the history of the OP you also see that it isn't about a forum but just really about what Christian called "do my homework", as none of the threads have never been closed and the OP never ever posted anything back when people posted answers or suggestions. A…
-
Just what the doc says ... (and a bunch of blogs post Google return in the first page of results)
-
Ok, good that you answered that as I was hoping for it Good news: there is no link at all between these 2 things. The "row count" is just inside the RPD for your information, when you build a model it's good to know the size of tables because it can impact how you define joins, driving tables etc. But it has no impact at…
-
Hi, Sorry to ask something instead of giving you a reply .... What's the link between "connecting to a database refreshed every minute", "run reports out of it" and the 2 things you asking? The ability to do analysis on a database refreshed every minute doesn't depend on an updated row count or check in/check out ... So…
-
Larry's Friday Girl wrote:it now errors with a conversion error Hi, Thanks for letting us know In case it's a question, what's the question? And you will have to post a bit more if you expect an answer ... Things like the detailed error, the conversion used, the version etc.