Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Great that you solved and posted back the solution Ideally can you mark it as correct answer as well? So it will also close the thread and really help other users with the same issue, for now it still says This question is Not Answered.
-
This document goes back to the /dev/random vs /dev/urandom thing for Weblogic. As it's something quite simple to test, @Khalid Ibrahim, you can always give it a try...
-
So you really want to push OBIEE do things it doesn't like to do Didn't test in details but PDF printing generally understand text, basic html and probably images (real images). But it can't generate the image based on JS code for you as that's what the browser would do. So if you manage to generate a real static image you…
-
Which one of the few print options you mean? Because exports and PDF printing will not make it as it's done by OBIEE, but HTML print must be fine as it's your browser managing it and your browser understand how to render the JS code.
-
Oh no ... I would be tempted to suggest to cancel and rebook with another guy ... I know one who can do it (and I actually also already delivered OBIEE training in French, was a weird feeling )
-
So as said: no real changes. Actually nothing changed on conditional formatting between 11g and 12c in Answers. Actually if you define using the UI the rules it isn't a OR, and it isn't a AND. OBIEE will evaluate all the rules and apply all of them if they are valid in the order. So if a rule set a background color and a…
-
Where is time spent? If you follow in logs the startup what is done for how long? One element know to help is the /dev/random vs. /dev/urandom for java which can help weblogic, but first would be better if you analyse where the time is spent.
-
3371002 wrote:I have granted the Access to Export privilege to the User and they still do not see the Export link. As @Sherry George said: did you enabled the link in the dashboard properties, page properties or analysis properties? It's a 3 level inheritance: analysis inherit from page, page inherit from dashboard and you…
-
3371002 wrote:I assigned the privilege to the user from Administration>Manage Privileges>Dashboards>Export Entire Dashboard to Excel and Export Single Dashboard Page to Excel, but they still do not see the Export button. These privileges are the 2 you can access on every page using the top-right "page options" icon. It's a…
-
The CASE WHEN isn't right ... When calling a variable the @{variable name} is the value if the variable, the following {default value} is the value in case the variable isn't set. So the variable isn't null (because checking nulls doesn't always work... CASE WHEN '@{Nomenclature}{##XX##Impossible-Value##XX##}' not like…
-
If you expand the prompt properties in the bottom you see the option to save the value in a variable. A condition can simply be a CASE WHEN (if you check in the formula editor of your analysis you have the CASE WHEN example, you reference the variable by '@{variable}{default value}' . Now I'm not going to say that asking…
-
Edit your prompt to save the value in a presentation variable and use that variable as conditions to see if something has been selected or not. So you can display a custom message or nothing when there isn't a value selected.
-
The question is "où" ? where do you want to see the description? In the prompt? Or do you want based on the selection of 010121000 in the prompt to see the description of that value in the title?
-
Hi, You can get the current date in the title (or a text box) by using @{system.currentTime}[DD-MM-YYYY] For the 6 months calculation it's a bit different as you aren't looking for a variable but you want to execute a calculation (a LSQL piece of code). Why not write something like "Data for…
-
The link for what? As I talked about 3 possible links and you ask for just one. PS: Google is awesome for searching things...
-
Just keep in mind there isn't a unique rule on how to model the physical layer: even if your tables come from the same database but 2 or more different schemas doesn't mean you must create a single physical database with a single connection pool in OBIEE. You maybe don't want to have a single database user having access to…
-
Hi, the reason of this behaviour is because you forgot (or ignored) how the tool work. Where did you see that "orcl" identify the database and so you can just add as many connection pools pointing to various accounts? Where did you saw a link between a physical table and a connection pool? Nowhere .... Going back to the…
-
You look for known 11.1.1.9 issues? Check on MOS the notes related to the last bundle patch for 11.1.1.9 and you see the known issues at that point. Of course it doesn't mean there aren't other things not working. If you look for issues during the upgrade again the doc tell you some things, then it depends too much on your…
-
Did you try by protecting your filters? You are affected by what is supposed to be (and actually is) a feature: if you have a prompt based on a column by default OBIEE will use that value for any filter on the same exact formula (column) in the analysis contained in the page. To avoid this "feature" which override your…
-
PavankDatti wrote:Finally I got resolved the issue which i was asked. So you can maybe contribute to this community forum by posting how you solved the issue so that others with the same problem will find your contribution and maybe solve their issue as well. (It's all about sharing)