<?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 set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705126#M473962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;in a QlikView document, I found the following expression :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum ({ $ &amp;lt;OrderDate = DeliveryDate &amp;gt;} sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think there is a syntax error because the expression does not work. &lt;/P&gt;&lt;P&gt;Can you help me find the correct expression? &lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 16:35:04 GMT</pubDate>
    <dc:creator>francofiorillo</dc:creator>
    <dc:date>2014-10-10T16:35:04Z</dc:date>
    <item>
      <title>set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705126#M473962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;in a QlikView document, I found the following expression :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum ({ $ &amp;lt;OrderDate = DeliveryDate &amp;gt;} sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think there is a syntax error because the expression does not work. &lt;/P&gt;&lt;P&gt;Can you help me find the correct expression? &lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 16:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705126#M473962</guid>
      <dc:creator>francofiorillo</dc:creator>
      <dc:date>2014-10-10T16:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705127#M473963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum (&lt;/STRONG&gt;If(OrderDate = DeliveryDate,sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 16:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705127#M473963</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-10T16:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705128#M473964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try using this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum ({ $ &amp;lt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;OrderDate &lt;/STRONG&gt;= P(&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;DeliveryDate&lt;/STRONG&gt;) &amp;gt;} &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;sales&lt;/STRONG&gt;)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 16:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705128#M473964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T16:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705129#M473965</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum ({ $ &amp;lt;OrderDate = {'DeliveryDate'} &amp;gt;} sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;KC&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 16:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705129#M473965</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-10T16:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705130#M473966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is for finding sales where DeliveryDate is same on OrderDate... you can use below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;OrderDate = P(DeliveryDate)&amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 16:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-Analysis/m-p/705130#M473966</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-10T16:57:42Z</dc:date>
    </item>
  </channel>
</rss>

