<?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: Line chart variable selection in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254502#M3522</link>
    <description>&lt;P&gt;You can create one and polish it the way that you want, then simply create copies of it (duplicate menu option) and only change the data element of interest on those copies.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2016 16:07:34 GMT</pubDate>
    <dc:creator>Renato_sas</dc:creator>
    <dc:date>2016-03-04T16:07:34Z</dc:date>
    <item>
      <title>Line chart variable selection</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/252826#M3459</link>
      <description>&lt;P&gt;I am new to Visual Analytics&amp;nbsp;(7.1)&amp;nbsp;and I have a large dataset with many variables.I am working on creating a visualization in Report Designer.&amp;nbsp;I would like to create a line graph and allow the user to select the Y axis from the long list of variables in the measures field using a drop down box.&amp;nbsp;The X axis would remain consistent as a year field.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Feb 2016 21:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/252826#M3459</guid>
      <dc:creator>ldenney</dc:creator>
      <dc:date>2016-02-26T21:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart variable selection</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/253516#M3488</link>
      <description>&lt;P&gt;Hi Idenney,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe not ideal, but the solution for that would require you to load a small table containing the list of measure names&amp;nbsp;you want to be available in your selection control object (e.g. dropdown list). If you associate a character parameter to the dropdwon list (e.g. measureSelection), you could use&amp;nbsp;a calculated item like this in the Y axis, instead of a fixed MeasureN:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF 'measureSelection'p = 'Measure 1'&lt;/P&gt;
&lt;P&gt;RETURN Measure1&lt;/P&gt;
&lt;P&gt;ELSE IF 'measureSelection'p = 'Measure 2'&lt;/P&gt;
&lt;P&gt;RETURN Measure2&lt;/P&gt;
&lt;P&gt;ELSE&amp;nbsp;IF 'measureSelection'p = 'Measure 3'&lt;/P&gt;
&lt;P&gt;RETURN Measure3&lt;/P&gt;
&lt;P&gt;ELSE .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only caveat on this approach is that you will need to choose a neutral format for this calculated item that works well with any Measure returned&amp;nbsp;by the formula. For example, if Measure1 is&amp;nbsp;currency and Measure2 is a frequency count, you woul have to format it as numeric, or something similar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Renato&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 17:37:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/253516#M3488</guid>
      <dc:creator>Renato_sas</dc:creator>
      <dc:date>2016-03-01T17:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart variable selection</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/253681#M3494</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all you need to know the differece between Report Designer and Data Exploration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;&lt;SPAN&gt;Report Designer, we used to create REPORTS&amp;nbsp;using different sections with&amp;nbsp;multiple data sources. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In&amp;nbsp;Data &lt;SPAN&gt;Exploration, we used to do exploration about the data. &amp;nbsp;Those are VISUALIZATIONS&amp;nbsp;not reports.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;This is for your understanding the terminology in VA.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;We can&amp;nbsp;meet these kind of requirements. &amp;nbsp;Please try to use Controls and Parameters where it necessary.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Venu Murala&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 03:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/253681#M3494</guid>
      <dc:creator>muralavenu_gmail_com</dc:creator>
      <dc:date>2016-03-02T03:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart variable selection</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254196#M3511</link>
      <description>&lt;P&gt;Thanks Renato - I will give this a try!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 15:27:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254196#M3511</guid>
      <dc:creator>ldenney</dc:creator>
      <dc:date>2016-03-03T15:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart variable selection</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254415#M3517</link>
      <description>&lt;P&gt;Hi Idenney,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's better to use Stack container.....&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Teja Surapaneni.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 06:28:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254415#M3517</guid>
      <dc:creator>TejaSurapaneni</dc:creator>
      <dc:date>2016-03-04T06:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart variable selection</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254460#M3519</link>
      <description>&lt;P&gt;I agree with you, Teja. We should try to rely on the objects provided&amp;nbsp;by VA to solve problems like that whenever possible. Stacked container is a good one for this case.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 14:46:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254460#M3519</guid>
      <dc:creator>Renato_sas</dc:creator>
      <dc:date>2016-03-04T14:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart variable selection</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254487#M3520</link>
      <description>Hi Renato &amp;amp; Teja - Part of my issue was having a lot of data elements that I want graphed but I don't want to have to build each one. Wouldn't the stacked container require me to build a graph for each variable?</description>
      <pubDate>Fri, 04 Mar 2016 15:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254487#M3520</guid>
      <dc:creator>ldenney</dc:creator>
      <dc:date>2016-03-04T15:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart variable selection</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254502#M3522</link>
      <description>&lt;P&gt;You can create one and polish it the way that you want, then simply create copies of it (duplicate menu option) and only change the data element of interest on those copies.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 16:07:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/254502#M3522</guid>
      <dc:creator>Renato_sas</dc:creator>
      <dc:date>2016-03-04T16:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart variable selection</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/255336#M3561</link>
      <description>&lt;P&gt;And then when you want to change your polished version you have to change a lot of graphs. The parameter solution is working fine though.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 19:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Line-chart-variable-selection/m-p/255336#M3561</guid>
      <dc:creator>Frank_Boekamp</dc:creator>
      <dc:date>2016-03-08T19:13:49Z</dc:date>
    </item>
  </channel>
</rss>

