<?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: Null values and QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323986#M829968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here we are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qvd.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167484_qvd.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2017 14:37:56 GMT</pubDate>
    <dc:creator>qlikviewaf</dc:creator>
    <dc:date>2017-06-20T14:37:56Z</dc:date>
    <item>
      <title>Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323980#M829962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;i'm struggling with my app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you can see i have some null-values for the "Item_Category" field - i'm using QVD.&lt;/P&gt;&lt;P&gt;I really don't know how i can manage it in order to filter it on set-analysis.&lt;/P&gt;&lt;P&gt;Any Advise?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="null.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167483_null.PNG" style="height: auto;" /&gt;&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/Null-values-and-QVD/m-p/1323980#M829962</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323981#M829963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you want to choose only NULL values you should use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&amp;nbsp; {$ &amp;lt;Item_Category= {$(=&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;list_of_groups_with_NULL&lt;/STRONG&gt;&lt;/SPAN&gt;)}&amp;gt; } Amount&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt; list_of_groups_with_NULL&lt;/STRONG&gt;&lt;/SPAN&gt; is generated like this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concat( DISTINCT TOTAL If(IsNull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Item_Category&lt;/SPAN&gt;), Chr(39) &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Item_Category&lt;/SPAN&gt;&amp;amp; Chr(39)), ', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now you can just use this statement with "-" to choose all &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Item_Category &lt;/SPAN&gt;without NULLs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&amp;nbsp; {$ &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Item_Category &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp; = {$(=&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;list_of_groups_with_NULL&lt;/STRONG&gt;&lt;/SPAN&gt;)}&amp;gt; } Amount&amp;nbsp; )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323981#M829963</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-06-20T14:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323982#M829964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to have a value into the Item_category like NA for null values.&lt;/P&gt;&lt;P&gt;As you can see now i have only SMP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323982#M829964</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-06-20T14:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323983#M829965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be do this while loading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD If(Len(Trim(Item_Category)) = 0, 'NA', Item_Category) as Item_Category,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323983#M829965</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T14:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323984#M829966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323984#M829966</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-06-20T14:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323985#M829967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the script where you tried this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323985#M829967</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T14:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323986#M829968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here we are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qvd.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167484_qvd.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323986#M829968</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-06-20T14:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323987#M829969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the only script you run and there are no joins or anything taking place after this? The reason I ask this is because a join can create null values which won't get fixed here. Those will be fixed in a resident table after the join has completed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323987#M829969</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T14:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323988#M829973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;there's a join using Short_Item with another table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323988#M829973</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-06-20T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323989#M829974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share your complete script in text format or try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join (Table1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ....,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(Item_Category)) = 0, 'NA', Item_Category) as Item_Category&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323989#M829974</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T14:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Null values and QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323990#M829976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for all users - i tested it using Debug and was not working.&lt;/P&gt;&lt;P&gt;Reloading all script is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just used: &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD If(Len(Trim(Item_Category)) = 0, 'NA', Item_Category) as Item_Category,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-and-QVD/m-p/1323990#M829976</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-06-20T14:58:32Z</dc:date>
    </item>
  </channel>
</rss>

