<?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: Multiple independent filter to a bar/lines char in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/468277#M10392</link>
    <description>&lt;P&gt;Ok, good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The thing thou' is not to filter the graph object, instead you should filter the measures &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jun 2018 07:47:52 GMT</pubDate>
    <dc:creator>FredrikE</dc:creator>
    <dc:date>2018-06-07T07:47:52Z</dc:date>
    <item>
      <title>Multiple independent filter to a bar/lines char</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/466771#M10332</link>
      <description>&lt;P&gt;Hello everybody !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of my clients demand me to create a report on SAS Visual Analytics and what they want is to filter a personalized graph with double axis and double measure for bars and lines with two filters, that is to say, a graph with this appearance :&lt;IMG src="https://mail.google.com/mail/u/0/?ui=2&amp;amp;ik=2136aff2da&amp;amp;view=fimg&amp;amp;th=163b5d2275d996f0&amp;amp;attid=0.1&amp;amp;disp=emb&amp;amp;realattid=ii_jhuf2hnj5_163b5d044f759a68&amp;amp;attbid=ANGjdJ9ZmT8ThEaMgxKq_qdiQv6zChTwH6XhvvSLn7nGQDMcXZDxAxR0UwgjSW41dmcBeWjrZldom4oKRS4yAKRgypHzA4LD4ux-0deMt_HeQJBk4Aop26NtMqtK1Dk&amp;amp;sz=s0-l75-ft&amp;amp;ats=1527840271931&amp;amp;rm=163b5d2275d996f0&amp;amp;zw&amp;amp;atsh=1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;One filter should affect only the green bar and the red line and the other should affect the blue bar and the yellow line independently so that if you only use one filter the other part of the filter should be constant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had investigated a lot and I tryed to modify the table to achieve it but I haven't found a solution. If someone can help me I would be very grateful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much !&lt;/P&gt;&lt;P&gt;Alfonso Díaz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 08:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/466771#M10332</guid>
      <dc:creator>adiaz</dc:creator>
      <dc:date>2018-06-01T08:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple independent filter to a bar/lines char</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/466830#M10335</link>
      <description>&lt;P&gt;I cound not view the picture but I think I understand &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also I don't know which version you are using, I assume 7.4 or 8.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can create calculated meassures that depends on parameter values.&lt;/P&gt;
&lt;P&gt;For the filters you use these parameters instead of ordinary interactions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lets say you have a filter called department and want to filter that specific graph.&lt;/P&gt;
&lt;P&gt;Use a drop down and assign department as category. Also assign a parameter, lets say dep_param.&lt;/P&gt;
&lt;P&gt;Pu the drop down on the report area, not the report prompt ares nor the section prompt area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create your calculated measure using the parameter:&lt;/P&gt;
&lt;P&gt;IF department = dep_param then [value]&lt;/P&gt;
&lt;P&gt;ELSE .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use this measure in your graph.&lt;/P&gt;
&lt;P&gt;Go on with the other measures in the same way &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 13:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/466830#M10335</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-06-01T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple independent filter to a bar/lines char</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467320#M10353</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Fredrik!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First of all, thank you so much for your answer and sorry about the picture.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have tried to filter with this parameters that you mencioned but still not working. Suppose we have a starter filter 'country' for the first filter 'HumanID' and on the other hand we have 'Department'. I need the graphic to be filtered by 'HumanID' and 'Department' thus if we have no filter in 'Department', the part of the graphic refering to that should be constant and using the params that you explained me, it is not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maybe I am doing something&amp;nbsp;wrong&amp;nbsp;but I am start thinking that what I want it is not possible&amp;nbsp;&lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://communities.sas.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt; . Hope you can help me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alfonso&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 08:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467320#M10353</guid>
      <dc:creator>adiaz</dc:creator>
      <dc:date>2018-06-04T08:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple independent filter to a bar/lines char</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467332#M10354</link>
      <description>&lt;P&gt;HI!&lt;/P&gt;
&lt;P&gt;Can you try to upload the picture again, maybe I get it clearer then &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 10:00:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467332#M10354</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-06-04T10:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple independent filter to a bar/lines char</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467334#M10355</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unnamed.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20992iD068E2B25AB88C1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="unnamed.png" alt="unnamed.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 10:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467334#M10355</guid>
      <dc:creator>adiaz</dc:creator>
      <dc:date>2018-06-04T10:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple independent filter to a bar/lines char</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467335#M10356</link>
      <description>&lt;P&gt;I will try to explain it better, I need one bar-line to be fix if I only use the filter 'HumanID' that I mentioned and, on the other hand, if I use the filter 'Department' the other combo bar-line should be&amp;nbsp;now fix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 10:06:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467335#M10356</guid>
      <dc:creator>adiaz</dc:creator>
      <dc:date>2018-06-04T10:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple independent filter to a bar/lines char</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467342#M10357</link>
      <description>&lt;P&gt;I think it should be possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What if you check if the parameter has a value or not?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it has a value then return only rows with that value in your calculated measure and if it has no value return all rows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 11:21:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/467342#M10357</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-06-04T11:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple independent filter to a bar/lines char</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/468086#M10389</link>
      <description>&lt;P&gt;Hi again Fredrik !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to solve my problem but I always bump into the graphic object. I'm seeing that if I apply a filter, it applies to the object not to the table, either the filter or the param. So I can't filter the table and that stop the desired solution. I'll try to convince the client to create to independent graphics for the comparison.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your interest and your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Alfonso&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 14:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/468086#M10389</guid>
      <dc:creator>adiaz</dc:creator>
      <dc:date>2018-06-06T14:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple independent filter to a bar/lines char</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/468277#M10392</link>
      <description>&lt;P&gt;Ok, good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The thing thou' is not to filter the graph object, instead you should filter the measures &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 07:47:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-independent-filter-to-a-bar-lines-char/m-p/468277#M10392</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-06-07T07:47:52Z</dc:date>
    </item>
  </channel>
</rss>

