<?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: Create a dynamic year selector - SAS VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-dynamic-year-selector-SAS-VA/m-p/418145#M8872</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend revising your underlying data table structure!&lt;/P&gt;
&lt;P&gt;From a performance point of view, if you are interested in always comparing Annual/Yearly aggregates (Current vs. Previous vs. Penultimate), then I would recommend calculating theses values ahead of time in your ETL and save them as physical variables in your final table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Benefits this approach could provide you includes:&lt;/P&gt;
&lt;P&gt;- Less Run-Time calculations&lt;/P&gt;
&lt;P&gt;- Less Visual Objects to present Annual Changes ----&amp;gt; Fewer Run-Time queries against the data ----&amp;gt; Better LASR server performance for concurrent users.&lt;/P&gt;
&lt;P&gt;- Ability to place all three annual values in a single visual and perform %change calculations much easier than your current approach.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember, use VA Explorer and Report Designer to experiment with ideas and prototypes, then once you are set on a layout or Report content, make required data changes to optimize your reports for production.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just my two cents, Hope it helps,&lt;/P&gt;
&lt;P&gt;Ahmed&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2017 13:31:29 GMT</pubDate>
    <dc:creator>AhmedAl_Attar</dc:creator>
    <dc:date>2017-12-04T13:31:29Z</dc:date>
    <item>
      <title>Create a dynamic year selector - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-dynamic-year-selector-SAS-VA/m-p/418005#M8857</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I want&amp;nbsp; dynamic year selection For example, If I select 2012&amp;nbsp;&lt;EM&gt; in drop down list should get the result for the previous year(2011), current year(2012) and penultimate year(2010) in the bar charts. For reference I have attached the screenshot.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 17:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-dynamic-year-selector-SAS-VA/m-p/418005#M8857</guid>
      <dc:creator>india2016</dc:creator>
      <dc:date>2017-12-03T17:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a dynamic year selector - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-dynamic-year-selector-SAS-VA/m-p/418026#M8858</link>
      <description>&lt;P&gt;Note that I've modified your subject line to make it more descriptive.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 17:01:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-dynamic-year-selector-SAS-VA/m-p/418026#M8858</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-03T17:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create a dynamic year selector - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-dynamic-year-selector-SAS-VA/m-p/418108#M8870</link>
      <description>&lt;P&gt;Use a drop-down list control using the "year" category, add a parameter to contain the selected year.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use this parameter in the filter of the three bar charts to filter on the selectedYear, selectedYear -1, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make the year a calculated numeric data item, this will work with VA7.3 and VA7.4&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 10:44:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-dynamic-year-selector-SAS-VA/m-p/418108#M8870</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2017-12-04T10:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create a dynamic year selector - SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-dynamic-year-selector-SAS-VA/m-p/418145#M8872</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend revising your underlying data table structure!&lt;/P&gt;
&lt;P&gt;From a performance point of view, if you are interested in always comparing Annual/Yearly aggregates (Current vs. Previous vs. Penultimate), then I would recommend calculating theses values ahead of time in your ETL and save them as physical variables in your final table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Benefits this approach could provide you includes:&lt;/P&gt;
&lt;P&gt;- Less Run-Time calculations&lt;/P&gt;
&lt;P&gt;- Less Visual Objects to present Annual Changes ----&amp;gt; Fewer Run-Time queries against the data ----&amp;gt; Better LASR server performance for concurrent users.&lt;/P&gt;
&lt;P&gt;- Ability to place all three annual values in a single visual and perform %change calculations much easier than your current approach.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember, use VA Explorer and Report Designer to experiment with ideas and prototypes, then once you are set on a layout or Report content, make required data changes to optimize your reports for production.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just my two cents, Hope it helps,&lt;/P&gt;
&lt;P&gt;Ahmed&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 13:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Create-a-dynamic-year-selector-SAS-VA/m-p/418145#M8872</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2017-12-04T13:31:29Z</dc:date>
    </item>
  </channel>
</rss>

