<?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 Select empty records in set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1843890#M69833</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a requirement where I have to display the count of items where Premier RM's is not equal to "Premier". If I use Count({&amp;lt;[Premier RM's]-={'Premier'}&amp;gt;} Items), the records with empty or un-associated values in [Premier RM's] field automatically get disregarded and only records with&amp;nbsp;[Premier RM's] = {'Non Premier'} show up (27 in screenshot). My requirement is to get total count 28 (27+1). Attached screenshot has been taken with set analysis commented out on [Premier RM's] field to give you an idea.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shreyandutt1_0-1633645655865.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63702i93D160931E6518EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shreyandutt1_0-1633645655865.png" alt="shreyandutt1_0-1633645655865.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shreyan&lt;/P&gt;</description>
    <pubDate>Thu, 07 Oct 2021 22:32:30 GMT</pubDate>
    <dc:creator>shreyandutt1</dc:creator>
    <dc:date>2021-10-07T22:32:30Z</dc:date>
    <item>
      <title>Select empty records in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1843890#M69833</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a requirement where I have to display the count of items where Premier RM's is not equal to "Premier". If I use Count({&amp;lt;[Premier RM's]-={'Premier'}&amp;gt;} Items), the records with empty or un-associated values in [Premier RM's] field automatically get disregarded and only records with&amp;nbsp;[Premier RM's] = {'Non Premier'} show up (27 in screenshot). My requirement is to get total count 28 (27+1). Attached screenshot has been taken with set analysis commented out on [Premier RM's] field to give you an idea.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shreyandutt1_0-1633645655865.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63702i93D160931E6518EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shreyandutt1_0-1633645655865.png" alt="shreyandutt1_0-1633645655865.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shreyan&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 22:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1843890#M69833</guid>
      <dc:creator>shreyandutt1</dc:creator>
      <dc:date>2021-10-07T22:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty records in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1844467#M69882</link>
      <description>&lt;P&gt;Hi, maybe with?:&amp;nbsp;&lt;SPAN&gt;Count(Items)-&lt;/SPAN&gt;&lt;SPAN&gt;Count({&amp;lt;[Premier RM's]={'Premier'}&amp;gt;} Items)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Oct 2021 10:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1844467#M69882</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-10-09T10:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty records in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1844662#M69895</link>
      <description>&lt;P&gt;First&amp;nbsp; replace the &lt;STRONG&gt;null&lt;/STRONG&gt; values with a &lt;STRONG&gt;string character&lt;/STRONG&gt;, for example "&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;-&lt;/FONT&gt;&lt;/STRONG&gt;", and then use the set analysis:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Count({&amp;lt;[Premier RM's] = - {'Premier'}&amp;gt;}Items)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 06:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1844662#M69895</guid>
      <dc:creator>kKoumoundouros</dc:creator>
      <dc:date>2021-10-11T06:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty records in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1844958#M69913</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;thanks for the reply but the expression is much bigger than this, I just included this part to simplify the example. This is what I am planning to implement as a last resort but looking for alternatives as this is quite a common case that may arise. There should be better a way to select empty records in Qlik, no?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 14:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1844958#M69913</guid>
      <dc:creator>shreyandutt1</dc:creator>
      <dc:date>2021-10-11T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty records in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1844959#M69914</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/654"&gt;@kKoumoundouros&lt;/a&gt;&amp;nbsp; thanks but the field doesn't have any nulls as such. They are simply empty records as they don't have any matching associations.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 14:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1844959#M69914</guid>
      <dc:creator>shreyandutt1</dc:creator>
      <dc:date>2021-10-11T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty records in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1845002#M69916</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;Items = E({&amp;lt;[Premier RM's]-={'Premier'}&amp;gt;} Items)&amp;nbsp; &amp;gt;}Items)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 15:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1845002#M69916</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-10-11T15:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Select empty records in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1847738#M70084</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;You could also try this out:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[Premier RM's]-={'Premier'}&amp;gt;&lt;STRONG&gt;+&lt;/STRONG&gt;&amp;lt;[Premier RM's]-={"*"}&amp;gt;} Items)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sun, 17 Oct 2021 05:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-empty-records-in-set-analysis/m-p/1847738#M70084</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2021-10-17T05:41:31Z</dc:date>
    </item>
  </channel>
</rss>

