Comments
-
I know, but that's why I added the "That's what you get out of the box: take it or leave it" ... As you said above and I also said: nowhere you find that list in a nicely accessible way. Sessions variable are based on sessions, so to get them all at once it means to code a lot by hand. And here is the question is: why? Why…
-
That's what you get out of the box: take it or leave it (because of all the reasons already posted above)
-
Nope, the usage of FILTER USING is the one giving you the problem as it is like hidden to the normal OBIEE logic (so passing values from an analysis to another etc.). So what you currently have is the less worse ... Sure take time to manage etc. But at least you can clearly control every single link.
-
Gianni Ceresa wrote:For the current active users connected to the system you can look in the Admintool in the Manage > Sessions menu.
-
On the Oracle sites you probably find only the 11.1.1.7.0 version (or 11.1.1.7.1 maybe), but then the one related to a given bundle patch is inside the bundle patch. If you download and extract the bundle patch you will also find it there inside.
-
Hi, The way you describe things all I get is that you are bypassing OBIEE completely but now expect OBIEE to solve your problem. Things doesn't happen magically ... Do you want to use a direct database request bypassing everything OBIEE does? Fine, so adapt your query to work based on the name and use that variable instead…
-
You take the problem from the wrong side ... If you need that version of Admintool it means you have a server with that version. So the admintool on the server is the perfect one you look for. In 11.1.1.7 the .exe is on the OBIEE server itself, just take it from there and problem solved.
-
Totally mixing things with the chat channel (isn't all about mashup nowadays? ), as they work for the same company I was making a kind of "shortcut".
-
In the end what @PedroF told you is right, trust him
-
Nope ... Navigating from multiple tiles to one report is fine, but your tiles are independent analysis. In that way you can know from which one you come from. If you have 2 tiles inside the same analysis first you had to cheat on filters (like you say) because you must use FILTER USING in the formula and the side effect of…
-
Cool So just one extra stop: close the thread (for now still This question is Not Answered.) and then enjoy your weekend
-
Hi, "Admin" mode is "help! help! something went wrong I can start but in a more or less useless way". Admin mode will not allow you to make anything useful for OBIEE. So open the log of the managed server and find why it start in admin mode
-
Raa.BI wrote:On google came to know about analyticsRes folder in OBI how we can schedule report into this folder. Sorry but you google the wrong thing as Christian said ... AnalyticsRes isn't accessible to users at all, it's a folder on the server, I hardly see how it can be accessible as it's the "shared folder" where…
-
3416402 wrote:Solved!Thanks. Sorry but .... No, that's not how it works. A community forum is a place where people share things, so great for you that you got a solution, but you don't just come back with a "solved". You share you solution so that if somebody else has the same issue he will find it. The concept being give…
-
Sulochana wrote:Once we found any issue 30 to 40 m later its coming back to normal. You mean that you keep refreshing the page and after 30-40 minutes the missing bits are back? Or you mean that you leave it there, close the page and go doing something else and later when back things works again? In 11.1.1.7 (also was a…
-
Hi, Christian's answer is more for you as the current user. For the current active users connected to the system you can look in the Admintool in the Manage > Sessions menu. If you mean for all the users in general of course it isn't possible as a session variable only exists if there is a session, so you can't list…
-
Just for the records (and the users opening this thread looking for answers to same/similar topic: This question is Assumed Answered. is misleading as it's really answered and the answer is posted above, even if it hasn't been marked as such ...
-
You are welcome Andrew. In case you will have time to test it and works and/or do not find anything else useful come back to close the thread
-
Hi, It depends on various factor (security etc.) for the details, but a simple generic overview is: you open the catalog (web or Catalog manager) click "archive", you open the catalog on the target and click "unarchive" selecting the previously archived file. As it's quite simple I guess there must be something else behind…
-
Hi, Nothing out of the box. If you really want to do that at a front-end lever only then JS is what you look for. Just be ready to fight and struggle with it. The values of the prompt are loaded dynamically in the background, if you manipulate them difficult to know how the OBIEE code will react and if it will load doubles…