<?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 A half filter - is that possible in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/A-half-filter-is-that-possible/m-p/555391#M207429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with 10 countries and 3 charts which display the adspends for every country (by media, by brand and by month). I have one other list box with the brands (that brands are specifics for each country and are not the sames - so I display them by the function hide excluded and I can see the brands for the selected country)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have one chart which displays the adspend detail by brand and for that I have to select one brand. The problem is that if I select one brand the filter apply on all charts and the other charts are specificly for all brands and if I use alternate states I cannot see the brands specifics to the selected country...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I need is the 2nd list box is linked to the 1st one but in one direction - when some value from the second list box is selected it won't change the others charts but just the last one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 13:26:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-23T13:26:07Z</dc:date>
    <item>
      <title>A half filter - is that possible</title>
      <link>https://community.qlik.com/t5/QlikView/A-half-filter-is-that-possible/m-p/555391#M207429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with 10 countries and 3 charts which display the adspends for every country (by media, by brand and by month). I have one other list box with the brands (that brands are specifics for each country and are not the sames - so I display them by the function hide excluded and I can see the brands for the selected country)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have one chart which displays the adspend detail by brand and for that I have to select one brand. The problem is that if I select one brand the filter apply on all charts and the other charts are specificly for all brands and if I use alternate states I cannot see the brands specifics to the selected country...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I need is the 2nd list box is linked to the 1st one but in one direction - when some value from the second list box is selected it won't change the others charts but just the last one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-half-filter-is-that-possible/m-p/555391#M207429</guid>
      <dc:creator />
      <dc:date>2013-09-23T13:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: A half filter - is that possible</title>
      <link>https://community.qlik.com/t5/QlikView/A-half-filter-is-that-possible/m-p/555392#M207430</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;That might not be necessary. If a chart should always display all possible brands, even if a brand is selected, then use a set expression for the expressions in the chart, like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Brand=&amp;gt;} Spend)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This causes the expression to ignore the brand selection. The chart should now display the same with or without the brand selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-half-filter-is-that-possible/m-p/555392#M207430</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-09-23T13:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: A half filter - is that possible</title>
      <link>https://community.qlik.com/t5/QlikView/A-half-filter-is-that-possible/m-p/555393#M207431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go to document settings open the general tab you can see a button alternate states.&lt;/P&gt;&lt;P&gt;By creating an alternate state for Brand - you're able to make a selection disregarding the selection for the original list boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a new list box you'll have to select the alternate state in the General tab.&lt;/P&gt;&lt;P&gt;And it's best to have the always one selected option checked (as this matches the chart you'd like to show)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chart itself has to be changed as the alternate state has to be shown:&lt;/P&gt;&lt;P&gt;Sum({[AlterateStateName] * $}[AdSpend])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not exactly a half filter, but it might serve the purpose.&lt;/P&gt;&lt;P&gt;You might want to add some comments to the second list box (as navigation might get confusing).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-half-filter-is-that-possible/m-p/555393#M207431</guid>
      <dc:creator />
      <dc:date>2013-09-23T13:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: A half filter - is that possible</title>
      <link>https://community.qlik.com/t5/QlikView/A-half-filter-is-that-possible/m-p/555394#M207432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of couuuuuurseeee I've already saw that somewhere but completely forgot about it thaaaaaaaaaaaaaaaaaaaaaaaaaaaaank youuuu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank to Eric too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 14:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/A-half-filter-is-that-possible/m-p/555394#M207432</guid>
      <dc:creator />
      <dc:date>2013-09-23T14:31:21Z</dc:date>
    </item>
  </channel>
</rss>

