<?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: Select field as 'Nothing' or select 'Anything' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-field-as-Nothing-or-select-Anything/m-p/409240#M152173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean that when you select Nothing all associated data become excluded, I guess you cann't.&lt;/P&gt;&lt;P&gt;But you can always add a fake customer 'Nothing' that is not associated with any data except his table.&lt;/P&gt;&lt;P&gt;Then you can just select it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2012 18:28:17 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-09-14T18:28:17Z</dc:date>
    <item>
      <title>Select field as 'Nothing' or select 'Anything'</title>
      <link>https://community.qlik.com/t5/QlikView/Select-field-as-Nothing-or-select-Anything/m-p/409239#M152172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a button that selects customers with certain threshold of bill, so when this button is clicked exclodes customers than doesnt reach that point or in a clear way, select all possible customers with requeriment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what happens if I select 1 customer that i know for sure thant doesnt reach the threshold? The idea would be ok, so select "Nothing" because there is no posible customers with that selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a way to achieve that behaviour? Can I select "Nothing" as selector value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 16:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-field-as-Nothing-or-select-Anything/m-p/409239#M152172</guid>
      <dc:creator>anguila</dc:creator>
      <dc:date>2012-09-14T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select field as 'Nothing' or select 'Anything'</title>
      <link>https://community.qlik.com/t5/QlikView/Select-field-as-Nothing-or-select-Anything/m-p/409240#M152173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean that when you select Nothing all associated data become excluded, I guess you cann't.&lt;/P&gt;&lt;P&gt;But you can always add a fake customer 'Nothing' that is not associated with any data except his table.&lt;/P&gt;&lt;P&gt;Then you can just select it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 18:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-field-as-Nothing-or-select-Anything/m-p/409240#M152173</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-14T18:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select field as 'Nothing' or select 'Anything'</title>
      <link>https://community.qlik.com/t5/QlikView/Select-field-as-Nothing-or-select-Anything/m-p/409241#M152174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already thought that Idea of the fake customer, but will appear that fake customer in the selectors lists.&lt;/P&gt;&lt;P&gt;There is a way to hide a certain selector?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 20:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-field-as-Nothing-or-select-Anything/m-p/409241#M152174</guid>
      <dc:creator>anguila</dc:creator>
      <dc:date>2012-09-14T20:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Select field as 'Nothing' or select 'Anything'</title>
      <link>https://community.qlik.com/t5/QlikView/Select-field-as-Nothing-or-select-Anything/m-p/409242#M152175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, two possible solutions:&lt;/P&gt;&lt;P&gt;1) Create a table with two fields Customer and corresponding HiddenCustomer (one row for each with equal values).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then add a row where Customer=null() and HiddenCustomer='Nothing'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then use first in lists and second for selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bu the user will see the HiddenCustomer field in Current selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; Use expression for listboxes to hide 'Nothing' from visible:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =aggr(if(Customer&amp;lt;&amp;gt;'Nothing', Customer, null()), Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2012 06:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-field-as-Nothing-or-select-Anything/m-p/409242#M152175</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-15T06:35:34Z</dc:date>
    </item>
  </channel>
</rss>

