<?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: Set Analysis between a range of dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335763#M412037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to include or exclude them? The E() stands for Exclude, P() for possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include customers with sales above 1000&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;=sum({&amp;lt;dat={"&amp;gt;=01-01-2016&amp;lt;=31-08-2016"},costumer=&lt;SPAN style="color: #ff0000;"&gt;P&lt;/SPAN&gt;({1&amp;lt;dat={"&amp;gt;=01-09-2016&amp;lt;=31-12-2016"},sales={"&amp;gt;1000"}&amp;gt;})&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 14:16:38 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2017-08-02T14:16:38Z</dc:date>
    <item>
      <title>Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335737#M412011</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;I need to make an expression that returns the costumers with sales betweeen 2 dates and without sales between 2 other dates...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my current expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;&amp;nbsp; dat = {"&amp;gt;=$(=date('01-01-2016','DD-MM-YYYY')) &amp;lt;=$(=date('31-08-2016','DD-MM-YYYY')) "}&amp;nbsp; ,&amp;nbsp;&amp;nbsp; dat -= {"&amp;gt;=$(=date('01-09-2016','DD-MM-YYYY')) &amp;lt;=$(=date('31-12-2016','DD-MM-YYYY')) "}&amp;nbsp;&amp;nbsp; &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this expression doesn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need sales between 01-01-2016 and 31-08-2016 and with sales = 0 between 1-09-2016 and 31-12-2016..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if want to know sales same period (01-01-2016 and 31-09-2016) but great then 1000 for instance... how can I accomplish that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could some please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;edit: the result that I want is here in this picture:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Cap.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172165_Cap.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAFC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335737#M412011</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2017-08-02T11:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335738#M412012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does you mean this? I assume your date field has same format like "DD-MM-YYYY"&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;&lt;STRONG&gt;=sum({&amp;lt; dat = {"&amp;gt;=$(=date('01-01-2016','DD-MM-YYYY')) &amp;lt;=$(=date('31-09-2016','DD-MM-YYYY')) "}, Instance = {'&amp;gt;1000'} &amp;gt;} Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335738#M412012</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-02T11:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335739#M412013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cedric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share a dummy data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335739#M412013</guid>
      <dc:creator>ankur_abhishek</dc:creator>
      <dc:date>2017-08-02T11:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335740#M412014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, is not want I mean... sorry..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the get costurms with sales between 01-01-2016 and 31-08-2016 and with sales = 0 between 1-09-2016 and 31-12-2016.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you understand??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then I ask by the way how could I accomplist to get Sales in this range 01-01-2016 and 31-08-2016 but with Sales&amp;gt; 1000... right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335740#M412014</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2017-08-02T11:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335741#M412015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will you able to provide sample data set to test? Because, your explanation hearing pretty easy but not sure how i can offer you with out seeing any data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335741#M412015</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-02T11:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335742#M412016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. I have edit my post and attached an exemple of my data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335742#M412016</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2017-08-02T11:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335743#M412017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. I have edit my post and attached an exemple of my data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335743#M412017</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2017-08-02T11:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335744#M412018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&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;=sum({&amp;lt;&amp;nbsp; dat = {"&amp;gt;=01-01-2016 &amp;lt;= 31-08-2016 "}&amp;nbsp; ,&amp;nbsp; dat -= {"&amp;gt;=01-09-2016&amp;lt;=31-12-2016"}&amp;nbsp; &amp;gt;} Sales)&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;make sure that your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;dat &lt;/STRONG&gt;format is "DD-MM-YYYY"&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335744#M412018</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T11:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335745#M412019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you expecting 244?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335745#M412019</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-02T11:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335746#M412020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your expression is the same of the mine!! and it doesn't work..&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335746#M412020</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2017-08-02T11:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335747#M412021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One last question from end, Why are you not showing costumer of 1 and 3 even those dates are with in the date ranges only. Just for confirmation &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335747#M412021</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-02T11:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335748#M412022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the format of dat field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335748#M412022</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T12:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335749#M412023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm expecting 182 and not 244...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because the costumer 1 and 3 has sales one the between 1-09-2016 and 31-12-2016. I need only the costumer who has only sales in period of 1-1-2016 to 31-08-2016 and not between 1-9-2016 to 31-12-2016.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335749#M412023</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2017-08-02T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335750#M412024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this expression is working for me.. please try in your application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;dat={"&amp;gt;=01-01-2016&amp;lt;=31-08-2016"},dat-={"&amp;gt;=01-09-2016&amp;lt;=31-12-2016"}&amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335750#M412024</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T13:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335751#M412025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172204_Capture.JPG" style="height: 177px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335751#M412025</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335752#M412026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I'm expecting 182 and not 244... sorry&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;thank you&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335752#M412026</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2017-08-02T13:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335753#M412027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your attached application, there is only one customer who with Date 1-9-2016, so out of total 271, 244 is should be the total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335753#M412027</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T13:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335754#M412028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no.. the costumer 1 and 3 have sales after 1-9-2016...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335754#M412028</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2017-08-02T13:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335755#M412029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes so, two customer, having 12+15=27, so total 271-27=244.. is it not correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335755#M412029</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T13:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis between a range of dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335756#M412030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you are not trying this expression in your actual application and see the results?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-between-a-range-of-dates/m-p/1335756#M412030</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T13:40:42Z</dc:date>
    </item>
  </channel>
</rss>

