<?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 Creating Report with Python in ArcGIS 10 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214772#M16548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I apologize if this has already been asked before, but I am not finding very much information.&amp;nbsp; I have a python script that summarizes data and creates a new table in ArcMap 10.&amp;nbsp; I also have created a report (.rlf) to load the data into.&amp;nbsp; Is there a way, using Python, to load a report like you can do manually?&amp;nbsp; I would like the script to create the report and export it as a pdf.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Nov 2011 16:03:49 GMT</pubDate>
    <dc:creator>CynthiaKozma</dc:creator>
    <dc:date>2011-11-01T16:03:49Z</dc:date>
    <item>
      <title>Creating Report with Python in ArcGIS 10</title>
      <link>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214772#M16548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I apologize if this has already been asked before, but I am not finding very much information.&amp;nbsp; I have a python script that summarizes data and creates a new table in ArcMap 10.&amp;nbsp; I also have created a report (.rlf) to load the data into.&amp;nbsp; Is there a way, using Python, to load a report like you can do manually?&amp;nbsp; I would like the script to create the report and export it as a pdf.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 16:03:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214772#M16548</guid>
      <dc:creator>CynthiaKozma</dc:creator>
      <dc:date>2011-11-01T16:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Report with Python in ArcGIS 10</title>
      <link>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214773#M16549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not currently at 10.0.&amp;nbsp; At 10.1 we've introduced a new arcpy.mapping ExportReport function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a snippet from the 10.1 help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Summary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exports a formatted, tabular report using data from layers or stand-alone tables in a map document along with the report template information that is provided in a report layout file (.rlf). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Discussion&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The ExportReport function provides a mechanism to automate the generation of reports that are originally authored in a map document (.mxd) using the reporting tools available in ArcMap. A report layout file authored in ArcMap is a template that stores information about the content and placement of the items in a report. The report layout file is used along with the source data in a map document to create output reports. The source data can also have associated joins and related table information that is used within the report. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 13:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214773#M16549</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2011-11-02T13:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Report with Python in ArcGIS 10</title>
      <link>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214774#M16550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Excellent!&amp;nbsp; Thanks, Jeff.&amp;nbsp; Looking forward to 10.1 coming out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 22:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214774#M16550</guid>
      <dc:creator>CynthiaKozma</dc:creator>
      <dc:date>2011-11-04T22:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Report with Python in ArcGIS 10</title>
      <link>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214775#M16551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeff, can this be done right now in ArcGIS 10 manually (e.g. does reporting functionality currently support related tables to be included in the report output?).&amp;nbsp; Note i am not wanting to call this via python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As i understand it, reporting is now based on active reports &amp;amp; therefore i would anticipate that it can handle it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 14:21:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214775#M16551</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-11-09T14:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Report with Python in ArcGIS 10</title>
      <link>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214776#M16552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brad - I seem to be following the same path as you with respect to digging up info on how to create a report that includes information from a related table (ArcMap10). Did you have any success with this? My search is leading nowhere...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 13:45:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214776#M16552</guid>
      <dc:creator>MichaelDesroches</dc:creator>
      <dc:date>2011-11-18T13:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Report with Python in ArcGIS 10</title>
      <link>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214777#M16553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately Reports at ArcGIS 10 do not support working with related tables. This functionality will be supported at ArcGIS 10.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 16:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-report-with-python-in-arcgis-10/m-p/214777#M16553</guid>
      <dc:creator>ChrisFox3</dc:creator>
      <dc:date>2012-01-18T16:47:21Z</dc:date>
    </item>
  </channel>
</rss>

