Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
That thing require the old password, the one which is missing in this case. Otherwise why to set a password on the RPD if an utility you get with the Admintool can just reset it?
-
Good luck and if all good come back to close the thread
-
I would say you can't .... The password doesn't exist anywhere else than inside the RPD. Keep trying with all the possible passwords (as it will not "lock" the RPD after some wrong attempts. Of course you can also script that and "brute force" it if you have at least an idea of what the password must look like.
-
What version of OBIEE are you using? I would guess it's a 12c and you didn't configure CSP correctly .... Look at https://gianniceresa.com/2016/10/google-map-in-an-obiee-12c-analysis/ (the part about CSP) and also https://obieeil.blogspot.ch/2017/12/obiee-12-with-external-images.html (also the part about configuring CSP)
-
Like that it must work (of course you can't say if the code/description is because of "origin" or "destination", but if you need that info you could easy add it). Plan B is what Christian said with "OR" (instead of your original "AND").
-
A complex join with a "OR" (because "AND" is impossible, ok ... possible yes, but a totally different meaning) works just fine in 12.2.1.3 . You just can't edit an already existing foreign key join to change it into a complex join (even if you open the formula editor when you save it will refuse). If you already have a…
-
That was actually an open point: did you wanted a single column for your code/description or 2 different (one for origin and one for destination) ? So the answer is: a single one! Fine: add 2 LTS in the logical table and point once to the physical object joined as origin and one as the physical object joined as destination…
-
Sorry but I would go with Robert first answer... Christian: I see what you say, and it would be right but ... the OP clearly try to match both foreign key at the same time with a "AND", which is logically impossible (or you open the door to 1=2 in SQL, and you don't want that). Your proposal could work with a "OR" instead…
-
How is that supposed to looks like? Percentage compared to what? (as a percentage is based on a reference value)
-
How many licenses for OBIEE you have? (as asking in the OBIEE forum) Not really, nowhere you enter the licensing details. You have to have the required licensing but the tool will not warn to block you (but if you get an audit you will pay it !)
-
Hi, You need to fix your code ... If the first time it doesn't display anything and need to reload it to see something it sounds like you aren't managing events correctly, and try to make some work too early when things aren't loaded (and it works the second time as things are in cache). You don't provide anything about…
-
You are welcome Kathie. MOS is a jungle: some days you are lucky, other days ... less
-
Do you know what a pivot is, right? A thing where you can select an attribute ("week" in your case) which will be display as many columns as there are values. So select the "week" and place it in the "column" part of the pivot view, place the measure as the measure and place the other attribute(s) (the one giving you…
-
Robert Angel wrote:I was not suggesting an 'exotic workaround' ... Your is clean, it's the original 53 columns with a FILTER inside what I call "exotic"
-
Why do you use FILTER for 53 times? A pivot does that all by itself (or your model/data is just unusable and you maybe want to fix that one before looking for exotic workarounds in the UI).
-
Hi, You maybe want to have a look at https://support.oracle.com/epmos/faces/DocContentDisplay?id=2259016.1
-
Hi, If you use a pivot it's done by default: as the attribute "week 52" can't exist twice ...
-
Weren't you looking for the exe file? You got it, you don't need the path anymore, just take the exe.
-
you can add the CSS in the same dashboard page as a text element, it will not be visible on screen, as long as it's on the page you are fine.
-
Do we agree that you will look to setup a backup process for your OBIEE, right?