<?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: One ListBox should impact on Particular Graph in Qlikview Sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315496#M822830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Graph 3 for your expressions write like below: I don't know what expressions you have so just replace this condition with those valid expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(GetSelectedCount(Listbox3) &amp;gt; 0, Sum({1}Value), Sum(Value))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Jul 2017 15:43:58 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-07-29T15:43:58Z</dc:date>
    <item>
      <title>One ListBox should impact on Particular Graph in Qlikview Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315495#M822827</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;was wondering if anyone would be able to help me,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have 3 Charts and 3 List boxes.&lt;/P&gt;&lt;P&gt;the Requirement is that 1 List box (in attached Image file, &lt;STRONG&gt;list box 3&lt;/STRONG&gt;) should not impact &lt;STRONG&gt;Graph - 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but should work for other Graphs in the Sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIST BOX 1 Should have impact on GRAPH 1,2,3&lt;/P&gt;&lt;P&gt;LIST BOX 2 Should have impact on GRAPH 1,2,3&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LIST BOX 3 Should have impact on GRAPH 1,2 but not on graph -3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the Attached, and let me know if you have any queries.&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/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315495#M822827</guid>
      <dc:creator>SK28</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: One ListBox should impact on Particular Graph in Qlikview Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315496#M822830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Graph 3 for your expressions write like below: I don't know what expressions you have so just replace this condition with those valid expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(GetSelectedCount(Listbox3) &amp;gt; 0, Sum({1}Value), Sum(Value))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2017 15:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315496#M822830</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-29T15:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: One ListBox should impact on Particular Graph in Qlikview Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315497#M822831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;Let's say that your Listbox3 is of a dimension &lt;EM&gt;Dim3&lt;/EM&gt;. You can make the expression in Graph 3 disregard selections in Dim3. Say the Graph 3 expression is sum(Amount).Change that to&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{$&amp;lt;Dim3 = &amp;gt;}&lt;/STRONG&gt;Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The little piece of set analysis tells QlikView to disregard selections made in Dim3 when calculating sum(Amount).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2017 17:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315497#M822831</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-29T17:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: One ListBox should impact on Particular Graph in Qlikview Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315498#M822832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you... It's working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 11:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315498#M822832</guid>
      <dc:creator>SK28</dc:creator>
      <dc:date>2017-07-31T11:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: One ListBox should impact on Particular Graph in Qlikview Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315499#M822833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;Very glad to help. Please don't forget to close the thread by marking my answer as correct if my solution is working for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 12:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-ListBox-should-impact-on-Particular-Graph-in-Qlikview-Sheet/m-p/1315499#M822833</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-31T12:13:21Z</dc:date>
    </item>
  </channel>
</rss>

