<?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: filtering one part of a combo plot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326091#M821452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deserve It !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2017 09:49:11 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-08-01T09:49:11Z</dc:date>
    <item>
      <title>filtering one part of a combo plot</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326086#M821447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a combo plot (line and bar plot). I want to filter the data that generated the bar plot and NOT the line plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;X&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Y&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Z&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;V&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;22&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.45&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;33&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0.7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The plot has been created using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X as Dimension&lt;/P&gt;&lt;P&gt;Y as Experssion (Line plot)&lt;/P&gt;&lt;P&gt;Z as Expression&amp;nbsp; (Bar plot)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression for Z is basically a frequency: =(Count(X)/count(ALL(X)))*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do do, is filter the calculation of Z based on the value of V, i.e., only calculate Z for the rows where V='A'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does it make sense to write the expression as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(Count({&amp;lt;V={'A'}&amp;gt;} X)/count({&amp;lt;V={'A'}&amp;gt;}ALL(X)))*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326086#M821447</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: filtering one part of a combo plot</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326087#M821448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not following you, But by luck you can use TOTAL keyword rather ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=(Count({&amp;lt;V={'A'}&amp;gt;} X)/count({&amp;lt;V={'A'}&amp;gt;} TOTAL X))*100&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;What I want to do do, is filter the calculation of Z based on the value of V, i.e., only calculate Z for the rows where V='A'&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What you mean, Z based on the value over here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326087#M821448</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-01T09:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: filtering one part of a combo plot</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326088#M821449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to calculate Z i.e., the frequency here, ONLY based on the rows where V='A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the expression used actually return what I actually want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between Total and ALL ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326088#M821449</guid>
      <dc:creator />
      <dc:date>2017-08-01T09:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: filtering one part of a combo plot</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326089#M821450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the link for 3rd question - &lt;A href="https://community.qlik.com/thread/1371"&gt;Keywords : TOTAL, ALL &amp;amp;amp; DISTINCT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Second question, How come we know whether what is business?&lt;/P&gt;&lt;P&gt;First question? Yes, If your frequency expression correct then off course, The condition true&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326089#M821450</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-01T09:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: filtering one part of a combo plot</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326090#M821451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from the explanation, I think total is what I want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As in my case, the division in the Frequency should be calculated ONLY based on the count of rows where V='A'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326090#M821451</guid>
      <dc:creator />
      <dc:date>2017-08-01T09:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: filtering one part of a combo plot</title>
      <link>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326091#M821452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deserve It !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filtering-one-part-of-a-combo-plot/m-p/1326091#M821452</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-01T09:49:11Z</dc:date>
    </item>
  </channel>
</rss>

