Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, Did you try by setting the SKIN system session variable? Look at table 19-1 here: https://docs.oracle.com/cd/E23943_01/bi.1111/e10540/variables.htm#BIEMG3104 Or also google / search the forum for the SKIN system session variable...
-
Hi, Usage tracking is the most user friendly and simple way to do that. So just enable it and it's done, it will start collecting data and so you can then do analysis on it.
-
The CASE statement is in the column formula or your analysis (or in the BMM if you want to maintain a single column there as well). And in this CASE statement you use a variable to identify the environment. I think there is a default system variable defining the BI server hostname, so you can use that one, or you can set a…
-
Hi, Use a CASE WHEN based on the server name (your DEV, TEST, PROD have different hostnames).
-
Hi, Welcome to the forum .... Where does OBIEE fit into your question? You are actually posting in the space but it smells like a "generic" SQL question ... There are many other spaces for DB / SQL questions in case.
-
Can't be done in the XML as it's what makes a view selector a view selector, so the XML can't help you...
-
Do what Thomas posted. Don't do at all a filesystem copy of what you guess is the RPD from the server to your desktop and back. 12c changed many things around how the RPD is managed, so you must get a local copy using the provided tools (command line script to download /upload the RPD).
-
Hi, How is this thread different than what you posted in When the OBIEE report is exported to Excel 2007 date columns are saved as text instead of date ? Don't double post and don't start multiple threads for the same things as the result is in general less answers and more unclosed threads in the forum...
-
Hi, In 12c things are changing a bit but right new the answers are still "easy": 1) Only one single repository (multi instance is one of the coming feature of 12c but for now it's still only one). Because of this new multi instance architecture things are a bit different on the disk, but there is still only one RPD in your…
-
The miracles of "Search" obiee baseline validation tool usage And you don't need to run BVT from the server, it perfectly works running it on your local machine.
-
In this example when I click on the bar chart it send the year to the table on the left, so it works from bar chart to table (I just did this sample on 12c right now). So it works... You don't define a master view, you define the interaction on the column to send a master-detail event, and in the views you just define…
-
In addition to what Christian said : there aren't user groups by domain (you post "Oracle BI Foundation 11"), some have a SIG but that's it ...
-
Hi, Yes it's possible ... As you are trying to do it just go till the end and you will see it working (If you can't get it working you will need to post details on what you did and how you did it to have a "real" answer)
-
+1'000'000 for what Christian said Kalpana: do you mean you want to remove the view selector from your analysis and just keep the view itself? Drop the "view selector" view and place the correct view where you want it ...
-
That's actually the simple solution Can you maybe close the thread? Right now it's still This question is Not Answered.
-
What you do? You install a Windows XP - 7 virtual machine and you install the 11.1.1.7 client into the vm. Read the certification matrix, the 11.1.1.7 client tool isn't certified for Windows 8, 8.1 and 10, it stops at 7. Some were able to install it on Windows 8 but it then took like 1h to open and didn't really work ...…
-
In case come back here and open a thread for the AD issues, in 11.1.1.7 it generally works fine (assuming your AD has a structure at least a bit OBIEE-friendly)
-
Why do you want to make something complicated when the simple solution exists? It's how Christian said: you are setting a default value in your prompt or your analysis and you are doing it in the wrong way. Check what are you setting and where and fix it, using the right format. If you say that by applying the prompts…
-
Hi, Gianni Ceresa wrote:....nothing exist, so it's up to you code that... The answer is still the same: nothing exists and it's up to you to code everything by hand if you really want it. So if you aren't comfortable with customizing OBIEE, writing JS and are not ready to manage that in the future (at each update / upgrade…
-
Hi, Never heard of such kind of settings and the system is done in a way to allow to save as many customization as you want. So out of the box I don't think there is a setting for that. You can maybe think about something done in javascript if you really really (but really) want to limit that to 5 ... (nothing exist, so…