Hello,
I have a dataset comprised of a very large number of points. I have list, detail, and series chart widgets set up in a dashboard. The problem is they all three try to display information for every point within the data frame, whether or not the features are turned on.
This means that when the dashboard is first open, it takes forever to load (usually throwing up one or two, "Are you sure you want to keep waiting for this thing?" messages before it does), because the dashboard is trying to populate these widgets with information from 10,000 points, even though they are not initially visible.
Is it possible to "tell" the widgets to only display data for selected features and/or to not ignore the data layer when it is not turned on?
Or, is it possible to put a scale-dependency on the widgets? I have investigated, so if it is possible to do any of these and it is clearly described in the documentation, apologies in advance 😕 If it's not possible, it should be 
Thank you,
Randy McGregor