<?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: Using an Expression in a List Box/Text Box for selecting Nulls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127092#M765226</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;in your listbox [purchase date] : select all values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in an other field, sales for example : select excluded values&lt;/P&gt;&lt;P&gt;==&amp;gt; so you'll have null values of date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2018 14:55:31 GMT</pubDate>
    <dc:creator>ogautier62</dc:creator>
    <dc:date>2018-07-10T14:55:31Z</dc:date>
    <item>
      <title>Using an Expression in a List Box/Text Box for selecting Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127091#M765225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community.&lt;/P&gt;&lt;P&gt;I have a bit of a dilemma in my Dashboard.&lt;/P&gt;&lt;P&gt;I need to create a way to select nulls in my dahsboard so that the user can view information pending (not yet completed).&lt;/P&gt;&lt;P&gt;Ordinarily, I would like to use a Text Box with an action to Select In Field all the nulls, and I am using the below formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(IsNull([purchase date]),' ',0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a List Box to see whether I would be able to select the nulls based on the two criteria: Declared and Not declared and the List Box does show the two options but I am unable to select either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(If(Len([purchase date])&amp;lt;1,'Missing','Purchased'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how I can select all the nulls within a dimension? Ideally, in the Straight Table I created an expression to identify all the nulls within one of the dimensions either as 1 for not null and 0 for nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time and hope something gets to work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127091#M765225</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Expression in a List Box/Text Box for selecting Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127092#M765226</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;in your listbox [purchase date] : select all values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in an other field, sales for example : select excluded values&lt;/P&gt;&lt;P&gt;==&amp;gt; so you'll have null values of date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 14:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127092#M765226</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-10T14:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Expression in a List Box/Text Box for selecting Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127093#M765228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you create a new field while loading the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;If(Len([purchase date])&amp;lt;1,'Missing','Purchased') as MissingFlag&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and not select Missing and it should work for you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207472_Capture.PNG" style="height: 130px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 15:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127093#M765228</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-10T15:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Expression in a List Box/Text Box for selecting Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127094#M765230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for your answer, that will work. Is there any way of doing it without having to create a new field when loading the data? Because the data fields will change going forward as the data set increases which means that I or another administrator will have to remember to add a new line item...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 15:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127094#M765230</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-07-10T15:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Expression in a List Box/Text Box for selecting Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127095#M765231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be load with NULLASVALUE to convert nulls into empty spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NULLASVALUE *;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;SET NullValue = '';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Toy, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cost, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [# Items], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Purchase Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[Null Selection test.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 15:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127095#M765231</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-10T15:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using an Expression in a List Box/Text Box for selecting Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127096#M765232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And that is exactly what I have been looking for!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks so much Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 15:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-an-Expression-in-a-List-Box-Text-Box-for-selecting-Nulls/m-p/127096#M765232</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-07-10T15:59:42Z</dc:date>
    </item>
  </channel>
</rss>

