Hello , for refreshing the data in my dashboard , i always go to the refresh button ( see picture below ) , i wanna know if there is a solution to automaticaly autorefresh the data in the execution ? Thank you
There are several tools , you can use for auto refreshing a webpage (eg: Refresh Monkey or Autorefresh for chrome)
Here's an example of using a simple java-script to achieve the same: https://www.jamescoyle.net/how-to/1907-javascript-to-refresh-all-obiee-dashboard-analysis
using a javascript in the section will have impact for the whole system and all users. It the requirement is only for one user, it will not work.
Asim,
Your suggestion (If I understand correctly) will refresh the webpage which is different from an actual refresh using the refresh option:
In Obiee12c Dashboard refresh forces Obiee to requery data from the database and caching will not be used.
for that we can use a disable_cache_Hit in the advanced tab
John305 wrote:i wanna know if there is a solution to automaticaly autorefresh the data in the execution ?
What do you mean "automatically autorefresh data in the execution" ?
Start by defining what you really look for and then there are chances that one of the few things posted above will work.
Are you looking for a way to refresh the data based on a timer? So you keep the page open and it refresh from time to time? Do you have something else in mind?
Is it for a single analysis or the whole page? Is it just for you or for all the users of that page?
The more precise you are, the better the answer is ...
PS: also doesn't hurt to say which version of OBIEE you use as some answers can depend on the version.
The tools you suggest would still not do a actual data refresh but just a page refresh (F5)
Are you wanting to trigger an ETL refresh from an OBIEE page?
No, I assume the original poster wants to refresh because the dashboard uses (near) real-time data. Otherwise I do not really see the point of an automatic refresh.
Hi John,
you can just use following javascript code inside your dashboard using a text box component;
this will make the screen automatically refresh. You can also set up the timing in milliseconds.
Marco
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M