US and Worldwide: +1 (866) 660-7555
Results 1 to 3 of 3

Thread: Refreshing dashboard or dashboard component

  1. #1
    Join Date
    Aug 2008
    Posts
    187

    Default Refreshing dashboard or dashboard component

    Is there a way to refresh whole dashboard or dashboard component ?
    I have a dashboard component (CCC Line chart) that has to be refreshed every hour, because we're going to display data on hourly basis.
    Thanks.

  2. #2

    Default

    use Refresh Period option in cde.

  3. #3
    Join Date
    Aug 2008
    Posts
    187

    Default

    Thanks for the pointer paulo.. I just put this code
    function(){ this.refreshPeriod = 30 }
    in pre execution part of the line chart component (ccc line chart component doesn't have refresh period property, I use cde bundle 1.0 RC3) and set cache setting to false in data source. The component gets refreshed every 30 seconds.
    Last edited by nashrul; 11-14-2011 at 11:57 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •