Has anyone found a solution to this problem? I am using 6.6.3 and this bug still seems to be around. I was able to get around the initial errors by using the below "selection" in the timeline charts in my dashboard but once a selection is made on one of the timeline charts then it seems to cancel and rerun the searches for the number of timeline charts on the dashboard that is using the below selection. i.e. If there are 3 charts using this selection then the dashboard will be refreshed 3 times.
<select>
<eval token="form.TimeRange.earliest">if(isnotnull($start$),$start$,$form.TimeRange.earliest$)</eval>
<eval token="form.TimeRange.latest">if(isnotnull($end$),$end$,$form.TimeRange.latest$)</eval>
</select>
... View more