<?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 Sum Conditional in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375280#M494393</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 statement seems to not be working at all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;{$(=sum(InvoiceFlag))}={'$(&amp;gt;1)'}&amp;gt;} distinct&amp;nbsp; CompanyID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The aim of the expression is to count the CompanyID's where the sum of the invoice flags is greater then 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 09:11:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-29T09:11:47Z</dc:date>
    <item>
      <title>Sum Conditional in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375280#M494393</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 statement seems to not be working at all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;{$(=sum(InvoiceFlag))}={'$(&amp;gt;1)'}&amp;gt;} distinct&amp;nbsp; CompanyID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The aim of the expression is to count the CompanyID's where the sum of the invoice flags is greater then 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375280#M494393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-29T09:11:47Z</dc:date>
    </item>
    <item>
      <title>Sum Conditional in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375281#M494394</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;store sum(invoice fllag) in a seperate variable &lt;/P&gt;&lt;P&gt;Then use syored variable here in the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sivaraj S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375281#M494394</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-03-29T09:23:48Z</dc:date>
    </item>
    <item>
      <title>Sum Conditional in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375282#M494395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take sum(Invoiceflag) in a variable say var1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;$(var1)={'&amp;gt;1'}&amp;gt;}&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;distinct&amp;nbsp; CompanyID&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375282#M494395</guid>
      <dc:creator />
      <dc:date>2012-03-29T09:25:25Z</dc:date>
    </item>
    <item>
      <title>Sum Conditional in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375283#M494396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({&amp;lt;var1'&amp;gt;1'&amp;gt;}distinct CompanyID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375283#M494396</guid>
      <dc:creator />
      <dc:date>2012-03-29T09:29:22Z</dc:date>
    </item>
    <item>
      <title>Sum Conditional in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375284#M494397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Acrobat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this input. &lt;/P&gt;&lt;P&gt;This solution doesnt work, I think it is because the sum in the variable is used across all of the companies whilst the actual expression is for one company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is why I tried to package this all into one expression with set analysis. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375284#M494397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-29T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Conditional in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375285#M494398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; hamishimrie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count( {&amp;lt;InvoiceFlag={ '&amp;gt;1'} &amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp; CompanyId)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find attachement eee.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warms Regards,&lt;/P&gt;&lt;P&gt;Anant Dubey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375285#M494398</guid>
      <dc:creator />
      <dc:date>2012-03-29T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Conditional in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375286#M494399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;CompanyID={"=sum(InvoiceFlag)&amp;gt;1"}&amp;gt;} distinct&amp;nbsp; CompanyID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 09:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375286#M494399</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-29T09:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Conditional in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375287#M494400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Celambarasan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=count({&amp;lt;CompanyID={"=sum(InvoiceFlag)&amp;gt;1 &amp;amp; &amp;lt; 5" }&amp;gt;} distinct&amp;nbsp; CompanyID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;something like that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thx.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Louis&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 04:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Conditional-in-Set-Analysis/m-p/375287#M494400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-19T04:12:24Z</dc:date>
    </item>
  </channel>
</rss>

