<?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 empty field not possible in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795549#M62373</link>
    <description>&lt;P&gt;Unfortunately the system did not take the formula, any other ideas?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 08:08:25 GMT</pubDate>
    <dc:creator>Daniel1908</dc:creator>
    <dc:date>2021-03-30T08:08:25Z</dc:date>
    <item>
      <title>Select empty field not possible</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795511#M62366</link>
      <description>&lt;P&gt;Hello Together,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the below and it works, except of the&amp;nbsp;&lt;SPAN&gt;[Request]-={'X'}.&lt;BR /&gt;The empty fields from "Request" are not selectable, I guess this is the problem.&amp;nbsp;&lt;BR /&gt;Any Ideas how to make them selectable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Count( {&amp;lt;[Price]*={"&amp;lt;=100"},&lt;SPAN&gt;[Request]-={'X'},&lt;/SPAN&gt;Productkey={'TH',"LR"},[&lt;SPAN&gt;ReturnLabel&lt;/SPAN&gt;.]-={'A','B'}, Material= {"6*"}&amp;gt;}&lt;SPAN&gt;[Product Number]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Kind Regards,&amp;nbsp;&lt;BR /&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 06:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795511#M62366</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-03-30T06:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty field not possible</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795523#M62367</link>
      <description>&lt;P&gt;I assume that by empty you mean null. If so, then you are right - we can't select NULL value. The work around in set analysis to include null values would be something like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Sum( {1-&amp;lt;Field={"*"}&amp;gt;} Sales)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I.e. - excluding all possible values from the field from the entire set. In your expression, you could try like:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;=Count( {&amp;lt;[Price]*={"&amp;lt;=100"},&lt;/SPAN&gt;&lt;SPAN&gt;Productkey={'TH',"LR"},[&lt;/SPAN&gt;&lt;SPAN&gt;ReturnLabel&lt;/SPAN&gt;&lt;SPAN&gt;.]-={'A','B'}, Material= {"6*"}&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;*(1-&amp;lt;[Request={"*"}]&amp;gt;)&lt;/FONT&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;[Product Number]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 06:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795523#M62367</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-03-30T06:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty field not possible</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795549#M62373</link>
      <description>&lt;P&gt;Unfortunately the system did not take the formula, any other ideas?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 08:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795549#M62373</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-03-30T08:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty field not possible</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795552#M62374</link>
      <description>&lt;P&gt;Oh, I can see a mistake in brackets in my previous expression. Try correcting it like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;=Count( {&amp;lt;[Price]*={"&amp;lt;=100"},&lt;/SPAN&gt;&lt;SPAN&gt;Productkey={'TH',"LR"},[&lt;/SPAN&gt;&lt;SPAN&gt;ReturnLabel&lt;/SPAN&gt;&lt;SPAN&gt;.]-={'A','B'}, Material= {"6*"}&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;*(1-&amp;lt;&lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;[&lt;/FONT&gt;&lt;/STRONG&gt;Request&lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;]&lt;/FONT&gt;&lt;/STRONG&gt;={"*"}&amp;gt;)&lt;/FONT&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;[Product Number]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 08:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795552#M62374</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-03-30T08:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty field not possible</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795632#M62384</link>
      <description>&lt;P&gt;Perfect, now it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 11:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795632#M62384</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-03-30T11:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty field not possible</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795936#M62415</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just recognized, that&amp;nbsp; it is possible to select a Product Key which is not in the formula. This doese not effect the table but the bar graphs. Any Idea if this can be avoided?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally I would like to take out Material beginning with 6TZ8* and Returnlabel "C".&lt;/P&gt;&lt;P&gt;Already set Material =&amp;nbsp;&lt;SPAN&gt;"6*"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 09:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-field-not-possible/m-p/1795936#M62415</guid>
      <dc:creator>Daniel1908</dc:creator>
      <dc:date>2021-03-31T09:31:23Z</dc:date>
    </item>
  </channel>
</rss>

