<?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: convert if condition to set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-if-condition-to-set-analysis/m-p/1439049#M431981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working above one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you convert this, consider aggr one as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(AGGR(IF([Gate DRD]=1 &lt;/P&gt;&lt;P&gt;AND&amp;nbsp; [Gate Status]='Open' AND NOT(ISNULL([PLM Project ID]))&lt;/P&gt;&lt;P&gt;AND [Gate Actual Start Date]&amp;lt;&amp;gt;'-' &lt;/P&gt;&lt;P&gt;AND [Gate Actual End Date]&amp;lt;&amp;gt;'-' &lt;/P&gt;&lt;P&gt;, Networkdays([PLM Project Actual Start Date],[Gate Actual End Date])),[Gate DRD],[Gate Status],[Gate Actual Start Date],[Gate Actual End Date],[PLM Project ID]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2017 14:22:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-08T14:22:35Z</dc:date>
    <item>
      <title>convert if condition to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-condition-to-set-analysis/m-p/1439047#M431979</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;&lt;/P&gt;&lt;P&gt;can you please help me to convert this into set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; actual one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM(AGGR(IF([Gate DRD]=1 &lt;/P&gt;&lt;P&gt;AND&amp;nbsp; [Gate Status]='Open' AND NOT(ISNULL([PLM Project ID]))&lt;/P&gt;&lt;P&gt;AND [Gate Actual Start Date]&amp;lt;&amp;gt;'-' &lt;/P&gt;&lt;P&gt;AND [Gate Actual End Date]&amp;lt;&amp;gt;'-' &lt;/P&gt;&lt;P&gt;, Networkdays([PLM Project Actual Start Date],[Gate Actual End Date])),[Gate DRD],[Gate Status],[Gate Actual Start Date],[Gate Actual End Date],[PLM Project ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have converted&amp;nbsp; like below but not working because of network days &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Sum({&amp;lt;[Gate DRD]={1}&lt;/P&gt;&lt;P&gt;,&amp;nbsp; [Gate Status]={'Open'},PLM_NullFlag={1}&lt;/P&gt;&lt;P&gt;, [Gate Actual Start Date]-={'-'} &lt;/P&gt;&lt;P&gt;,[Gate Actual End Date]-={'-'} &lt;/P&gt;&lt;P&gt;,Network_PLM_GATE&amp;gt;}[PLM Project ID]),[Gate DRD],[Gate Status],[Gate Actual Start Date],[Gate Actual End Date])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-condition-to-set-analysis/m-p/1439047#M431979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-08T14:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: convert if condition to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-condition-to-set-analysis/m-p/1439048#M431980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum({&amp;lt;[Gate DRD] = {1}, [Gate Status] = {'Open'}, PLM_NullFlag = {1}, [Gate Actual Start Date] -= {'-'}, [Gate Actual End Date] -= {'-'}, Network_PLM_GATE&amp;gt;} Networkdays([PLM Project Actual Start Date],[Gate Actual End Date]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-condition-to-set-analysis/m-p/1439048#M431980</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-08T14:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: convert if condition to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-condition-to-set-analysis/m-p/1439049#M431981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working above one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you convert this, consider aggr one as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(AGGR(IF([Gate DRD]=1 &lt;/P&gt;&lt;P&gt;AND&amp;nbsp; [Gate Status]='Open' AND NOT(ISNULL([PLM Project ID]))&lt;/P&gt;&lt;P&gt;AND [Gate Actual Start Date]&amp;lt;&amp;gt;'-' &lt;/P&gt;&lt;P&gt;AND [Gate Actual End Date]&amp;lt;&amp;gt;'-' &lt;/P&gt;&lt;P&gt;, Networkdays([PLM Project Actual Start Date],[Gate Actual End Date])),[Gate DRD],[Gate Status],[Gate Actual Start Date],[Gate Actual End Date],[PLM Project ID]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-condition-to-set-analysis/m-p/1439049#M431981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-08T14:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: convert if condition to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/convert-if-condition-to-set-analysis/m-p/1439050#M431982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;consider aggr one also? What does that mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-if-condition-to-set-analysis/m-p/1439050#M431982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-08T14:25:28Z</dc:date>
    </item>
  </channel>
</rss>

