<?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: Local Filter only for a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Local-Filter-only-for-a-chart/m-p/569781#M548768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve this by creating another field with Yes and No value in a table (Island) and that is not connected or associated to your rest of the Data model. Example like below.&lt;/P&gt;&lt;P&gt;FilterXTab:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;FiltXnew&lt;/P&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;So now you have two Fields "FiltX" (the old one which is present in your data model) and "FiltXnew" the field which is not associated to other fields.&lt;/P&gt;&lt;P&gt;Now go to the particular sheet where you just want to use this new FiltXnew field (not the one which is present in the other sheets)&lt;/P&gt;&lt;P&gt;In the chart expression do like below. Suppose you are showing sum(SalesAmount) then you can create the expression like below&lt;/P&gt;&lt;P&gt;sum({&amp;lt; FiltX={"$(=GetFieldSelections(FiltXnew))"} &amp;gt;}SalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make sure the Chart to be defaulted to some value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 09:44:36 GMT</pubDate>
    <dc:creator>sudeepkm</dc:creator>
    <dc:date>2014-01-27T09:44:36Z</dc:date>
    <item>
      <title>Local Filter only for a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Local-Filter-only-for-a-chart/m-p/569780#M548767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are multiple sheets in our application and I have a scenario where I have to create a local filter X for a particular chart in a particular sheet 'SheetMain'. The first sheet is application is FilterSheet where we have list of all the filters present in the whole application. This filter X is also present in this FilterSheet where user can select 'Yes' and 'No' value for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement is, in SheetMain, the chart should be only visible for filter X -&amp;gt; Yes value. It should not be affected by any selections done for filter X on FilterSheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart value should alws display value for X-&amp;gt; yes values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This X filter is also present for user selections in FilterSheet.&lt;/P&gt;&lt;P&gt;X filter should not be set to Yes value for whole application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest how to achieve this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Local-Filter-only-for-a-chart/m-p/569780#M548767</guid>
      <dc:creator />
      <dc:date>2014-01-27T07:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Local Filter only for a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Local-Filter-only-for-a-chart/m-p/569781#M548768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve this by creating another field with Yes and No value in a table (Island) and that is not connected or associated to your rest of the Data model. Example like below.&lt;/P&gt;&lt;P&gt;FilterXTab:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;FiltXnew&lt;/P&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;So now you have two Fields "FiltX" (the old one which is present in your data model) and "FiltXnew" the field which is not associated to other fields.&lt;/P&gt;&lt;P&gt;Now go to the particular sheet where you just want to use this new FiltXnew field (not the one which is present in the other sheets)&lt;/P&gt;&lt;P&gt;In the chart expression do like below. Suppose you are showing sum(SalesAmount) then you can create the expression like below&lt;/P&gt;&lt;P&gt;sum({&amp;lt; FiltX={"$(=GetFieldSelections(FiltXnew))"} &amp;gt;}SalesAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make sure the Chart to be defaulted to some value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Local-Filter-only-for-a-chart/m-p/569781#M548768</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-01-27T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Local Filter only for a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Local-Filter-only-for-a-chart/m-p/569782#M548769</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 am not sure exactly what you are trying to do, but there are no "local" filters in QV. The filters always filter the entire data set for all chart objects (although you can override or modify selections in individual chart objects using a set expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create something a little like a local filter by creating an alternate state which can be applied to a sheet object or to a sheet, and you could use one alternate state per sheet, if needed. Then use a show conditional (Properties | Layout for the chart) that refers to the alternate state. Search in the forum for more information on alternate state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 10:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Local-Filter-only-for-a-chart/m-p/569782#M548769</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-01-27T10:00:29Z</dc:date>
    </item>
  </channel>
</rss>

