Select to view content in your preferred language

Syntax for Static Table

75
2
Wednesday
MathewBrown
Emerging Contributor

Hello,

I have been trying to find ways to keep a table I am using for my report template from repeating in the final template outcome. I tried using the $<summary> and $</> to close the table off on its' own page but every time I do this, it gives me a parsing syntax error that goes away once removed. Any ideas or thoughts would be greatly appreciated thank you. The table does contain two fields that are dynamic [$Project_Identifier and $Project_Name] that I need to use within the table that get the parsing error with the above summary syntax added on the page.

0 Kudos
2 Replies
Ruth_JiatengXu
Esri Regular Contributor

Hi @MathewBrown ,

Thanks for sharing here. If you put your table within $<summary> and $</>, you may need to use ${layerName | stats:"first, Project_Identifier"} to replace ${Project_Identifier}. The same applies to ${Project_Name}.

Here is the documentation for the report summary section: https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereportqueries.htm#ESRI_SECTION1_B...

Thanks,

Ruth

0 Kudos
MathewBrown
Emerging Contributor

Thanks again for the reply. Unfortunately it still seems to be recurring again.

0 Kudos