I have a scheduled report that I have set up as a dashboard panel to display the results of the report alongside other important information. However, when I open the dashboard, it appears that the search runs from the beginning, instead of just displaying the results of the last report run.
Here is the code from the dashboard source:
<panel>
<chart>
<title>PanelTitle</title>
<search ref="ReportName"></search>
<option name="charting.chart">column</option>
<option name="charting.chart.showDataLabels">all</option>
<option name="charting.drilldown">all</option>
</chart>
</panel>
details of the report that might help: This scheduled report runs daily at 0:00. Its time range is last 7 days. It is shared at the app level, and was created by search and choosing "Save As Report", and is owned by the same account that was used to create the dashboard