<?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: Need help to build an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944493#M325390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count(distinct if(Status&amp;lt;&amp;gt;'X' and Quantity&amp;lt;&amp;gt;0,Order))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2015 15:57:55 GMT</pubDate>
    <dc:creator>manojkulkarni</dc:creator>
    <dc:date>2015-11-19T15:57:55Z</dc:date>
    <item>
      <title>Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944490#M325387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to count the number of distinct Order where Status&amp;lt;&amp;gt;'X' AND Quantity&amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;There is the expression:&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Status-={'X'} &lt;STRONG&gt;AND&lt;/STRONG&gt; Quantity-={'0'}&amp;gt;}&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;DISTINCT Order)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;But unfortunately this syntax doesn't work, you can't put an 'AND' there...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I really dunno how to do this in a different way...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;May some experts help me for this please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Loïc&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944490#M325387</guid>
      <dc:creator />
      <dc:date>2015-11-19T15:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944491#M325388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayb try&lt;/P&gt;&lt;P&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;=count({&amp;lt;Status-={'X'}, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Quantity-={'0'}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISTINCT Order)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944491#M325388</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-19T15:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944492#M325389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression exclude &lt;STRONG&gt;all&lt;/STRONG&gt; the Status='X' and &lt;STRONG&gt;all &lt;/STRONG&gt;Quantity='0'.&lt;/P&gt;&lt;P&gt;But I want to exclude &lt;STRONG&gt;only&lt;/STRONG&gt; the lines where Status='X' and Quantity='0'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944492#M325389</guid>
      <dc:creator />
      <dc:date>2015-11-19T15:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944493#M325390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count(distinct if(Status&amp;lt;&amp;gt;'X' and Quantity&amp;lt;&amp;gt;0,Order))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944493#M325390</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-11-19T15:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944494#M325391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd rather use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Status={'*'}-{'X'},Quantity={'*'}-{0}&amp;gt;}&lt;SPAN style="font-size: 10pt;"&gt;DISTINCT Order)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tell us if it works&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944494#M325391</guid>
      <dc:creator>paolocamerini</dc:creator>
      <dc:date>2015-11-19T16:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944495#M325392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to check on a per record base, you would need to use a key field that is unique for every combination of Status and Quantity per Order in the set analysis set modifier, or use the COUNT(IF(...) ) as ManojK has shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944495#M325392</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-19T16:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944496#M325393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl's suggestion =&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count({&amp;lt;Status-={'X'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Quantity-={'0'}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISTINCT Order)&lt;/SPAN&gt; looks good to me. &lt;/P&gt;&lt;P&gt;It's well worth it, when you are ready to tackle it, to become familiar with this very concise set analysis notation but it can be tricky until you get used to it. &lt;/P&gt;&lt;P&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;&amp;lt;Status-={'X'}&amp;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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;means recognise user selections in the Status field but remove records where Status = 'X'.&lt;/P&gt;&lt;P&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;&amp;lt;Status=-{'X'}&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;looks as if it is the same but it's not quite, note the position of '-'. is a shorthand for&lt;/P&gt;&lt;P&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;&amp;lt;Status=*-{'X'}&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when you think of it like this you can see that this means disregard user selections in the Status field, i.e. include all, but remove records where Status = 'X'.&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, 19 Nov 2015 16:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944496#M325393</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-11-19T16:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944497#M325394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How about this one?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;=count({-&amp;lt;Status-={'X'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;Quantity-={'0'}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'courier new', courier;"&gt;DISTINCT Order)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944497#M325394</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-19T16:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944498#M325395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I don't know why but i got the same result doing:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct if(Status&amp;lt;&amp;gt;'X' and Quantity&amp;lt;&amp;gt;0,Order))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct if(Status&amp;lt;&amp;gt;'X',Order))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&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 style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It seems like a bug, the second argument is forgotten...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944498#M325395</guid>
      <dc:creator />
      <dc:date>2015-11-19T16:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944499#M325396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this could work, because in reality i have other fields that must be included in the same expression...&lt;/P&gt;&lt;P&gt;It's more like&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;Date={"&amp;lt;=$(varDate)"}, Status-={'X'} &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AND&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Quantity-={'0'}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISTINCT Order) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where the Date value must be included and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Status and Quantity must be excluded.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944499#M325396</guid>
      <dc:creator />
      <dc:date>2015-11-19T16:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944500#M325397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date={"&amp;lt;=$(varDate)"}&lt;/SPAN&gt;&amp;gt;-&amp;lt;Status ={'X'}, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'courier new', courier; color: #3d3d3d;"&gt;Quantity ={'0'}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier; color: #3d3d3d;"&gt;DISTINCT Order)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944500#M325397</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-19T16:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944501#M325398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Try this one.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;=count({&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;&amp;lt;Date={"&amp;lt;=$(varDate)"}&amp;gt;&lt;/SPAN&gt;-&amp;lt;Status-={'X'}, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;Quantity-={'0'}&amp;gt;}&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;DISTINCT Order)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;And welcome to set analysis. Never assume that something is impossible&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px;"&gt; without trying&lt;/SPAN&gt;. You'll be as surprised as I am.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944501#M325398</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-19T16:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944502#M325399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your responses.&lt;/P&gt;&lt;P&gt;For the moment i can't reach the result i want but it's maybe because of something else on the app, i dunno...&lt;/P&gt;&lt;P&gt;I'll try again on Monday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 16:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944502#M325399</guid>
      <dc:creator />
      <dc:date>2015-11-19T16:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944503#M325400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible, please upload a small sample QV with some sample data and your requested outcome (count).&lt;/P&gt;&lt;P&gt;I believe it's much easier for everyone to help if we see where you are coming from and where you are heading to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data could be mock up data, if needed, but the model should represent your setting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 17:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944503#M325400</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-19T17:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to build an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944504#M325401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you ever run into trouble with a document that is slow to react (usually because of a large amount of data), try the set analysis-approach. Embedding IF statements in an aggregation expression is highly inefficient when dealing with lots of rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 10:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-build-an-expression/m-p/944504#M325401</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-23T10:47:27Z</dc:date>
    </item>
  </channel>
</rss>

