Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
It's the same settings, so it's not supposed to come from there ... No other idea crossing my head on where borders can come from right now.
-
Ok, by doing that my PDF has no border... Did you check inside your analysis if you don't have default borders around views or something like that?
-
Hi, Does your dashboard really have no borders or you just don't see them on screen? If you set both section and columns borders = "None" the border will not be there in the PDF, if you leave it on "Default (system)" you have borders in the PDF even if you don't see anything special on screen.
-
Hi, Where is the new dashboard exactly? Is it directly at the first level below of the shared folder or a bit more deeper in the folder structure?
-
Hi, Try to avoid double posting: Calculation on two columns in pivot table People reading Business Intelligence also read Business Intelligence Suite Enterprise Edition, so double posting is a great way to leave forever open threads ....
-
Hi, You add a new column to your analysis and edit the formula to make your division of income by gallon there. The new column will be available like your already exiting facts columns and by default will be added to your pivot. (If you have no or little idea of what OBIEE is and how it works have a look at…
-
Great for you ... So can you maybe close the thread? Right now it's still This question is Not Answered.
-
Hi, You can also do it without adding any CSS / HTML to your page ... Just edit the section format and set Horizonzal Alignment = Left. This will move the "export" link to the left.
-
Yes, that's really not related to the RPD but a Windows issue because of something on the PC, that's sure ... So you can maybe close the thread? Right now it's still This question is Not Answered.
-
Hi, This is a Windows message (so not directly related to your RPD). Did you try from another PC to see if it's only yours having an issue? The "server busy" seems to be related to programs accessing internet before the connection is ready and can be related to antivirus programs etc.
-
Hi, Just having a quick look at my cookies it seems that JSESSIONID is set when entering a url like /analytics and the browser redirect me to /analytics/saw.dll?bieehome (or any link like that). But as long as there is no redirection (so clicking around inside the tool etc.) doesn't create it. Do you really need that one?…
-
Hi, You mean how can you see all the threads you opened (so asking a question) in this forum? If you go in your profile and click on the "Content" tab you have all the threads you wrote.... Making it short, this is the link: 970365
-
Hi, Sometimes the simplest solution is the correct one: CURRENT_DATE
-
But the CSV export is a lot closer to the real data as it bypass the "visual" layout of the analysis and export the raw data returned by the criteria (so including excluded columns etc.). And the OP said everything is fine when exported in Excel (so it's already working apparently, with doesn't make what has been posted…
-
Sorry but before to change settings in XML files I guess it's better to understand what the real issue is ... The way the OP wrote his thread is more like some columns looks like merged in the middle of the file (=> resulting on garbage values) and not that the file is incomplete or some parts are missing. So I don't…
-
Hi, NRB wrote:... some of the columns are merging and showing some garbage value... What does the file really contains ? Is the exported file really having an issue or it's when you load it back in Excel that some columns merge etc.? (so more an issue with fields delimiters, quotes etc.)
-
Hi, No, it's not the same at all, Sample App Lite is just few standard reports. The SampleApp I'm talking about is the full one: http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html And you can see it online (as long as the link will work) using what Christian posted.
-
Hi, As you saw there isn't an ootb box plot chart visualization in OBIEE but you can do something close to it with default line/bar chart. Look at this example from SampleApp This example use stacked bars with custom formatting making some parts of the bars white so they are "invisible" and other things like that. You must…
-
Hi, That's an Oracle DB error: 3174977 wrote:ORA-06576: not a valid function or procedure name at OCI call OCIStmtExecute: call apps.fnd_global.apps_initialize(1159, 20432, 275, 0,-1) Is your report supposed to call that procedure? Is the user connecting to the DB allowed to call that procedure? It's not really OBIEE's…
-
Hi, Do you mean that the same exact formula give you a better error message on some environments than others? Because that generic message is normal depending on the issue your formula has, but I'm not aware of any configurable level for error messages on formulas (because it's all about syntax and not execution).