<?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: Not Filter/Action/Toggle logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001285#M340366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I cannot see a way to upload a QVW here. I'm new to the forums !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 05:43:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-06T05:43:28Z</dc:date>
    <item>
      <title>Not Filter/Action/Toggle logic</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001281#M340362</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 am trying to work out how to create a filter that will include/exclude a certain Code only. The Code must add an extra filter but not clear any other filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg List of Codes&lt;/P&gt;&lt;P&gt;801A, 801B, L61Z, B038, B039, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a button (or list box) that when I select it, Not L61Z appears as a filter.&amp;nbsp; This I can do using a button/action. If I click the button again it then removes the Not A123. This works fine. What I find is if I also have selected 801A, 801B (or any other Code) then all are cleared/selected.&amp;nbsp; I only want the L61Z to be cleared and all other filters untouched.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG alt="Qlik Question.png" class="jive-image image-1" src="/legacyfs/online/101036_Qlik Question.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, I would like a list box that the acts as an Exclude list only. This means that it other codes need to be excluded then I don't need multiple buttons) I know that you can right-click a table and select 'Select Excluded' but this is not clear to users and this needs to be a simple function (we have 4,500 users).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 00:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001281#M340362</guid>
      <dc:creator />
      <dc:date>2015-10-06T00:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not Filter/Action/Toggle logic</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001282#M340363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be you can try with Field Event Trigger in OnSelect Event.. Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Selection in Field :&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field:&amp;nbsp; Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search String : &lt;/P&gt;&lt;P&gt;if(GetSelectedCount(Code)=0,'',&lt;/P&gt;&lt;P&gt;'('&amp;amp;Concat(DISTINCT {&amp;lt;Code-={'L61Z'}&amp;gt;}Code,'|')&amp;amp;')')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 02:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001282#M340363</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-06T02:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Not Filter/Action/Toggle logic</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001283#M340364</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;BR /&gt;Thanks for getting back to me.&amp;nbsp; Unfortunately the field has to be used as a general list box as well so I cannot apply a Field Event Trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 04:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001283#M340364</guid>
      <dc:creator />
      <dc:date>2015-10-06T04:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Not Filter/Action/Toggle logic</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001284#M340365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is meaning of 'General List Box'? is it possible to post the sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001284#M340365</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-06T05:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Not Filter/Action/Toggle logic</title>
      <link>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001285#M340366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I cannot see a way to upload a QVW here. I'm new to the forums !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-Filter-Action-Toggle-logic/m-p/1001285#M340366</guid>
      <dc:creator />
      <dc:date>2015-10-06T05:43:28Z</dc:date>
    </item>
  </channel>
</rss>

