<?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: Set analysis with Missing Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959042#M329276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing this in the script or a front end chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 12:12:06 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-09-02T12:12:06Z</dc:date>
    <item>
      <title>Set analysis with Missing Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959040#M329274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;i have this situation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="628"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="90"&gt;CD_CODE&lt;/TD&gt;&lt;TD width="110"&gt;Prezzo2014&lt;/TD&gt;&lt;TD width="137"&gt;Prezzo 2015&lt;/TD&gt;&lt;TD width="78"&gt;Qty 2015&lt;/TD&gt;&lt;TD width="115"&gt;Prezzo x Qty 2015&lt;/TD&gt;&lt;TD width="98"&gt;Coverage&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;S0440871&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;13,64&lt;/TD&gt;&lt;TD align="right"&gt;-12&lt;/TD&gt;&lt;TD align="right"&gt;-164&lt;/TD&gt;&lt;TD align="right" class="xl64"&gt;&lt;SPAN style="color: #ff0000;"&gt;-€ 164&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;S0302446&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;8,76&lt;/TD&gt;&lt;TD align="right"&gt;7&lt;/TD&gt;&lt;TD align="right"&gt;61&lt;/TD&gt;&lt;TD align="right" class="xl64"&gt;€ 35&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Prezzo2014 is equal to '-' , I want that Coverage is equal to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do?&lt;/P&gt;&lt;P&gt;I tried with Isnull Function or Len function but doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959040#M329274</guid>
      <dc:creator />
      <dc:date>2015-09-02T12:01:25Z</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/959041#M329275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Prezzo2014 = to a hyphen character, or a null? I expect the latter. Use this amended expression for Coverage:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Prezzo2014) = 0, 0, &lt;EM&gt;&amp;lt;existing expression for Coverage&amp;gt;&lt;/EM&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959041#M329275</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-02T12:11:52Z</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/959042#M329276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing this in the script or a front end chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959042#M329276</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-02T12:12:06Z</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/959043#M329277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Front end Linear Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959043#M329277</guid>
      <dc:creator />
      <dc:date>2015-09-02T12:14:53Z</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/959044#M329278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried similar suggestions to Jonathan on the past but I have also put the expression ion the load script and set a value in a new field to either 1 or zero and then used the new field in my set analysis.&amp;nbsp; In the example below, my set analysis would be based off the value of the field 'NullCustomer'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Customer&amp;nbsp; #]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))=0,0, 1)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[NullCustomer] &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959044#M329278</guid>
      <dc:creator />
      <dc:date>2015-09-02T12:35:39Z</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/959045#M329279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the expression for Coverage as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(len(trim([Prezzo2014]))=0 or [Prezzo2014]=0,0,YourExpressionForCoverage)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959045#M329279</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-09-02T12:46:06Z</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/959046#M329280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is your expression for coverage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959046#M329280</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-02T13:04:14Z</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/959047#M329281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;try as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(PREZZO2014),0,1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959047#M329281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T13:17:12Z</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/959048#M329282</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;This is the case of missing values &lt;STRONG&gt;we cannot handle it with len or null functions . you need to handle this in the script only &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/STRONG&gt;..one easy solution would be go to chart Properties&amp;gt;Presentation&amp;gt; Missing symbol will be like - change it to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Try the chart presentation option if your handling the null in dimension &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959048#M329282</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-02T13:22:34Z</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/959049#M329283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have successfully done the following in the script, which will then allow me to use set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In the example below, my set analysis would be based off the value of the field 'NullCustomer'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Customer&amp;nbsp; #]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))=0,0, 1)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[NullCustomer] &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959049#M329283</guid>
      <dc:creator />
      <dc:date>2015-09-02T13:51:45Z</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/959050#M329284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with your expression but there is a problem. I have a drill down group in my linear table and when click on the row to drill total result change.&amp;nbsp; What is it the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 07:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Missing-Values/m-p/959050#M329284</guid>
      <dc:creator />
      <dc:date>2015-09-03T07:40:25Z</dc:date>
    </item>
  </channel>
</rss>

