function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
F22RaptorF22Raptor 

A Refreshable custom filter for a dashboard

Hi,

 I am trying to create a refreshable dashboard that needs to be refreshed every minute. So i start with desiging a report. 

 

Now, the report has the createddate (which has date and time) which is one of my filter. But i filter for data only after 3:00 am. Now my question is, 

 

- How to create a refreshable dashboard

- How to have the date change to current day automatically, but the time stays constant at 3:00 am. 

 

Ex: Today the data for the dashboard should be showing data after 9/25/2013 3:00 am

Tomorrow without any intervention, the dashboard should show data for  after 9/26/2013 3:00 am

 

Please advise.

 

Thanks.

IspitaIspita
Are you using a VF component to show the changing date?
Ideally a in-eligent way of refreshing dashboard is through Home Page using javascript code ., but its very annonying!!