Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
You already got the answers you were after based on the marking of the thread. Keeping it short: Oracle doesn't provide any piece of documentation about the JS part of "classic". There are tons of event handlers all over the page, and many of the menus and interactions are often events instead of direct links. This means…
-
Did you configure your OBIEE 12c to allow the Google files to load? CORS/CSP/browser protections is a real thing, and in 12c you must configure it to allow the Google JS files to load. Look at your browser developer extension and you should see if the JS files are blocked because of the default CORS/CSP/browser protections…
-
The key point in Christian message was "Can you please open a new thread", because as he said this is a old thread abandoned by OP. Ask a new question, provide all the details (product name and version), explain your need, what you tried and as much context as possible. And posting it in the right category, if it is about…
-
since we moved all the case when calculations to the table view it was supposed to perform better What made you believe this? If your CASE WHEN instead of being in the workbook or dataset is in the view, the real query executed by your database is probably pretty much the same: a view doesn't materialize anything, it just…
-
Hi, Your question is more about the source system than Publisher (because Publisher does reporting on a number of sources but doesn't own the source application data). You should consider asking in the Fusion forums: There are lot of categories, find the one matching the best your product and question.
-
Go in Graph properties > Titles and Labels > Data Markers and select to always display the data label. But as said, it's one or the other, it can't display both the value and the percentage at the same time. The size of the bars already give a hint about the %, therefore if you display a small table with the % values…
-
Ok, it's a "classic" analysis, and let's take OAS as product (version 11 would be OBIEE, but that's a 10+ years old product). Moved your question to the right category…
-
Hi, What piece of product are you using? Is this a Publisher report? Is this a "classic" analysis? Is this a DV workbook? What product (OAS or OAC?) and version are you using? The category where you posted and the tags are contradictory…
-
While they are only sample commands, you definitely don't want to run this one: ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED; Changing the default profile to never expiring passwords isn't something you want in your database. Let your DBAs handle the passwords lifecycle of your schemas. All you need to know is:…
-
@Rashmi Jadhav-Oracle , you seem to be working with a DV workbook (always better to say, when you ask a question, which part of the product you are using: DV workbook, "classic" analysis or Publisher report, and also what product: OAC or OAS as they have different features). Some features that exists for more than 10 years…
-
Is it possible to have the downloaded file not showing the adobe logo? There is nothing that Publisher can do, because it's your Windows doing that (if I do download a .catalog on my Windows, it shows as an unknow type of file, with just a white file icon, because I never associated .catalog with any software on my PC).…
-
a requirement for a table with columns like city, month1, month2, and so forth. If you want a table with a dynamic number of columns, then use a pivot. and your data shouldn't physically be stored in multiple column but by rows (for example with a single "date" column saying what date the value is for). If you display that…
-
@BalagurunathanBagavathy-Oracle , no need to repost, yours has been marked as accepted as per OP comment.
-
@Mirithu , Do you mind starting a new question with what you look for? This is an old abandoned thread, and based on the reply I posted it has been imported in this forum from a previous forum where it was in the OAD category. Post a new question with all the details of your case (product name and version), what issue you…
-
Well … because you can define the physical tables manually, creating one column after the other, that's also a way to define the order of your physical columns (therefore the option to visually sort them A-Z or not). But I would say the option to uncheck the sort of physical columns in that list is more a generic feature…
-
If the order in the physical layer is a key element for you, copy the table to a text editor, reorder the columns as you need them in the table definition (you can also script that if you have 276 and you want the order of your database) and paste it back in the RPD (rename the existing table, to avoid a mess with…
-
In the physical layer there isn't a real concept of "order", you can't move columns up and down (maybe, unchecking the sort option, if you change the table definition it will keep that order, but it's a maybe still). The order of columns starts being a real thing in the logical layer, where you can explicitly set the order…
-
Sometime the best is only say "not possible" 😉 Don't go into using text prompts for dates, or be ready to answer 10 questions a day why the filter isn't working for ddmmyy, mm/dd/yyyy, dd-mm-yyyy etc.
-
Thanks for the edit of the question to make it more clear. I'm sure you will soon get some valid replies (Sunday is a bit calmer than the rest of the week, but who knows…)
-
Hi @Zuhair Amjad , Is this a question or you were trying to post some findings on how to change the behavior you describe but the main part of your post "disappeared" ?