HI
I searched the go url syntax (which we are using a lot) trying to find how to download an entire dashboard in excel format.
Will appreciate an answer with an example.
Thanks
Yossi
Hi,
Downloading a full dashboard in Excel first requires a special privilege.
The easiest way to find the link you need to use for that is simply to look at what happen when you click on that button in the menu in your OBIEE.
You will find what link to call if any or the JS function to use for it.
HI Gianni
Thanks for your answer!
I have the privilege to do that - I do it manually also - But when I do it, I do not see any change in the URL line which I could copy from..
also the "create prompted link" doesn't help here.
So I don't know what are the parameters expected here..
Haven't tried it out right now but isn't is just
&Action=Download&format=excel2007
in the URL?
Ref. https://docs.oracle.com/middleware/12212/biee/BIEIT/apiwebintegrate.htm#BIEIT357
Thanks, Christian.
But I tried this - doesn't work.
I didn't say it was a link (so a change in the URL in your browser)....
There are more chances it's done by JS, and you don't have a simple link to call for it but need to call a JS function (or at least go through the JS function calls to find out which is exactly executed and what it does).
As said I don't have a 11g around, but on a 12c for example when clicking on the "export entire dashboard to Excel" button this happen:
1) a javascript function is called
saw.dashboard.HandleLayoutClick(
"/shared/SampleApp/_portal/Sample Dashboard",
"Sales Summary",
"entireDashboard",
"excel"
);
2) inside "saw.dashboard.HandleLayoutClick" based on the 3rd parameter another action is executed, another function is called
saw.dashboard.exportToExcel(
false
3) this "saw.dashboard.exportToExcel" function does a bunch of things, it is the one running the download
All these JS functions are into /analytics/res/v-4jW6pbK4mhw/b_mozilla/dashboards/portalscript.js .
Again: this is a 12c instance, so yours may be different, but just by using your browser developer tool extension you will find out all that and analyse the code and the calls to find how you can reproduce that. I'm kind of sure a URL doing that doesn't exist, it's a pure JS thing, but look at the code and find out if you can trigger that in a way or another ...
Thanks a lot Gianni.
I will try that.
Ok so Gianni responded in the meantime so I'll add just one more thing:
Which "11g"?! You never stated it an that option didn't evevn exist before 11.1.1.7.
My version is 11.1.1.9.160119.
Thanks Yossi
1435218 wrote:"But I tried this - doesn't work."
So if you had been a bit clearer it'd have been easier :-P Tried it myself and got "Object expected: /shared/12/_portal/1234" for a dashboard and "Type mismatch of catalog object /shared/12/_portal/1234/123456 -- expected , got ."
Re-reading the doc again:
Downloading data in Excel. This is related to the syntax shown above but replaces the dashboard path with a report path, and adds syntax to download the data in Excel2007
So it looks like the GoURL just doesn't support downloading the whole dashboard.
I get it..unfortunately.
thanks a lot for your help.
So, I will have to wait for our upgrade to the OBI12..
Agenda Presentation: What's New in FDI 26.R3 Open Q & A: Ask your questions of implementation and product specialists Replays of past FDI CEAL Guidance Office Hours are available on Oracle VideoHub here. Fusion Data Intelligence - CEAL Guidance Office Hours The FDI Office Hours are hosted by CEAL solution architects who…
So when I click the apply button, it uses the value . Also. How do I stop the auto populate table when the report opens???? I am in OAC
Good day, please kindly assist. We are creating a graph to calculate the number of assets per milestones. However, the planners have only populated assets for only one milestone from the list of milestones the customer wants to track. Which gives an incorrect view as the project moves past different milestones that it has…
I scheduled the report in OTBI and the agent was run successfully. However, I do not receive the report after the run in my inbox. The addresses are properly recorded, and the report is in an excel format and saved as a pivot table in otbi. What can be the cause?
Anyone has any idea why the OAC documentation on custom viz is not available now? I was able to access till last week - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/build-package-extension.html. Does this mean OAC doesnt support custom viz or custom workbook extensions?
I made a parameter with letter range values… put it into a dashboard filter. Then I created an expression filter to bind it to my last name column in the table with the image I uploaded here. I am getting the following error??? Invalid Expression. Validation of parameter values failed. A general error has occurred. Message…