<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Summary Reports Geoprocessing Tool vs createReport REST API operation in ArcGIS Business Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-business-analyst-questions/summary-reports-geoprocessing-tool-vs-createreport/m-p/1325666#M969</link>
    <description>&lt;P&gt;A bit of a doh moment on my part. The answer to this was given to me by the BA team at the User Conference:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Import the template into BA desktop. This creates a template folder with several files, including report.xml&lt;/LI&gt;&lt;LI&gt;Parse report.xml looking for the content in question&lt;/LI&gt;&lt;LI&gt;Change the text, save the file&lt;/LI&gt;&lt;LI&gt;Run Summary Reports&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Tue, 05 Sep 2023 22:51:35 GMT</pubDate>
    <dc:creator>RobStauder</dc:creator>
    <dc:date>2023-09-05T22:51:35Z</dc:date>
    <item>
      <title>Summary Reports Geoprocessing Tool vs createReport REST API operation</title>
      <link>https://community.esri.com/t5/arcgis-business-analyst-questions/summary-reports-geoprocessing-tool-vs-createreport/m-p/1321835#M960</link>
      <description>&lt;P&gt;Hi all. Looking for some guidance here.&lt;/P&gt;&lt;P&gt;I'm prototyping a workflow that uses ArcGIS Business Analyst and a custom infographic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ArcGIS REST API operation, &lt;A href="https://developers.arcgis.com/rest/geoenrichment/api-reference/create-report.htm" target="_self"&gt;createReport&lt;/A&gt;, allows me to pass text strings to the infographic through the reportFields parameter. I set address and areadesc2 in the reportFields parameter and the text appears in the output PDF.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I try the same thing using the ArcGIS Business Analyst Desktop gp tool &lt;STRONG&gt;Summary Reports&lt;/STRONG&gt;, I can only set the &lt;STRONG&gt;Area Description Field&lt;/STRONG&gt; parameter, which seems to equate to the address field in REST.&lt;/P&gt;&lt;P&gt;How do I pass custom text to my infographic through the &lt;STRONG&gt;Summary Reports&lt;/STRONG&gt; tool?&lt;/P&gt;&lt;P&gt;Here's what I've tried:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Summary Reports output to PDF - Set the&amp;nbsp;&lt;STRONG&gt;Area Description Field&lt;/STRONG&gt; parameter. This works, but I also want to set areadesc2.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Summary Reports output to HTML -&amp;nbsp;Set the&amp;nbsp;&lt;STRONG&gt;Area Description Field&lt;/STRONG&gt; parameter. This does not display in the output HTML. However, I can edit the HTML's reportJson data to populate areadesc2 (it's in there under areaData - Headers - data - AREA_DESC2. Once I edit the HTML and refresh the page, the areadesc2 content will display.&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt; "areaData": [&lt;BR /&gt;{&lt;BR /&gt;"headers": {&lt;BR /&gt;"data": {&lt;BR /&gt;"STORE_ID": "0",&lt;BR /&gt;"AREA_ID": "16",&lt;BR /&gt;"StdGeographyName": "",&lt;BR /&gt;"StdGeographyID": "",&lt;BR /&gt;"StdGeographyLevel": "",&lt;BR /&gt;"AREA_DESC": "This is a test",&lt;BR /&gt;"STORE_NAME": "",&lt;BR /&gt;"STORE_ADDR": "",&lt;BR /&gt;"AREA_DESC2": "Simplicity boils down to two steps: Identify the essential. Eliminate the rest",&lt;BR /&gt;"STORE_LAT": "",&lt;BR /&gt;"STORE_LONG": "",&lt;BR /&gt;"SITE_NAME": "",&lt;BR /&gt;"ORIGINAL_OID": {&lt;BR /&gt;"name": "ORIGINAL_OID",&lt;BR /&gt;"alias": "ORIGINAL_OID",&lt;BR /&gt;"type": "esriFieldTypeDouble",&lt;BR /&gt;"value": 16&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"comparisonLevels": []&lt;BR /&gt;},&lt;/PRE&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 18:58:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-business-analyst-questions/summary-reports-geoprocessing-tool-vs-createreport/m-p/1321835#M960</guid>
      <dc:creator>RobStauder</dc:creator>
      <dc:date>2023-08-23T18:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Reports Geoprocessing Tool vs createReport REST API operation</title>
      <link>https://community.esri.com/t5/arcgis-business-analyst-questions/summary-reports-geoprocessing-tool-vs-createreport/m-p/1321870#M961</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/59900"&gt;@RobStauder&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; you for posting your inquiry with all of that helpful detail. We are following up with the team and will get back to you.&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 19:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-business-analyst-questions/summary-reports-geoprocessing-tool-vs-createreport/m-p/1321870#M961</guid>
      <dc:creator>esritony</dc:creator>
      <dc:date>2023-08-23T19:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Summary Reports Geoprocessing Tool vs createReport REST API operation</title>
      <link>https://community.esri.com/t5/arcgis-business-analyst-questions/summary-reports-geoprocessing-tool-vs-createreport/m-p/1325666#M969</link>
      <description>&lt;P&gt;A bit of a doh moment on my part. The answer to this was given to me by the BA team at the User Conference:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Import the template into BA desktop. This creates a template folder with several files, including report.xml&lt;/LI&gt;&lt;LI&gt;Parse report.xml looking for the content in question&lt;/LI&gt;&lt;LI&gt;Change the text, save the file&lt;/LI&gt;&lt;LI&gt;Run Summary Reports&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 05 Sep 2023 22:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-business-analyst-questions/summary-reports-geoprocessing-tool-vs-createreport/m-p/1325666#M969</guid>
      <dc:creator>RobStauder</dc:creator>
      <dc:date>2023-09-05T22:51:35Z</dc:date>
    </item>
  </channel>
</rss>

