Comments
-
The miracles of "Search" field ... OBIEE 12C client installation issue Looks like the same exact thing: so contribute to that one.
-
To have a link you use from outside OBIEE you have to manage the authentication first. OBIEE will do something only with a valid session. The actual link to export in CSV does a POST call to a page with lot of parameters (including the session) and the result is the CSV file to download. Just an example: As you can see…
-
7688438 wrote:Gianni, We have the export link but instead of login to BI select the report parameters and download it into CSV.Our users wants the direct URL which dowbloads the reports into CSV. Reason is:we have 340 reports which has to be exported to CSV every day Each report size is 15 to 20 MB. Thanks Ram Don't you…
-
Hi, What kind of menu are you talking about? Adding things on the OBIEE top-bar menus? (next to "home", "new" etc.) Or just a menu inside the dashboard as an HTML element?
-
Why don't you display the export link at the bottom of the analysis? It contains the link for CSV
-
Hi, To replace the logo you must add a custom style where you will replace inside the oracle_logo.png (can't remember if the name was that already in 11g, also because there are 20 different 11g versions). And not randomly replace files on the disk just like that (except if you want to lose the changes at the next patch or…
-
Do you have restrictions on what you are allowed to do on your machine? (often professional laptops / workstations can be limited etc.) The client is just an EXE, so as long as you can install things on your machine it install fine by itself.
-
Christian gave you the answer already 11g was nice and friendly and was doing something you are supposed to do yourself as part of your development process: version the RPD. 12c gave up doing things which aren't its main job, no versioning anymore. The RPD managed in 12c is a bit more complex than what you saw ... When you…
-
Be ready to spend lot of time for little result Carsten PDF printing is kind of random ... You can easily spend 2-3 hours to print a single analysis nicely in PDF, so for a dashboard page it can only get worse ... So far I do not have miracle solutions, every time you change 1 setting there are 5 other things moving in the…
-
I thought at that at the beginning but in my test (with or without final slash) it made no difference And if that's the error the guy who coded BVT must definitely learn how to return smart error messages
-
Is it a fresh 12c install? Do you maybe have the env variable DISPLAY set? The more you give, the more you get:
-
Nothing out of the box as it worked fine on my side when tested ... Personally I would open the scripts and try to find out inside what happen and where ... but there is no guarantee of success but for sure you will "invest" time. BVT always worked fine for me both on Windows and linux, but I admit I used it mainly on…
-
Why do you look directly for a workaround-do-it-yourself-by-hand way? Use the standard process, read the doc and follow the steps of the doc. If it doesn't work, and after analysing issues you can do thing by command line. The command line tools are the ones included in OBIEE: runcat.sh , datamodel.sh Nothing special. But…
-
Without at least 8Gb you better do not start the tool. The more you have the better it is, I would go for 10-12 for a personal sandbox where to make some tests. If it is for any other needs than personal tests you maybe want to size your environment in a more precise way ...
-
Just a quick question: you mentioned "PDF view", so you want to reduce space on screen in your browser or want to reduce it to print out a nice PDF (or better looking at least) ?
-
Did you read the doc? There is quite a lot written about the 11g to 12c upgrade... The change of OS isn't really going to be an issue (transparent for the RPD and catalog content in the end)
-
Not possible ... when you install Oracle Linux it suggest partitioning and filesystem etc. Do not confuse things: filesystem has nothing to do with OBIEE, so of course don't expect the OBIEE installer to help you for that. You install OBIEE on a running server, so take the filesystem your sysadmin choose or suggest or just…
-
The one the installer suggest is good enough ... Just follow the suggestions, if needed adapt partitions and let everything else default.
-
Hi, It's actually a simple extension of the one you linked .... To have a link which open a mail with multiple recipients the only difference is that instead of <a href="mailto:user1@email.com">link</a> you must add the recipients separated by a " , " without spaces in between. So something like <a…
-
Hi, Your syntax seems fine ... Just tested on one of my BVT results using: bin\obibvt -compareresults Results\bvt_results Results\master_results -config config.xml It just worked fine ... Can you give it a try somewhere else downloading the BVT from…