<?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: Filter in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505865#M189137</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;Kumar answer is correct. But, if you use text objects for 2 different account sums then use the below set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;%KONTOKEY = {'7190'}&amp;gt;} BelopTransSEK)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;%KONTOKEY = {'6340'}&amp;gt;} BelopTransSEK)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Aug 2013 11:45:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-20T11:45:12Z</dc:date>
    <item>
      <title>Filter in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505861#M189133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my script I have the following load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%ORGKEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%PERIODEKEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%KONTOKEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BeløpTransSEK&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(TransformFolderRegnskap)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;\FAKTA.QVD (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%KONTOKEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,4)=6340 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OR&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%KONTOKEY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,4)=7190);&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This gives me all the transactions/amounts (BelopTransSEK) for two given accounts, 6340 and 7190. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If I create a chart with SUM(BelopTransSEK) this will give me the total amount for both accounts. I just want to have the total for the 7190 account in one chart and the total for 6340 in a different chart. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;How can I filter the chart so that it only gives me the total for one account at the time?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 11:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505861#M189133</guid>
      <dc:creator />
      <dc:date>2013-08-20T11:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505862#M189134</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;There are so many ways to get your result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;%KONTOKEY &lt;/SPAN&gt; field in your dimension. it will slice the value based on your dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 11:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505862#M189134</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-08-20T11:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505863#M189135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;in your case, I use Set analysis. try to create a new chart with such expression: sum({&amp;lt;%KONTOKEY = {"*6340"}&amp;gt;} BelopTransSEK) and another chart with another filter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 11:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505863#M189135</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2013-08-20T11:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505864#M189136</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;Create one more field in ur script as Right(%KONTOKEY,4) as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this flag in ur set analysis like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Flag={6340}&amp;gt;}BelopTransSEK) in one chart&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Flag={7190}&amp;gt;}BelopTransSEK) in another chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khadeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 11:43:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505864#M189136</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-08-20T11:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505865#M189137</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;Kumar answer is correct. But, if you use text objects for 2 different account sums then use the below set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;%KONTOKEY = {'7190'}&amp;gt;} BelopTransSEK)&lt;/P&gt;&lt;P&gt;sum({&amp;lt;%KONTOKEY = {'6340'}&amp;gt;} BelopTransSEK)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 11:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-chart/m-p/505865#M189137</guid>
      <dc:creator />
      <dc:date>2013-08-20T11:45:12Z</dc:date>
    </item>
  </channel>
</rss>

