<?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: How to sum based on dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107976#M366801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I mentioned in my 1st response that you might need to Group by Trans ID or something else. Are you looking to get one combination of ScoreDate, Execution Date per Trans ID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 19:17:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-19T19:17:52Z</dc:date>
    <item>
      <title>How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107969#M366794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the need to sum a value based on the closest matching date to another.&amp;nbsp; I have a score that is pulled at a date and tied to a customer but not directly tied to a transaction.&amp;nbsp; The date the score is pulled is stored and the date the transaction executed is stored.&amp;nbsp; Since the score is not tied to the transaction and to the customer my data is not showing properly.&amp;nbsp; So I would like to put some set analysis in so that I only grab the score from the closest date prior to the execution date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the dummy data below I would only want to see the first row, I have tried a few things but no luck.&amp;nbsp; Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Trans ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Score&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt; ScoreDate&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Execution Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Amount&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1234&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;450&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3/31/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4/15/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1234&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;560&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1/20/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4/15/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107969#M366794</guid>
      <dc:creator />
      <dc:date>2016-05-19T17:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107970#M366795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a flag in the script and use the flag in the set analysis condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Trans ID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Score, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScoreDate, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Execution Date], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Execution Date] - ScoreDate as Range&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="217587" data-objecttype="1" href="https://community.qlik.com/thread/217587"&gt;https://community.qlik.com/thread/217587&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Min(Range) as Range,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125112_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to Group by more dimensions, but the idea will remain the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107970#M366795</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T17:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107971#M366796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a good idea but unfortunately the script is very massive and this is a one off request, I was hoping this was going to be simple and not require a lot of changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107971#M366796</guid>
      <dc:creator />
      <dc:date>2016-05-19T17:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107972#M366797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want to do this on the front end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107972#M366797</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T17:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107973#M366798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that would be best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 17:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107973#M366798</guid>
      <dc:creator />
      <dc:date>2016-05-19T17:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107974#M366799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using this set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;ScoreDate = {"=([Execution Date] - ScoreDate) - (Min(TOTAL ([Execution Date] - ScoreDate))) = 0"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 18:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107974#M366799</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T18:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107975#M366800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That didn't produce any results for me.&amp;nbsp; I actually just pulled the data that is duplicating out of QlikView and put it into excel and then created a new QlikView file to try your script option.&amp;nbsp; Unfortunately that only generated one Flag for 1 transaction and wasn't done for each transaction.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could we modify that so that it created a flag for each transaction?&amp;nbsp; If it did that then it would work perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107975#M366800</guid>
      <dc:creator />
      <dc:date>2016-05-19T19:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107976#M366801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I mentioned in my 1st response that you might need to Group by Trans ID or something else. Are you looking to get one combination of ScoreDate, Execution Date per Trans ID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107976#M366801</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T19:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107977#M366802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with these slight modifications:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Trans ID], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Score, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScoreDate, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Execution Date], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Execution Date] - ScoreDate as Range&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="217587" data-objecttype="1" href="https://community.qlik.com/thread/217587"&gt;https://community.qlik.com/thread/217587&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;SPAN style="color: #ff0000;"&gt; [Trans ID],&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Min(Range) as Range,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Group by [Trans ID]&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should have just added this to my first post, apologize for not doing this earlier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107977#M366802</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T19:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107978#M366803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is very good.&amp;nbsp; Only one more thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we make it so the flag only generates on a positive value?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107978#M366803</guid>
      <dc:creator />
      <dc:date>2016-05-19T19:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107979#M366804</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 style="color: #575757; font-style: inherit; font-family: inherit;"&gt;Table:&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD [Trans ID],&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Score,&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScoreDate,&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Execution Date],&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount,&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Execution Date] - ScoreDate as Range&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="217587" data-objecttype="1" href="https://community.qlik.com/thread/217587" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;SPAN style="color: #575757;"&gt;https://community.qlik.com/thread/217587&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;]&lt;/SPAN&gt;&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Left Join (Table)&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; [Trans ID],&lt;/SPAN&gt;&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Min(Range) as Range,&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;If(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Min(Range) &amp;gt; 0, &lt;/STRONG&gt;1) as Flag&lt;/SPAN&gt;&lt;/STRONG&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="color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Resident Table&lt;/STRONG&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;STRONG style="color: #575757; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Group by [Trans ID]&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107979#M366804</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T19:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107980#M366805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is close but if the value for the Transaction is less than 0 I would want to take the lowest positive value and this doesn't mark any flags for that transaction.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107980#M366805</guid>
      <dc:creator />
      <dc:date>2016-05-19T19:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107981#M366806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say value, do you mean Score or Amount?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107981#M366806</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T19:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107982#M366807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant the Range.&amp;nbsp; I actually was able to complete it. &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;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Left Join (Table)&lt;/STRONG&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: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; [Trans ID],&lt;/SPAN&gt;&lt;/STRONG&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: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; Min(Range) as Range,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;1 as Flag&lt;/SPAN&gt;&lt;/STRONG&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: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Resident Table&lt;/STRONG&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: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Where Range &amp;gt;0&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&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;STRONG style="font-style: inherit; font-family: inherit; color: #575757;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Group by [Trans ID]&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107982#M366807</guid>
      <dc:creator />
      <dc:date>2016-05-19T19:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107983#M366808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107983#M366808</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T19:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107984#M366809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107984#M366809</guid>
      <dc:creator />
      <dc:date>2016-05-19T19:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum based on dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107985#M366810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all. I am glad I was able to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 19:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-based-on-dates/m-p/1107985#M366810</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-19T19:55:21Z</dc:date>
    </item>
  </channel>
</rss>

