Hello,
I'm trying to set up a Dashboard (10.9.1 Portal) using the feature service from a Collection in Monitor. The specific element I'm configuring is to get a count of all of the instance saturation alerts over time, grouped by service name. However, I've noticed that the query is only returning 1000 records at a time - is there a way to change this? I'm not sure how to get at the service properties since the service is hosted by Monitor.
Thanks,
Chris
Solved! Go to Solution.
This is governed in ArcGIS Monitor Server by the Maximum Record Count setting (Administration > Server > Maximum Record Count).
However, this is set to 10,000 by default. If you haven't changed this setting, then I suspect the limitation is being imposed on the Dashboard side.
Josh
Hey @ShaunLangley,
If you query the feature service outside of Arcade (i.e. using a REST client like Postman), do you see the same behavior? I suspect that the feature count is being limited by your client a.k.a. Arcade.
Josh
This is governed in ArcGIS Monitor Server by the Maximum Record Count setting (Administration > Server > Maximum Record Count).
However, this is set to 10,000 by default. If you haven't changed this setting, then I suspect the limitation is being imposed on the Dashboard side.
Josh
Perfect, I should have thought to look there, thank you. I'll look into a possible limitation on the Dashboard side of things and comment back on this thread if I find anything.
Thanks again,
Chris
I stumbled on this post while researching my own problem. I'm experiencing the same behavior, however my configuration is currently set to the default value. My issue is documented here https://community.esri.com/t5/developers-questions/feature-count-limit-in-a-for-loop/td-p/1347324.
Hey @ShaunLangley,
If you query the feature service outside of Arcade (i.e. using a REST client like Postman), do you see the same behavior? I suspect that the feature count is being limited by your client a.k.a. Arcade.
Josh