Monday, January 10, 2011

Refresh Dashboard Automatically

                Lets now see how to refresh a dashboard page automatically once in every few seconds. This will refresh the entire page ofcourse. If you would want to refresh a part/ section of the page containing a report, then check this link.
                Go the 'Edit Dashboard' and beneath the reports, add a section with a 'Text' dashboard object inserted into it. In the Text, enter the below code as follows.

<META HTTP-EQUIV = "REFRESH" CONTENT = "3">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE" >
     
          This will refresh the page automatically in 3 seconds.

         You can then format the section to remove the borders and to turn off 'collapsible'.


  


         Now, when we save and see the dashboard, it will refresh the page every 3 seconds.

No comments:

Post a Comment