<?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: include all and at the same time include null values also.. Count({&amp;lt;SalesMan={&amp;quot;*&amp;quot;}&amp;amp; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636879#M446857</link>
    <description>&lt;P&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Thank you &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6678"&gt;@Arthur_Fong&lt;/a&gt;&lt;/FONT&gt;&lt;/U&gt;&amp;nbsp;and Sunny_Talwar&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2019 17:58:49 GMT</pubDate>
    <dc:creator>RheaQv12</dc:creator>
    <dc:date>2019-10-17T17:58:49Z</dc:date>
    <item>
      <title>include all and at the same time include null values also.. Count({&lt;SalesMan={"*"}&gt;} Distinct PNam )</title>
      <link>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636364#M446812</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have a scenario where there are nulls as part of join in the data model so i am not able to replace the nulls at the load script level... I have this scenario where the user will select the SalesMan listbox and this selection should not be applied to one of the straight table so SalesMan={*} and counting the ProductName values... * is excluding the NULL values&lt;/P&gt;&lt;P&gt;but there are certain ProductNames which do not have a SalesMan...so how do i get both i.e SalesMan={"*"} - this is required because i do not want to SalesMan dimension to change when the user selects the SalesMan in the listbox (the stragiht table should not change) ---not sure how to put this...&lt;/P&gt;&lt;P&gt;Count({&amp;lt;SalesMan]={null}&amp;nbsp;&amp;nbsp;and&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesMan]={"*"}&amp;gt;} Distinct PName)&amp;nbsp; - something like this&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 00:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636364#M446812</guid>
      <dc:creator>RheaQv12</dc:creator>
      <dc:date>2019-10-17T00:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: include all and at the same time include null values also.. Count({&lt;SalesMan={"*"}&amp;</title>
      <link>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636377#M446813</link>
      <description>&lt;P&gt;Try:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;Sal&lt;/SPAN&gt;esMan=&amp;gt;&lt;SPAN&gt;} Distinct PName)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 03:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636377#M446813</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-10-17T03:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: include all and at the same time include null values also.. Count({&lt;SalesMan={"*"}&amp;</title>
      <link>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636679#M446839</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;thanks but this will change the data in the straight table when i select the SalesMan value in a listbox - i do not want the st table to change when a value is selected in salesman listbox&lt;/P&gt;&lt;P&gt;the st table with salesman as dim should not chabge thats why i was using *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 12:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636679#M446839</guid>
      <dc:creator>RheaQv12</dc:creator>
      <dc:date>2019-10-17T12:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: include all and at the same time include null values also.. Count({&lt;SalesMan={"*"}&amp;</title>
      <link>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636714#M446842</link>
      <description>&lt;P&gt;This expression by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6678"&gt;@Arthur_Fong&lt;/a&gt;&amp;nbsp;is doing exactly that... ignoring selection in SalesMan field while allowing you to see nulls&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;SalesMan=&amp;gt;} DISTINCT PName)&lt;/LI-CODE&gt;&lt;P&gt;You can also write this without the = sign&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;SalesMan&amp;gt;} DISTINCT PName)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636714#M446842</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-17T13:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: include all and at the same time include null values also.. Count({&lt;SalesMan={"*"}&amp;</title>
      <link>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636879#M446857</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;Thank you &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6678"&gt;@Arthur_Fong&lt;/a&gt;&lt;/FONT&gt;&lt;/U&gt;&amp;nbsp;and Sunny_Talwar&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 17:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/include-all-and-at-the-same-time-include-null-values-also-Count/m-p/1636879#M446857</guid>
      <dc:creator>RheaQv12</dc:creator>
      <dc:date>2019-10-17T17:58:49Z</dc:date>
    </item>
  </channel>
</rss>

