<?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: Python to run .rlf reports in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-to-run-rlf-reports/m-p/79215#M6391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;basically the idea is to load previous .rlf reports, update them through running them and saving them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the process has to be automated say to be done once per week automatically, so my outlook can email (scheduled emails) the updated reports to relevant people... I'm not sure if ExportReports can do this, besides I 'm new to scripting in Python...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you think this function can solve the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2013 19:43:23 GMT</pubDate>
    <dc:creator>RyanFadd</dc:creator>
    <dc:date>2013-02-14T19:43:23Z</dc:date>
    <item>
      <title>Python to run .rlf reports</title>
      <link>https://community.esri.com/t5/python-questions/python-to-run-rlf-reports/m-p/79213#M6389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created reports using the reports functionality in 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have the Data Reviewer, but I would like to use Arcpy to periodically run a .rlf report, and save it in the same location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea on how to have it done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 00:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-to-run-rlf-reports/m-p/79213#M6389</guid>
      <dc:creator>RyanFadd</dc:creator>
      <dc:date>2013-02-14T00:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Python to run .rlf reports</title>
      <link>https://community.esri.com/t5/python-questions/python-to-run-rlf-reports/m-p/79214#M6390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/ExportReport/00s300000062000000/"&gt;ExportReport&lt;/A&gt;&lt;SPAN&gt; function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 14:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-to-run-rlf-reports/m-p/79214#M6390</guid>
      <dc:creator>JeffMoulds</dc:creator>
      <dc:date>2013-02-14T14:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Python to run .rlf reports</title>
      <link>https://community.esri.com/t5/python-questions/python-to-run-rlf-reports/m-p/79215#M6391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;basically the idea is to load previous .rlf reports, update them through running them and saving them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the process has to be automated say to be done once per week automatically, so my outlook can email (scheduled emails) the updated reports to relevant people... I'm not sure if ExportReports can do this, besides I 'm new to scripting in Python...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you think this function can solve the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 19:43:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-to-run-rlf-reports/m-p/79215#M6391</guid>
      <dc:creator>RyanFadd</dc:creator>
      <dc:date>2013-02-14T19:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Python to run .rlf reports</title>
      <link>https://community.esri.com/t5/python-questions/python-to-run-rlf-reports/m-p/79216#M6392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Jeff&lt;BR /&gt;Thanks for the reply&lt;BR /&gt;basically the idea is to load previous .rlf reports, update them through running them and saving them.&lt;BR /&gt;the process has to be automated say to be done once per week automatically, so my outlook can email (scheduled emails) the updated reports to relevant people... I'm not sure if ExportReports can do this, besides I 'm new to scripting in Python...&lt;BR /&gt;Do you think this function can solve the issue?&lt;BR /&gt;Kind regards&lt;BR /&gt;Ray&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, thats exactly what the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/ExportReport/00s300000062000000/"&gt;ExportReport&lt;/A&gt;&lt;SPAN&gt; function does, check out the code samples at the bottom of the help topic they are passing in a layer, the rlf, and then specifying where to output the report.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 20:50:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-to-run-rlf-reports/m-p/79216#M6392</guid>
      <dc:creator>ChrisFox3</dc:creator>
      <dc:date>2013-02-14T20:50:30Z</dc:date>
    </item>
  </channel>
</rss>

