<?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 returning null value for entire table when records don't meet the defined set criteria in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686638#M248764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with a sum and all that does is change every value to '0' (unless I select one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 11:56:01 GMT</pubDate>
    <dc:creator>Dayna</dc:creator>
    <dc:date>2014-06-16T11:56:01Z</dc:date>
    <item>
      <title>Set analysis returning null value for entire table when records don't meet the defined set criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686636#M248762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;A bit of a hard one to explain but I'm hoping someone can help me.. I have an application where I want to convert the UoM of each product against a standard I have. The problem is, not every product has a conversion record against it (where this is the case, the UoM would be '1').&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I believe I have the right expression to do the conversion: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;pt_um&lt;/SPAN&gt; = {&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;$(=(um_um))&lt;/EM&gt;&lt;/STRONG&gt;}, &lt;SPAN style="color: #800000;"&gt;um_alt_um&lt;/SPAN&gt; = {'MU'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;um_conv&lt;/SPAN&gt;) * &lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;ld_qty_oh&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;However, the entire table shows it as null. When I select a group of items that all have a um_conv against it, it shows me the values - but if any of the records don't meet the set criteria, it shows everything as null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried if statements where isnull(&amp;lt;set&amp;gt;) then show something else, but nothing has worked... I've attached my example application and the product to select is in group 3100 &amp;gt; 'RT20880X02' (as this shows how it should look).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone could advise how to get the set analysis to still return regardless of null values, it would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 11:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686636#M248762</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2014-06-16T11:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returning null value for entire table when records don't meet the defined set criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686637#M248763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dayna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your problem doesn't come from set analysis but from min function which requires selections to be able to calculate value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 11:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686637#M248763</guid>
      <dc:creator />
      <dc:date>2014-06-16T11:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returning null value for entire table when records don't meet the defined set criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686638#M248764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with a sum and all that does is change every value to '0' (unless I select one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 11:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686638#M248764</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2014-06-16T11:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returning null value for entire table when records don't meet the defined set criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686639#M248765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the value for&lt;/P&gt;&lt;P&gt;pt_um = {$(=(um_um))}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't have it in the qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 12:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686639#M248765</guid>
      <dc:creator />
      <dc:date>2014-06-16T12:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returning null value for entire table when records don't meet the defined set criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686640#M248766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's there, it's to say that the UoM&amp;nbsp; for the product should equal the same in the UoM conversion table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 12:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686640#M248766</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2014-06-16T12:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returning null value for entire table when records don't meet the defined set criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686641#M248767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK &lt;/P&gt;&lt;P&gt;sorry i went to fast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that will involve you need to select 1 value &lt;/P&gt;&lt;P&gt;other wise remove this pt_um = {$(=(um_um))}, from your set it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686641#M248767</guid>
      <dc:creator />
      <dc:date>2014-06-16T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis returning null value for entire table when records don't meet the defined set criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686642#M248768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The um_um could be a different value to the pt_um, (so the conversion rate would be different) so I need to include something that knows the original rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686642#M248768</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2014-06-16T13:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set analysis returning null value for entire table when records don't meet the defined set criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686643#M248769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a version where you have just to select um_um and you'll get the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 13:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686643#M248769</guid>
      <dc:creator />
      <dc:date>2014-06-16T13:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set analysis returning null value for entire table when records don't meet the defined set criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686644#M248770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-returning-null-value-for-entire-table-when-records/m-p/686644#M248770</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2014-06-17T12:09:00Z</dc:date>
    </item>
  </channel>
</rss>

