Thanks for the answer. I'm not using an old version of Sideview (I'm on 2.4.1). However, I think you're right -- the issue is almost certainly what goes before in the dashboard...
See below. I suspect the issue is the fact that I have a URL loader (with updating enabled) and a Time range picker.
If this isn't going to work, can you tell me how I can achieve what I need please?
- I need a timerange picker that allows the user to specify what time range the searches in the page should be run over. This should affect all searches except for those used to populate the dropdowns (which always just run over the last week)
- I need the URL Loader, and furthermore the page must support both the timerange picker, and the dropdowns that are populated using the saved search, picking up default values from the URL.
Is what I'm trying to do possible?
Many thanks for your help.
*
2
False
<module name="URLLoader" layoutPanel="viewHeader">
<param name="keepURLUpdated">True</param>
<module name="TimeRangePicker" layoutPanel="viewHeader">
<param name="searchWhenChanged">True</param>
<param name="default">Last 24 hours</param>
<param name="label">Time period to report on</param>
<module name="SavedSearch" autoRun="True" layoutPanel="viewHeader">
<param name="name">
populate_dropdowns
</param>
... View more