<?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: how to use the same filter for multiple charts on same section in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274404#M4483</link>
    <description>The Format() operator will return a string from a numeric. The name of this is sort of confusing, I know.</description>
    <pubDate>Wed, 01 Jun 2016 16:10:55 GMT</pubDate>
    <dc:creator>Sam_SAS</dc:creator>
    <dc:date>2016-06-01T16:10:55Z</dc:date>
    <item>
      <title>how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274214#M4466</link>
      <description>&lt;P&gt;i have a drop down with Year values in it. (ie. 2014 2015 2016)&lt;/P&gt;&lt;P&gt;i have two charts on the same tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want the first chart filtered by the value in the drop down (ie. 2016)&lt;/P&gt;&lt;P&gt;i want the 2nd chart filtered by the value -1 in the drop down (ie 2016 -1=2015)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value in the dropdown is character and a category.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 21:16:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274214#M4466</guid>
      <dc:creator>mhamlett</dc:creator>
      <dc:date>2016-05-31T21:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274278#M4472</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share the two charts info like roles&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;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 05:32:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274278#M4472</guid>
      <dc:creator>TejaSurapaneni</dc:creator>
      <dc:date>2016-06-01T05:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274287#M4473</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/82107"&gt;@mhamlett﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; Using paramaters it is possible but for that create dropdown list in the canvas only instead of section filter&lt;/P&gt;&lt;P&gt;&amp;gt;Create parameter from Dropdown&lt;/P&gt;&lt;P&gt;&amp;gt;Filter two tabs using filter&lt;/P&gt;&lt;P&gt;&amp;gt;ex- &amp;nbsp; if year_paramteter notmissing&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; then &amp;nbsp;year = year_parameter&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; year notmissing&lt;/P&gt;&lt;P&gt;&amp;gt; Year =&amp;nbsp;your year field &amp;nbsp; &amp;nbsp;and &amp;nbsp;&lt;SPAN&gt;year_parameter = parameter which we created &amp;nbsp;from dropdown filter &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;Use above logic for TAB1 and (Year_parameter -1) for TAB 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it will help you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 06:13:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274287#M4473</guid>
      <dc:creator>vivek_sas</dc:creator>
      <dc:date>2016-06-01T06:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274356#M4476</link>
      <description>&lt;P&gt;how do i do math on a parameter. &amp;nbsp;says type mismatch because the year is a category not a measure.&lt;/P&gt;&lt;P&gt;seems i need to convert the year to a number to subtract 1 from it.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 13:50:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274356#M4476</guid>
      <dc:creator>mhamlett</dc:creator>
      <dc:date>2016-06-01T13:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274365#M4478</link>
      <description>&lt;P&gt;The Year() operator will return the year from a date value as a number.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 14:20:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274365#M4478</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2016-06-01T14:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274368#M4479</link>
      <description>&lt;P&gt;&amp;gt; convert charcter to numeric in filter only using parse.&lt;/P&gt;&lt;P&gt;&amp;gt;In below year is in character i coverted it in to numeric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF ( 'year Parameter'p NotMissing )&lt;BR /&gt;RETURN ( Parse('year'n, 'NUMX4.') = Parse('year Parameter'p, 'NUMX4.') - 1 )&lt;BR /&gt;ELSE ( 'year'n NotMissing )&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 14:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274368#M4479</guid>
      <dc:creator>vivek_sas</dc:creator>
      <dc:date>2016-06-01T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274399#M4481</link>
      <description>&lt;P&gt;how do you convert a number to character?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 15:55:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274399#M4481</guid>
      <dc:creator>mhamlett</dc:creator>
      <dc:date>2016-06-01T15:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274404#M4483</link>
      <description>The Format() operator will return a string from a numeric. The name of this is sort of confusing, I know.</description>
      <pubDate>Wed, 01 Jun 2016 16:10:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274404#M4483</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2016-06-01T16:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274432#M4485</link>
      <description>Using Format option&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jun 2016 17:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/274432#M4485</guid>
      <dc:creator>vivek_sas</dc:creator>
      <dc:date>2016-06-01T17:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to use the same filter for multiple charts on same section</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/276840#M4561</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/82107"&gt;@mhamlett﻿&lt;/a&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If&amp;nbsp;you found answer to your question &amp;nbsp;.&amp;nbsp;Can you please choose one of the replies as the solution by&amp;nbsp;"Accepting it as a solution"? And perhaps mark the other as helpful by "Liking" it? This will help other community members who have the same question.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 05:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/how-to-use-the-same-filter-for-multiple-charts-on-same-section/m-p/276840#M4561</guid>
      <dc:creator>vivek_sas</dc:creator>
      <dc:date>2016-06-13T05:07:31Z</dc:date>
    </item>
  </channel>
</rss>

