<?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 PROBLEM IN SET ANALYSIS in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1799198#M64728</link>
    <description>&lt;P&gt;Hello, is there any update to this issue? We are running into the same problem&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2021 18:28:02 GMT</pubDate>
    <dc:creator>phreesia_qv3</dc:creator>
    <dc:date>2021-04-13T18:28:02Z</dc:date>
    <item>
      <title>NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384504#M31664</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;&lt;/P&gt;&lt;P&gt;I have a metric that uses a set analysis &lt;SPAN style="font-size: 13.3333px;"&gt;(&amp;nbsp; {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FIELD ={'Y'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;}&amp;nbsp; )&lt;/SPAN&gt; . My problem starts when all the values of my 'FIELD' are null. Qlik completely ignores that null is different than 'Y' and don't even bother evaluating the set analysis, giving me the total sum of the value field instead of 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the script:&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;RowNo() AS CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Null() AS DIM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1 AS VALUE&lt;/P&gt;&lt;P&gt;AutoGenerate 15;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the KPI:&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt; DIM = {'Y'} &amp;gt;} VALUE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As there is no data 'Y' in the field DIM i should be getting 0, but instead I am getting 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="184884" alt="Captura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184884_Captura.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 09:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384504#M31664</guid>
      <dc:creator>caio_caminoski</dc:creator>
      <dc:date>2017-11-28T09:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384505#M31665</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;Add two variable as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NullAsValue *;&lt;/P&gt;&lt;P&gt;Set NullValue = 'NULL';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;RowNo() AS CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Null() AS DIM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1 AS VALUE&lt;/P&gt;&lt;P&gt;AutoGenerate 15;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it wont show 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 10:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384505#M31665</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-11-28T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384506#M31666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer. However, we really didn't want to transform null into values. Do you think there is another way to get the set analysis to work with the null values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This behavior looks like a bug, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 11:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384506#M31666</guid>
      <dc:creator>caio_caminoski</dc:creator>
      <dc:date>2017-11-28T11:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384507#M31667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be it seems as bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a work around try this.&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;CODE -= {"=isnull(DIM)"},DIM = {"Y"} &amp;gt;} VALUE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 11:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384507#M31667</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-11-28T11:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384508#M31668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Caio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's not a bug. Keep in mind that using SetAnalysis is about the same a selecting values in a listbox. In your LB of field DIM there is no value 'Y' avaliable, so clicking on 'Y' by SetAnalysis just doesn't have any effect - the same as in the real LB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add some dummy record to your table, like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLE:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODE,DIM,VALUE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Y,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;and the SetAnalysis statement will be able to select it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 11:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384508#M31668</guid>
      <dc:creator>mikofme</dc:creator>
      <dc:date>2017-11-28T11:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384509#M31669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a good one! Thank you Kaushik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end I saw that your solution works for the exemple I gave, but in my real table I don't have a unique identifier that I can use as you did in the function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am back to where we were.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway thank you very much again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 16:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384509#M31669</guid>
      <dc:creator>caio_caminoski</dc:creator>
      <dc:date>2017-11-28T16:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384510#M31670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Michael, thank you for your answer,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;The idea you are suggesting we also took into consideration, however our data model is complex. We don't want to be concatenating rows or adding inlines "just in case". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I understand what you mean, but I see set analysis as "forced pre-selected filters”, so if I force a field to evaluate my sum only for DIM = ‘Y’ and there is no ‘Y’, my value has to be 0, right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;This is a normal behaviour for a set analysis when there is at least one register not null. If I have a field with ‘Apples’ and ‘Bananas’ and I use in my set analysis ‘Oranges’ the result is zero because there is no match for my pre-set filter. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;But thanks again for the suggestion.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384510#M31670</guid>
      <dc:creator>caio_caminoski</dc:creator>
      <dc:date>2017-11-28T17:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384511#M31671</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;Can you tell us what u have in your real scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 06:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384511#M31671</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-11-29T06:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384512#M31672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Kaushik,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Sure! Basically we have a lot of data from different countries. As we have millions of rows, we don't have a field for unique identifiers (such as RowIDs) as the size of the file grows too much. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Then we have a KPI with an expression as it follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Sum( {&amp;lt; _Flag = {'Y'} &amp;gt;} Value ) / Sum( &lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt; _Flag =&amp;nbsp; &amp;gt;} &lt;/SPAN&gt;Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;The problem started when we published the app in one stream and restricted the data only to a specific country. By chance it happened that for that specific country all the registers in the field ‘_Flag’ were null. Once it is null, Qlik did not evaluate the set analysis and it is giving 100% instead of 0%.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I am not sure if I was clear. Let me know if it makes sense!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;All the best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Caio&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 12:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384512#M31672</guid>
      <dc:creator>caio_caminoski</dc:creator>
      <dc:date>2017-11-29T12:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384513#M31673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does make sense. Let me try couple of codes and come back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1384513#M31673</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-11-29T14:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1649250#M48412</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It totally sounds like a bug or at least a very bad user experience. I lost one hour trying to understand why my set analysis is not working and now. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, we all agree the {'*'} does not work when the field is totally null. Great.&amp;nbsp; Really great.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1649250#M48412</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2019-11-20T16:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1649282#M48415</link>
      <description>&lt;P&gt;I posted this idea if you want to vote :&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Enterprise-Ideas/Natural-management-of-completly-null-field-in-set-analysis/idi-p/1649280#M838" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Enterprise-Ideas/Natural-management-of-completly-null-field-in-set-analysis/idi-p/1649280#M838&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1649282#M48415</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2019-11-20T16:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1756116#M58317</link>
      <description>&lt;P&gt;Hi caio,&lt;/P&gt;&lt;P&gt;Did you find any solution .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jasasri&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 07:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1756116#M58317</guid>
      <dc:creator>jasasri_90</dc:creator>
      <dc:date>2020-10-27T07:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1756123#M58318</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;This is a bug knows as &lt;SPAN&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;QB-726&lt;/SPAN&gt;&lt;/SPAN&gt;. I made it open in december 2019, we're in October 2020.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 08:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1756123#M58318</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2020-10-27T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: NULL FIELD PROBLEM IN SET ANALYSIS</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1799198#M64728</link>
      <description>&lt;P&gt;Hello, is there any update to this issue? We are running into the same problem&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 18:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-FIELD-PROBLEM-IN-SET-ANALYSIS/m-p/1799198#M64728</guid>
      <dc:creator>phreesia_qv3</dc:creator>
      <dc:date>2021-04-13T18:28:02Z</dc:date>
    </item>
  </channel>
</rss>

