Generate Feature Report directly by URL Parameters

6649
33
07-17-2021 02:00 PM
Hussam_AlJabri
Occasional Contributor III

 

 

I designed two smart forms for my company and leverage the data to be in the dashboards where the end-users could generate the feature reports by configuring the popup in the webmap and adding the URL to generate feature reports.

What I did exactly was using the URL parameters of the report as below:

https://survey123.arcgis.com/surveys/XXXXXX/data?report=templateItemId:XXXXXX;format:pdf;objectIds:all;mergeFiles:nextPage&extent=58.3926,23.5739,58.3966,23.5744&filter=(0.dss_gis_objectid%20is%${dss_gis_objectid})

There might be the possibility to enhance the generating report by URL and adding all the fields in the report panel as a URL parameters of the "report="

report=
Select a template: templateItemId:XXXXXX;
Format: format:pdf;
Choose records to include: 
objectIds:all;
Output settings: 
mergeFiles:nextPage;

My sugession to add:
Tags (1)
33 Comments
MajidAlabrawi1

hi @ZhifangWang , @ChristopherCounsell 

 

actually , i have work on the generating report tool embedded in dashboard the token will be updated directly once you open the dashboard 

MajidAlabrawi1_0-1706694193684.png

 

LouisDECOMBE

hi @MajidAlabrawi1 

i'm interested about your solution in dashboard if you can explain us how you did.
 
Thank you
 
 
MajidAlabrawi1

hi  @LouisDECOMBE , 

 

sure, soon I will share the full solution in GitHub and how to deploy it in enterprise and AGO 

 

i will let you know when its live