Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Adam_K wrote:Would you be able to tell me the details of what it says? That's the most illegal thing we could do. MOS documents are for clients / users with a valid support contract, it's something you need to pay for. It's illegal to copy/paste content from a MOS document and send it around and even more to post it here…
-
BI MAD is what it is: a limited subset of functionality which was developed at some point to make OBIEE "mobile" friendly. This was when the default OBIEE was still full of Flash. Now OBIEE is HTML5 based, mobiles could render it directly or can do it via the dedicated app. Therefor BI MAD kind of stopped there. I didn't…
-
How to transfer an analysis from OBIEE to OBIEE Mobile App. Do you hope the answer will be different and on a Monday we will tell you that you can "drag & drop" your analysis into MAD?
-
After the "and" you don't need the column name anymore, just the value ... Do a proper copy/paste of what Robert posted above.
-
You maybe want to consider granting the privilege to an application role and make your user member of that application role, as Christian said above. It's a general good practice to never set any privilege or permission on a named user but always use application roles for obvious reasons.
-
Did you manage to find where to reset the password? I guess you did as it's almost 3 weeks, but the thread is still This question is Not Answered.
-
For the record I better address a misleading part of my previous reply "The" only solution is: creating the totals by hand Not mandatory by a union query. So, as Farrukh did, also works because it's all about how the view is done in the end. Sometime a union is required, other cases works fine with an extra measure. PS:…
-
What Robert said is "the" only possible workaround. Grand totals are quite simple: they are either always there or never there, you can't do anything on a give one. It's really binary: all or none. So as Robert said: create your own totals, they will be normal columns/rows.
-
Yes, you would need to understand the basics of javascript. Google could clearly just give you a piece of code to copy/paste, but I really believe it's safer if you stay on things you master, at least you don't add more issues trying to solve a thing with some random javascript. Try your best with the sections properties,…
-
That's why the blog posts was using a hidden page without the prompts The print will include everything you have in the page, so if the button is in the page, it will be printed out. Because the "PDF printer" isn't able to understand everything you can probably cheat a bit by using full javascript instead of direct HTML…
-
Hi, I guess you need to read, understand and then adapt the solution of the link posted by Robert. That blog post cover a very specific need which is linked to printing in PDF without seeing the prompts in the PDF. You don't have that need, you just want to print. So based on the blog posts you can see how they managed to…
-
Maybe this is helpful? Because for now the thread is still This question is Not Answered. So would be helpful for other users if you look again on how to mark which will also close the thread.
-
As Joel pointed out there is your issue. A standard Oracle database error. Are you using the BIPLATFORM account to query that table? Because you access the tables directly without a schema, so it can only work if you use the real owner of those tables, by default BIPLATFORM. If you are using a different user you need to…
-
2933551 wrote:no any tune way in OBIEE? Am I wrong in assuming you still didn't look into the details of where that analysis spends time? Because first of all you don't "tune" a dashboard, which has no logic and takes nothing to render but the content of the dashboard. And still I didn't see you pointing out where the…
-
user5922791 wrote:User is in an application role. Application role has permission to subject area. After having read and covered the points Christian asked for, you maybe want to review how security in OBIEE works because "has permission to subject area" is not even 1% of the possible permissions OBIEE has. There is a lot…
-
Take the problem piece by piece: you have 1 object containing measures and attributes. That's what a degenerate dimension is (in dimensional modelling). OBIEE requires the BMM to be a star, a star means a fact table and at least a dimension. So 1 object will play the 2 roles, you model the measures columns in the fact…
-
2933551 wrote:Thanks ,Yes I saw that ,but I confuse how to improve that? By understanding what happen exactly and for how long when you open that dashboard. We are back at "response time profiling", identifying which part of the the dashboard takes long and why. Seeing already that your analysis has 86 columns ... I would…
-
You can have a look at the "Externalize Strings" utility (in "Tools" > "Utilities"). From the doc: You can use the Externalize Strings utility to localize the names of Presentation layer subject areas, tables, hierarchies, columns and their descriptions. You can save these text strings to an external file with ANSI,…
-
You can't "drag & drop" the analysis from OBIEE to Mobile App Designer. If you want the same, you need to rebuild it inside MAD directly.
-
984465 wrote:Hi All,I have resolved my issue. So can you please close the thread and mark the required replies as correct or helpful? Right now it's still This question is Not Answered.. By closing the thread and marking you help other users with the same need to find their solution faster, that's how a community forum…