<?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: Expression help needed for Count(Distinct Field1&amp;amp;Field2&amp;amp;Field3) return 0 for null in Fie in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748892#M453493</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp; - Thank you for the explanation!&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 15:01:59 GMT</pubDate>
    <dc:creator>mscomens</dc:creator>
    <dc:date>2020-10-01T15:01:59Z</dc:date>
    <item>
      <title>Expression help needed for Count(Distinct Field1&amp;Field2&amp;Field3) return 0 for null in Field3</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748846#M453485</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I am not formally trained in QlikView but find myself learning as I go.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an expression for s straight table that looks like this:&lt;/P&gt;&lt;P&gt;Count(Distinct Field1&amp;amp;Field2&amp;amp;Field3)&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like something where I can do this:&lt;/P&gt;&lt;P&gt;Count(Distinct Field1&amp;amp;Field2&amp;amp;Field3) Where Field3 not null&lt;/P&gt;&lt;P&gt;I am looking to get a 0 when Field1 and Field2 still has a row in the table but Field 3 would be null in that row.&lt;/P&gt;&lt;P&gt;Currently Field3 is not included in the straight table as a dimension because that creates a separate row for each entry that is not null in Field3.&lt;/P&gt;&lt;P&gt;Values in all dimensions are strings&lt;/P&gt;&lt;P&gt;I hope this makes sense&lt;/P&gt;&lt;P&gt;Any help you could provide would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 13:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748846#M453485</guid>
      <dc:creator>mscomens</dc:creator>
      <dc:date>2020-10-01T13:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help needed for Count(Distinct Field1&amp;Field2&amp;Field3) return 0 for null in Fie</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748847#M453486</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126993"&gt;@mscomens&lt;/a&gt;&amp;nbsp;Try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Field3 *= {"*"}&amp;gt;}DISTINCT Field1&amp;amp;Field2&amp;amp;Field3)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 13:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748847#M453486</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-10-01T13:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help needed for Count(Distinct Field1&amp;Field2&amp;Field3) return 0 for null in Fie</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748859#M453487</link>
      <description>&lt;P&gt;Thank you Sunny! That was exactly what I needed. Can you help me understand what is happening in that expression or point me where to look at what the syntax is doing.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 13:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748859#M453487</guid>
      <dc:creator>mscomens</dc:creator>
      <dc:date>2020-10-01T13:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help needed for Count(Distinct Field1&amp;Field2&amp;Field3) return 0 for null in Fie</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748882#M453491</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126993"&gt;@mscomens&lt;/a&gt;&amp;nbsp;- All this is saying is that include only those rows from the data where there is some data available in Field3. {&amp;lt;Field = {"*"}&amp;gt;}. Added * before = to let selection in Field3 to filter the expression&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 14:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748882#M453491</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-10-01T14:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression help needed for Count(Distinct Field1&amp;Field2&amp;Field3) return 0 for null in Fie</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748892#M453493</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp; - Thank you for the explanation!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 15:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-help-needed-for-Count-Distinct-Field1-amp-Field2-amp/m-p/1748892#M453493</guid>
      <dc:creator>mscomens</dc:creator>
      <dc:date>2020-10-01T15:01:59Z</dc:date>
    </item>
  </channel>
</rss>

