Select to view content in your preferred language

Single Entity Report based off Map Point

100
1
Wednesday
DavidBittner
New Contributor

I've inherited an experience builder app that displays tabular data based on the user clicking on the map.

The user selects a point, and the client performs spatial intersects with multiple feature layers to get data associated to that point.

We want to be able to generate a report that contains the data relevant to the selected map point, including fields from any of the intersected feature layers as well as a map print out of an extent surrounding the point.

We had looked at using a custom report template via ArcGSI Pro but it seems like this is intended to be used on statically defined data sets.

Am I wrong in that conclusion? If so, does esri offer any solutions to the problem im describing?

0 Kudos
1 Reply
ShengdiZhang
Esri Regular Contributor

Hi @DavidBittner ,

I’d like to double-check your requirement: are you using a Query widget to generate output data sources and looking to print a report that includes those output data?

If so, this is possible using a subreport. The Near Me widget also uses an output data source, and you can follow a similar approach as described in this blog.

Additionally, in the next ArcGIS Online release, subreports will be hidden automatically if the data is empty. So, if there’s no output from the query, that part of the report will not be printed.

Does this meet your requirements?

Regards,

Shengdi

0 Kudos