<?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 Field - How would you approach this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-Field-How-would-you-approach-this/m-p/1722385#M723019</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/91120"&gt;@win_anthony&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You might want to see why in the first place you are getting that Null value, as obviously Null values wouldn't have forecast and revenues.&lt;/P&gt;&lt;P&gt;If your data is missing Product description but has some ID related to it, you might wanna populate with that. If not, try populating Null values at the script level.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NullasValue *;
Set NullValue ='NA';&lt;/LI-CODE&gt;&lt;P&gt;Refer:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/NULL-handling-in-QlikView/ta-p/1484472/page/3" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/NULL-handling-in-QlikView/ta-p/1484472/page/3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2020 21:40:03 GMT</pubDate>
    <dc:creator>vamsee</dc:creator>
    <dc:date>2020-06-25T21:40:03Z</dc:date>
    <item>
      <title>Null Field - How would you approach this?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Field-How-would-you-approach-this/m-p/1722376#M723018</link>
      <description>&lt;P&gt;I am completely stumped on how to approach this scenario. I have a dimension (ex: Products) with values but there is a null field in the dimension that is messing everything up. My problem is that I can easily suppress the null field but that throws off my totals. The client doesn't want to keep the null field either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would you approach this scenario? I'm so lost and just looking to the community.&amp;nbsp;&lt;/P&gt;&lt;TABLE width="378"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="96"&gt;Products&lt;/TD&gt;&lt;TD width="90"&gt;YTD Q2 Forecast&lt;/TD&gt;&lt;TD width="96"&gt;Q2 Variance&lt;/TD&gt;&lt;TD width="96"&gt;Q2 - 2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;$25&lt;/TD&gt;&lt;TD&gt;$25&lt;/TD&gt;&lt;TD&gt;$112&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Pizza&lt;/TD&gt;&lt;TD&gt;$5,977,761&lt;/TD&gt;&lt;TD&gt;($3,418,295)&lt;/TD&gt;&lt;TD&gt;$14,212,791&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Burgers&lt;/TD&gt;&lt;TD&gt;$39,767,717&lt;/TD&gt;&lt;TD&gt;($1,987,766)&lt;/TD&gt;&lt;TD&gt;$99,103,956&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Field-How-would-you-approach-this/m-p/1722376#M723018</guid>
      <dc:creator>win_anthony</dc:creator>
      <dc:date>2024-11-16T00:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Null Field - How would you approach this?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Field-How-would-you-approach-this/m-p/1722385#M723019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/91120"&gt;@win_anthony&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You might want to see why in the first place you are getting that Null value, as obviously Null values wouldn't have forecast and revenues.&lt;/P&gt;&lt;P&gt;If your data is missing Product description but has some ID related to it, you might wanna populate with that. If not, try populating Null values at the script level.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NullasValue *;
Set NullValue ='NA';&lt;/LI-CODE&gt;&lt;P&gt;Refer:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/NULL-handling-in-QlikView/ta-p/1484472/page/3" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/NULL-handling-in-QlikView/ta-p/1484472/page/3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 21:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Field-How-would-you-approach-this/m-p/1722385#M723019</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2020-06-25T21:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Null Field - How would you approach this?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Field-How-would-you-approach-this/m-p/1722394#M723020</link>
      <description>&lt;P&gt;Thanks for the advice. Kinda knew that this was it but was stubborn to think that I can make a quick set analysis or something that would give me the output I was looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Addressing the data is still probably the best approach.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 22:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Field-How-would-you-approach-this/m-p/1722394#M723020</guid>
      <dc:creator>win_anthony</dc:creator>
      <dc:date>2020-06-25T22:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Null Field - How would you approach this?</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Field-How-would-you-approach-this/m-p/1722397#M723021</link>
      <description>&lt;P&gt;Suppressing the NULL in the dimension, but want the should be included in the Aggregation. In such scenario, you can use AGGR in the expression.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 22:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Field-How-would-you-approach-this/m-p/1722397#M723021</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-25T22:34:39Z</dc:date>
    </item>
  </channel>
</rss>

