<?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: arcpy.mapping exportToJPG/exportToPDF does not display the table in my layout in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/arcpy-mapping-exporttojpg-exporttopdf-does-not/m-p/238110#M2545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dynamic tables won't work with Data Driven Pages.&amp;nbsp; Adding tables to a layout worked well for single page MXDs.&amp;nbsp; This is something we plan to address in a future release (it won't be 10.1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A Python solution is available that simulates dynamic "graphic" tables.&amp;nbsp; Check out the following link on the Resource Center:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=8C8E6EB6-1422-2418-A0B8-6AA61BF57894"&gt;http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=8C8E6EB6-1422-2418-A0B8-6AA61BF57894&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 13:50:31 GMT</pubDate>
    <dc:creator>JeffBarrette</dc:creator>
    <dc:date>2011-10-06T13:50:31Z</dc:date>
    <item>
      <title>arcpy.mapping exportToJPG/exportToPDF does not display the table in my layout</title>
      <link>https://community.esri.com/t5/mapping-questions/arcpy-mapping-exporttojpg-exporttopdf-does-not/m-p/238109#M2544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good afternoon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been working on a script to export multiple data driven pages including a table that updates based on a definition query.&amp;nbsp; I have added information from an attribute table using "Add table to layout.&amp;nbsp; According to a blog I read this table should update automatically based on any changes made to the attribute table. &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Support/blogs/mappingcenter/archive/2010/01/18/Using-Tables-in-an-ArcMap-Layout.aspx"&gt;http://blogs.esri.com/Support/blogs/mappingcenter/archive/2010/01/18/Using-Tables-in-an-ArcMap-Layout.aspx&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; My first problem, is in order to get the table to update in the layout I have to open and close the properties before I see the changes.&amp;nbsp; Also, I have to re-add the table each time I open ArcMap to get it to establish the link to the source table (otherwise the table is empty).&amp;nbsp; These are minor annoyances, but the biggest issue I have is that when I export pages one of two things happens:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. If I export a single page PDF from the layout in ArcMap, the table in the PDF has no boundary or column lines; exporting as a single page JPEG seems to work okay&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If I export multiple pages using a Python script, the table does not appear at all no matter what file format I use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to resolve some of these issues so that I can export multiple pages at once via Python and still maintain the appearance of the layout, i.e. the table needs to show up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone had any success dealing with similar issues?&amp;nbsp; I am looking into other options to incorporate a dynamic table into my layout, but I would still like to know what's causing these problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shawn O.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Tech&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 20:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcpy-mapping-exporttojpg-exporttopdf-does-not/m-p/238109#M2544</guid>
      <dc:creator>ShawnONeil</dc:creator>
      <dc:date>2011-10-05T20:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.mapping exportToJPG/exportToPDF does not display the table in my layout</title>
      <link>https://community.esri.com/t5/mapping-questions/arcpy-mapping-exporttojpg-exporttopdf-does-not/m-p/238110#M2545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dynamic tables won't work with Data Driven Pages.&amp;nbsp; Adding tables to a layout worked well for single page MXDs.&amp;nbsp; This is something we plan to address in a future release (it won't be 10.1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A Python solution is available that simulates dynamic "graphic" tables.&amp;nbsp; Check out the following link on the Resource Center:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=8C8E6EB6-1422-2418-A0B8-6AA61BF57894"&gt;http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=8C8E6EB6-1422-2418-A0B8-6AA61BF57894&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 13:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcpy-mapping-exporttojpg-exporttopdf-does-not/m-p/238110#M2545</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2011-10-06T13:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.mapping exportToJPG/exportToPDF does not display the table in my layout</title>
      <link>https://community.esri.com/t5/mapping-questions/arcpy-mapping-exporttojpg-exporttopdf-does-not/m-p/238111#M2546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the clarification.&amp;nbsp; I've been working on the Python solution, it does look like a good workaround.&amp;nbsp; Hopefully I can make it work for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shawn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 15:05:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/arcpy-mapping-exporttojpg-exporttopdf-does-not/m-p/238111#M2546</guid>
      <dc:creator>ShawnONeil</dc:creator>
      <dc:date>2011-10-06T15:05:14Z</dc:date>
    </item>
  </channel>
</rss>

