<?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 multiple columm report in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/multiple-columm-report/m-p/373786#M3965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm preparing a arcpy based toolbar for generating cadastral reports.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The expected result is a pdf document with a map series and a report with a list of parcels.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is that I need to fit parcel list in less pages as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tryed to use the ArcGIS report but I don't know how to set up parcel list in several columms per page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I only able to put all parcels stack in one column, so it takes several pages to show all parcels.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone tell me how to fix this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Nov 2012 09:19:08 GMT</pubDate>
    <dc:creator>Jose_FranciscoSánchez_Díaz</dc:creator>
    <dc:date>2012-11-05T09:19:08Z</dc:date>
    <item>
      <title>multiple columm report</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-columm-report/m-p/373786#M3965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm preparing a arcpy based toolbar for generating cadastral reports.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The expected result is a pdf document with a map series and a report with a list of parcels.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is that I need to fit parcel list in less pages as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tryed to use the ArcGIS report but I don't know how to set up parcel list in several columms per page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I only able to put all parcels stack in one column, so it takes several pages to show all parcels.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone tell me how to fix this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 09:19:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-columm-report/m-p/373786#M3965</guid>
      <dc:creator>Jose_FranciscoSánchez_Díaz</dc:creator>
      <dc:date>2012-11-05T09:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: multiple columm report</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-columm-report/m-p/373787#M3966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here are 3 sample apps on ArcGIS Online that use DDP and Python to display tabular data on the layout:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=3a525b986b774a3f9cbbd8daf2435852" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=3a525b986b774a3f9cbbd8daf2435852&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=af4fe32a93554eadbd3be3b0e55326be" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=af4fe32a93554eadbd3be3b0e55326be&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=0588e23e83f245afaa8501e84e7b25e5" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=0588e23e83f245afaa8501e84e7b25e5&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 13:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-columm-report/m-p/373787#M3966</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-11-06T13:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple columm report</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-columm-report/m-p/373788#M3967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you jefff!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That examples didn't fit to my specific needs, but where very usefull to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I finally created the reports with acces and export them to pdf with VBA. Once every report and map series where created I merged it into one document following one of the examples with python.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 12:27:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-columm-report/m-p/373788#M3967</guid>
      <dc:creator>Jose_FranciscoSánchez_Díaz</dc:creator>
      <dc:date>2012-11-08T12:27:22Z</dc:date>
    </item>
  </channel>
</rss>

