Stephan,
This is on the roadmap and should be available by the end of the year.
-Dan
This feature is now available in Business Analyst with the custom data setup workflow described here:
Custom data setup—Business Analyst Web App | ArcGIS
This allows for the creation of a feature layer in your online or Portal organization with accompanying metadata that describes how to statistically apportion or calculate data. These layers or "statistical data collections" can then be used with the enrich method and in workflows within the BA web app such as Color Coded Maps and comparison reports. Custom reports can also be built using your own variables from these layers.
When calling the REST API, an enrich request uses the analysisVariables parameter to specify the portal itemid and individual variables:
analysisVariables=[{"itemid":"YourItemID","url":"https://www.arcgis.com/","outFields":["OWNER_CY","HHPOP_CY","RENTER_CY","TOTHU_CY","TOTPOP_CY","VACANT_CY"],"token":"YourToken"}]
Input XY locations—ArcGIS REST API: GeoEnrichment Service | ArcGIS for Developers
Hope this helps!
Daniel Stauning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.