<?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 PROC REPORT with SVG Animation in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-REPORT-with-SVG-Animation/m-p/248535#M9020</link>
    <description>&lt;P&gt;Does anyone know if Proc report works with SVG animations? &amp;nbsp;The SVG documentation says it works with the "G" procedures (GCHART, GPLOT etc,) but I am wondering why a proc report would not work? &amp;nbsp;I am trying to use the code below to create a table animation that loops by month. &amp;nbsp;The proc reports are created just fine, but instead of creating a loop that cycles through 12 months, it just shows 12 different proc reports. &amp;nbsp;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;filename odsout '.';&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;goptions reset=all device=svg border cback=white hby=0;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;options svgheight="400px" svgwidth="600px" nodate nonumber &lt;BR /&gt; animation=start animloop=yes animduration=.5 noanimoverlay;&lt;BR /&gt; &lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods html5 file='svg_loopplot.html' path = odsout options(svg_mode='inline');&lt;/P&gt;
&lt;P&gt;proc report data=Final NOWD LS=120 HEADLINE HEADSKIP split="*" contents='';&lt;BR /&gt; by month;&lt;BR /&gt; columns Per1 Per2 Per3 Per4; &lt;BR /&gt;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;ods _all_ close;&lt;BR /&gt;ods listing;&lt;/P&gt;</description>
    <pubDate>Sun, 07 Feb 2016 17:49:14 GMT</pubDate>
    <dc:creator>P5C768</dc:creator>
    <dc:date>2016-02-07T17:49:14Z</dc:date>
    <item>
      <title>PROC REPORT with SVG Animation</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-REPORT-with-SVG-Animation/m-p/248535#M9020</link>
      <description>&lt;P&gt;Does anyone know if Proc report works with SVG animations? &amp;nbsp;The SVG documentation says it works with the "G" procedures (GCHART, GPLOT etc,) but I am wondering why a proc report would not work? &amp;nbsp;I am trying to use the code below to create a table animation that loops by month. &amp;nbsp;The proc reports are created just fine, but instead of creating a loop that cycles through 12 months, it just shows 12 different proc reports. &amp;nbsp;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;filename odsout '.';&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;goptions reset=all device=svg border cback=white hby=0;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;options svgheight="400px" svgwidth="600px" nodate nonumber &lt;BR /&gt; animation=start animloop=yes animduration=.5 noanimoverlay;&lt;BR /&gt; &lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods html5 file='svg_loopplot.html' path = odsout options(svg_mode='inline');&lt;/P&gt;
&lt;P&gt;proc report data=Final NOWD LS=120 HEADLINE HEADSKIP split="*" contents='';&lt;BR /&gt; by month;&lt;BR /&gt; columns Per1 Per2 Per3 Per4; &lt;BR /&gt;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;ods _all_ close;&lt;BR /&gt;ods listing;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 17:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-REPORT-with-SVG-Animation/m-p/248535#M9020</guid>
      <dc:creator>P5C768</dc:creator>
      <dc:date>2016-02-07T17:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT with SVG Animation</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-REPORT-with-SVG-Animation/m-p/249724#M9055</link>
      <description>&lt;P&gt;Hi Proc REPORT does not create any type of graphical output, ie no image. So this is why it can not be animated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 16:17:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-REPORT-with-SVG-Animation/m-p/249724#M9055</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2016-02-12T16:17:39Z</dc:date>
    </item>
  </channel>
</rss>

