<?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 Controlling where default filtering is applied in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Controlling-where-default-filtering-is-applied/m-p/393047#M146608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new here, sorry if this a real easy one!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I control where/how the default filtering is applied?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance - I have a list box and when I click an item it filters everything on my dashboard - how do I make this filter one chart, but leave another one alone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when I click a bar in a chart, I don't want it to filter itself - this always leaves me with one big bar - clearly not desirable, so how do I prevent this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2012 18:06:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-01T18:06:29Z</dc:date>
    <item>
      <title>Controlling where default filtering is applied</title>
      <link>https://community.qlik.com/t5/QlikView/Controlling-where-default-filtering-is-applied/m-p/393047#M146608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new here, sorry if this a real easy one!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I control where/how the default filtering is applied?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance - I have a list box and when I click an item it filters everything on my dashboard - how do I make this filter one chart, but leave another one alone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when I click a bar in a chart, I don't want it to filter itself - this always leaves me with one big bar - clearly not desirable, so how do I prevent this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 18:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Controlling-where-default-filtering-is-applied/m-p/393047#M146608</guid>
      <dc:creator />
      <dc:date>2012-11-01T18:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling where default filtering is applied</title>
      <link>https://community.qlik.com/t5/QlikView/Controlling-where-default-filtering-is-applied/m-p/393048#M146609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into using alternate states.&amp;nbsp; This will allow you to have a filter apply to some things and not others.&amp;nbsp; For the bar chart, you can select 'Read Only' on the General tab if you don't want users to be able to click to select.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 18:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Controlling-where-default-filtering-is-applied/m-p/393048#M146609</guid>
      <dc:creator />
      <dc:date>2012-11-01T18:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling where default filtering is applied</title>
      <link>https://community.qlik.com/t5/QlikView/Controlling-where-default-filtering-is-applied/m-p/393049#M146610</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; Are you asking like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For one chart, filters want to apply. but not for another one..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this,&lt;/P&gt;&lt;P&gt;=in expression use something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1}sales) // it exclude all selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year=, Month=&amp;gt;}sales) // it exclude year n month field alone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Also, when I click a bar in a chart, I don't want it to filter itself - this always leaves me with one big bar - clearly not desirable, so how do I prevent this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for you, don't want to selection in field? am correct?&lt;/P&gt;&lt;P&gt;if so, use like this&lt;/P&gt;&lt;P&gt;=sum({1} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 18:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Controlling-where-default-filtering-is-applied/m-p/393049#M146610</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-01T18:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling where default filtering is applied</title>
      <link>https://community.qlik.com/t5/QlikView/Controlling-where-default-filtering-is-applied/m-p/393050#M146611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use alternative states and follow this video &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://youtu.be/YVy0DE51z5M"&gt;http://youtu.be/YVy0DE51z5M&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 18:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Controlling-where-default-filtering-is-applied/m-p/393050#M146611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-01T18:54:44Z</dc:date>
    </item>
  </channel>
</rss>

