How to attach saiku to an application dashboard - saiku

i succeeded to add a cube in saiku analysis to visualiz tables, so my next step is to attach saiku to an application Dashboard.
The dashboard was made by HTML, then how i can do this? thanks for help.

You can use Saiku Dashboard or create your own Dashboard (static) with CSS/HTML/JS using SaikuEmbed.js.

Related

Run queries after page load

Sorry if this is not the proper place to post Oracle Apex questions. But I'll post anyway maybe someone could help.
I have an application with a dashboard as the homepage. The dashboard is full of Interactive Reports, Cards, Charts, etc. So basically it has more then 10 SQL queries.
My issue is it takes time to load the page because of the queries. So I'm looking for a way to defer the running of the queries and only try to auto run them after page load or once the DOM is ready and not stuck on the login page with the loading animation.
What are some possible ways to handle this issue?
For the IR/classic regions, you can use this lazy loading technique from Maxime
http://max-tremblay.blogspot.com/2018/05/lazy-loading-report.html
5.1+ OracleJET charts populate after page load already.
Alternatively, you could consider materialized views on your data
https://oracle-base.com/articles/misc/materialized-views

Re-deploy node-red dashboard from the UI

I have a dashboard made out of different template-, chart, text-input and text-output nodes. Is it possible to update, clear or re-deploy the whole dashboard with its many tabs at once with a button in the UI?
many thanks in advance.
It doesn't make sense to redeploy the Dashboard UI.
If you make a change to the flow that creates the dashboard, then the dashboard will automatically update when you deploy the flow.

How to display last refresh status of OBIEE Report in Another website?

I have around 20 OBIEE Reports and these Reports automatically refreshed after a certain time period (different for each report). Users navigate to these reports through my SharePoint site home page. Now, I want to display which report is refresh at time in SharePoint page.
Is there any way I can achieve this capability?
Please let me know if requirement is not clear.
Not sure if you comprehend how OBI and analytical systems work but let me make something clear:
It is NOT the "OBIEE Report" getting refreshed.
First of all because OBI uses "Analyses" whereas BIP uses "Reports".
Second and most importantly it is because the DATA SOURCES are refreshed. The "analysis" is just a visualization container and nothing else. OBIEE does not store or persist data.

Unable to use the kibana-time-plugin

I am using kibana 5.4.3. I have created dashboards with time as one of the axis in many visualizations. I need the time filter for the dashboard to be useful. But when i embed the dashboard on my website, the time filter is not visible. I tried the kibana-time-plugin(github link to that plugin). I followed the steps in the readme markdown. But i am not able to use the plugin. Please help me get the plugin working on my dashboard.

Spotfire Webplayer Auto Refresh 6.5.2

I am looking for the solution for Spotfire Webplayer Auto Refresh for version 6.5.2
I am aware of a similar question being asked in the forum, but the answer has not been able to resolve my query.
What I have done:
I have the information link connected to a Oracle table and this Information link is being reloaded periodically every 5 minutes.( The solution in the previous posts).
The users are logging into the webpayer, every time they want to see the latest values in the visualizations.So basically, they are closing the visualization and reopening it.
What is the query:
Users need not close and open the visualizations to see the latest values. The webplayer screen should automatically refresh in periodic intervals and show the latest values.It should be like a page reload in the browser in regular intervals.
Can anyone help me with this query?
Regards,
Kaka
Spotfire provides possibility to add the JavaScript to the dashboard so perhaps adding JavaScript that would reload the page at particular interval would be your bet here ?
Please check the link https://docs.tibco.com/pub/spotfire/6.0.0-november-2013/userguide-webhelp/text/text_javascript_example_scripts.htm.

Resources