<?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: IF condition in a set analysis ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610333#M681129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Your solution works but If I select "Incident" , it also counts"Problem" in the resultset. How do i show only based on current selections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Mar 2014 05:22:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-23T05:22:08Z</dc:date>
    <item>
      <title>IF condition in a set analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610330#M681125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do i write following IF condition in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(If(Match(CALL_STATE,'Closed') and ((IPK_STATUS ='Incident' and ACTION_COUNT &amp;lt;&amp;gt; '1')or Match(IPK_STATUS,'Problem')) ,INLIMIT))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2014 23:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610330#M681125</guid>
      <dc:creator />
      <dc:date>2014-03-22T23:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition in a set analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610331#M681126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its best to flag these records as part of the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2014 23:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610331#M681126</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2014-03-22T23:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition in a set analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610332#M681127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;CALL_STATE={Closed},IPK_STATUS={Incident},ACTION_COUNT=-{1}&amp;gt; + &amp;lt;CALL_STATE={Closed},IPK_STATUS={Problem},ACTION_COUNT=&amp;gt;} &lt;/P&gt;&lt;P&gt;INLIMIT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 00:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610332#M681127</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-23T00:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition in a set analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610333#M681129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Your solution works but If I select "Incident" , it also counts"Problem" in the resultset. How do i show only based on current selections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 05:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610333#M681129</guid>
      <dc:creator />
      <dc:date>2014-03-23T05:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: IF condition in a set analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610334#M681130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment, my expressions are compared to your original expression&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;CALL_STATE*={Closed},IPK_STATUS*={Incident},ACTION_COUNT=-{1}&amp;gt; + &amp;lt;CALL_STATE*={Closed},IPK_STATUS*={Problem},ACTION_COUNT=&amp;gt;} &lt;/P&gt;&lt;P&gt;INLIMIT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 08:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610334#M681130</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-23T08:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: IF condition in a set analysis ?</title>
      <link>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610335#M681133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo for your help. It worked like i needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2014 20:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-condition-in-a-set-analysis/m-p/610335#M681133</guid>
      <dc:creator />
      <dc:date>2014-03-23T20:33:31Z</dc:date>
    </item>
  </channel>
</rss>

