<?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 Set analysis with missing values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-missing-values/m-p/416985#M155004</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;The expression on my chart :&lt;/P&gt;&lt;P&gt;Count({$ &amp;lt;MOTIF -= {'Ne veux pas être recontacté'}&amp;gt;}DISTINCT SOLID_SOL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field MOTIF i have a lot of missing values because it is an optionnal field.&lt;/P&gt;&lt;P&gt;The set analysis excluding the value "Ne veux pas être recontacté" exclude all the SOLID_SOL with a missing value in the field MOTIF.&lt;/P&gt;&lt;P&gt;How can i do to keep the SOLID_SOL with a missing value in the field MOTIF ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2012 14:48:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-08T14:48:29Z</dc:date>
    <item>
      <title>Set analysis with missing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-missing-values/m-p/416985#M155004</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;The expression on my chart :&lt;/P&gt;&lt;P&gt;Count({$ &amp;lt;MOTIF -= {'Ne veux pas être recontacté'}&amp;gt;}DISTINCT SOLID_SOL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field MOTIF i have a lot of missing values because it is an optionnal field.&lt;/P&gt;&lt;P&gt;The set analysis excluding the value "Ne veux pas être recontacté" exclude all the SOLID_SOL with a missing value in the field MOTIF.&lt;/P&gt;&lt;P&gt;How can i do to keep the SOLID_SOL with a missing value in the field MOTIF ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 14:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-missing-values/m-p/416985#M155004</guid>
      <dc:creator />
      <dc:date>2012-11-08T14:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with missing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-missing-values/m-p/416986#M155005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this expresion -----&amp;gt;count ({$&amp;lt;MOTIF-={ } &amp;gt;}distinct SOLID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 14:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-missing-values/m-p/416986#M155005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-08T14:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with missing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-missing-values/m-p/416987#M155006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;follow the doc in this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3155"&gt;http://community.qlik.com/docs/DOC-3155&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 14:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-missing-values/m-p/416987#M155006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-08T14:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with missing values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-missing-values/m-p/416988#M155007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the backend put if(isnull(SOLID_SOL),'MISSING_SOLID_SOL',SOLID_SOL) AS SOLID_SOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Count(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;{$ &amp;lt;MOTIF -= {'Ne veux pas être recontacté'},SOLID_SOL-={'MISSING_SOLID_SOL'} &amp;gt;}&lt;/SPAN&gt; Distinct SOLID_SOL)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 14:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-missing-values/m-p/416988#M155007</guid>
      <dc:creator />
      <dc:date>2012-11-08T14:52:41Z</dc:date>
    </item>
  </channel>
</rss>

