<?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 Create multiple outputs/print with automatic changing VA filter in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-multiple-outputs-print-with-automatic-changing-VA-filter/m-p/390243#M7993</link>
    <description>&lt;P&gt;Hi fellow VA-users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using VA 7.3 and trying to do, what inevitable will be a task for many...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is what I would like to do:&lt;/P&gt;
&lt;P&gt;- Create a document with lots of text and embedding VA content (a neat report for our customers)&lt;/P&gt;
&lt;P&gt;- VA content (graphs/tables/etc) varies based on a simple criteria (name of customer)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What drives me crazy:&lt;/P&gt;
&lt;P&gt;- VA content can be filtered manually changing a report prompt within VA - I don't like the manual part&lt;/P&gt;
&lt;P&gt;- Between 60-70 reports has to be created, each having different filter&lt;/P&gt;
&lt;P&gt;- It should be mostly&amp;nbsp;automatic, as this has to be done every quarter, and errors are not an option&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried looking into SAS Add-in for Office, but it seems I cannot script (VBA) the filter/prompt in 2G reports. I actually expected this option would work.&lt;/P&gt;
&lt;P&gt;I've tried importing the 2G-report into Enterprise Guide, but it seems I cannot really do anything with the report after it has been imported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So..what are my options? Is this possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 14:11:40 GMT</pubDate>
    <dc:creator>ThomasPalm</dc:creator>
    <dc:date>2017-08-23T14:11:40Z</dc:date>
    <item>
      <title>Create multiple outputs/print with automatic changing VA filter</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-multiple-outputs-print-with-automatic-changing-VA-filter/m-p/390243#M7993</link>
      <description>&lt;P&gt;Hi fellow VA-users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using VA 7.3 and trying to do, what inevitable will be a task for many...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is what I would like to do:&lt;/P&gt;
&lt;P&gt;- Create a document with lots of text and embedding VA content (a neat report for our customers)&lt;/P&gt;
&lt;P&gt;- VA content (graphs/tables/etc) varies based on a simple criteria (name of customer)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What drives me crazy:&lt;/P&gt;
&lt;P&gt;- VA content can be filtered manually changing a report prompt within VA - I don't like the manual part&lt;/P&gt;
&lt;P&gt;- Between 60-70 reports has to be created, each having different filter&lt;/P&gt;
&lt;P&gt;- It should be mostly&amp;nbsp;automatic, as this has to be done every quarter, and errors are not an option&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried looking into SAS Add-in for Office, but it seems I cannot script (VBA) the filter/prompt in 2G reports. I actually expected this option would work.&lt;/P&gt;
&lt;P&gt;I've tried importing the 2G-report into Enterprise Guide, but it seems I cannot really do anything with the report after it has been imported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So..what are my options? Is this possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 14:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-multiple-outputs-print-with-automatic-changing-VA-filter/m-p/390243#M7993</guid>
      <dc:creator>ThomasPalm</dc:creator>
      <dc:date>2017-08-23T14:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple outputs/print with automatic changing VA filter</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-multiple-outputs-print-with-automatic-changing-VA-filter/m-p/390445#M7997</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;the way I read your problem statement&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;I guess that you have a list of the by-variable(s) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;and you want a separate report for each value of the by-variable(s).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Correct?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Here are two primers on both writing and calling programs.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="http://www.sascommunity.org/wiki/List_Processing_Basics_Creating_and_Using_Lists_of_Macro_Variables" target="_blank"&gt;http://www.sascommunity.org/wiki/List_Processing_Basics_Creating_and_Using_Lists_of_Macro_Variables&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="http://www.sascommunity.org/wiki/SmryEachVar_A_Data_Review_Suite" target="_blank"&gt;http://www.sascommunity.org/wiki/SmryEachVar_A_Data_Review_Suite&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;The key idea of the list processing paradigm is to develop and test the subroutine which produces one report&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;separately from the building of and looping through the list of parameter values.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;let me know that I am correct in my assumptions.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Ron Fehd&amp;nbsp; repetition maven&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 22:48:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-multiple-outputs-print-with-automatic-changing-VA-filter/m-p/390445#M7997</guid>
      <dc:creator>Ron_MacroMaven</dc:creator>
      <dc:date>2017-08-23T22:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple outputs/print with automatic changing VA filter</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-multiple-outputs-print-with-automatic-changing-VA-filter/m-p/390524#M8006</link>
      <description>&lt;P&gt;Yes, you are correct.&lt;/P&gt;
&lt;P&gt;It's like a simple where statement on a dataset.&lt;/P&gt;
&lt;P&gt;I have this dataset with all kinds of information, but simply want to show only "where name='some name'".&lt;/P&gt;
&lt;P&gt;It's easy in VA, but when I embed the VA report into an Office product, I cannot programmatically change the prompt (I have a dropdown in my report) or set a generel where-statement, thus not being able to automate the report-creations-process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 07:38:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-multiple-outputs-print-with-automatic-changing-VA-filter/m-p/390524#M8006</guid>
      <dc:creator>ThomasPalm</dc:creator>
      <dc:date>2017-08-24T07:38:27Z</dc:date>
    </item>
  </channel>
</rss>

