<?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 condition evaluation and its behavior. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-condition-evaluation-and-its-behavior/m-p/1239150#M393756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you don't have a flag for Flower, it is causing this issue.... If you can fix this in the script, the problem should be resolved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Keep(Test)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Product,IsVitamin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Flower,N&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meat,N&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yugurt,Y&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2017 14:14:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-26T14:14:59Z</dc:date>
    <item>
      <title>Set analysis condition evaluation and its behavior.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-condition-evaluation-and-its-behavior/m-p/1239149#M393755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need your assistance to understand Set analysis behavior when there is nothing in the field on the selection of another field. Can you please open the attached dummy application. It explains the problem in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 07:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-condition-evaluation-and-its-behavior/m-p/1239149#M393755</guid>
      <dc:creator>dsg_sheraz</dc:creator>
      <dc:date>2017-01-26T07:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis condition evaluation and its behavior.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-condition-evaluation-and-its-behavior/m-p/1239150#M393756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because you don't have a flag for Flower, it is causing this issue.... If you can fix this in the script, the problem should be resolved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Keep(Test)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Product,IsVitamin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Flower,N&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meat,N&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yugurt,Y&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 14:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-condition-evaluation-and-its-behavior/m-p/1239150#M393756</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-26T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis condition evaluation and its behavior.</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-condition-evaluation-and-its-behavior/m-p/1239151#M393757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what you experience is due the way Qlik handles the associations between tables and how the inference engine works using state vectors. Not saying that it's not a problem, it's definitely returning unexpected results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't know which values are missing and you don't want to create fake values, try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Keep(Test)&lt;/P&gt;&lt;P&gt;LOAD Product,&lt;STRONG&gt; if(IsVitamin='Y',Dual('Y',1),Dual('N',0)) as IsVitamin&lt;/STRONG&gt; INLINE [&lt;/P&gt;&lt;P&gt;Product,IsVitamin&lt;/P&gt;&lt;P&gt;Meat,N&lt;/P&gt;&lt;P&gt;Yugurt,Y&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;IsVitamin={'Y'}&amp;gt;}Qty *IsVitamin )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or just&lt;/P&gt;&lt;P&gt;=sum(Qty *IsVitamin )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 14:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-condition-evaluation-and-its-behavior/m-p/1239151#M393757</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-26T14:53:24Z</dc:date>
    </item>
  </channel>
</rss>

