We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support displaying unique values for non-domain fields.
ValueTypeChooser has already been started for this purpose, but isn't fully implemented.
ValueTypeChooser
props.selectedValueType can be supplied as 'value' or 'unique' to change the value input being displayed.
props.selectedValueType
https://services1.arcgis.com/BteRGjYsGtVEXzaX/arcgis/rest/services/LA_Bay_2017/FeatureServer/0/query?f=json&returnGeometry=false&spatialRel=esriSpatialRelIntersects&outFields=*&groupByFieldsForStatistics=lat&outStatistics=%5B%7B%22statisticType%22%3A%22count%22%2C%22onStatisticField%22%3A%22lat%22%2C%22outStatisticFieldName%22%3A%22countOFlat%22%7D%5D&outSR=102100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support displaying unique values for non-domain fields.
ValueTypeChooser
has already been started for this purpose, but isn't fully implemented.props.selectedValueType
can be supplied as 'value' or 'unique' to change the value input being displayed.Screenshot from ArcGIS Online
Sample query to get unique values (with count for each, for ordering):
https://services1.arcgis.com/BteRGjYsGtVEXzaX/arcgis/rest/services/LA_Bay_2017/FeatureServer/0/query?f=json&returnGeometry=false&spatialRel=esriSpatialRelIntersects&outFields=*&groupByFieldsForStatistics=lat&outStatistics=%5B%7B%22statisticType%22%3A%22count%22%2C%22onStatisticField%22%3A%22lat%22%2C%22outStatisticFieldName%22%3A%22countOFlat%22%7D%5D&outSR=102100
The text was updated successfully, but these errors were encountered: