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.
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.
use Refresh Period option in cde.
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.