<?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 Less than date in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Less-than-date-in-set-analysis/m-p/798432#M281960</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've created the following table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 228px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; width: 74pt;" width="98"&gt;Period&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none; width: 98pt;" width="130"&gt;Period End Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Mar 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/03/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Apr 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/04/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;May 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/05/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Jun 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/06/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Jul 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/07/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Aug 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/08/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Sep 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/09/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Oct 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/10/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Nov 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/11/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Dec 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/12/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Jan 2015&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/01/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Feb 2015&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;28/02/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Mar 2015&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/03/2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is aimed at providing a view over the previous 12 months, the table was created through script and links to another table by the 'Period' column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ledger table that includes entries, I want to include a new column called 'Inventory Value', this needs to be the sum of all entries before and including the 'Period End Date', so therefore is I had an entry for 05/011/2014 it would appear in Nov 2014, Dec 2014, Jan 2015 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following formula Sum({$&amp;lt;[ILE.Posting_Date] = {"&amp;lt;=$([Period End Date])"}&amp;gt;} ILE.Cost_Amount_Actual) however the result is no different to Sum(ILE.Cost_Amount_Actual) since it is only summing the entries for that period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have I missed? I haven't wrote a QlikView app for a few years so out of practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 10:11:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-13T10:11:37Z</dc:date>
    <item>
      <title>Less than date in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-date-in-set-analysis/m-p/798432#M281960</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've created the following table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 228px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl65" height="17" style="height: 12.75pt; width: 74pt;" width="98"&gt;Period&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none; width: 98pt;" width="130"&gt;Period End Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Mar 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/03/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Apr 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/04/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;May 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/05/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Jun 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/06/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Jul 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/07/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Aug 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/08/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Sep 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/09/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Oct 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/10/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Nov 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;30/11/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Dec 2014&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/12/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Jan 2015&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/01/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Feb 2015&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;28/02/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="height: 12.75pt; border-top: none;"&gt;Mar 2015&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;31/03/2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is aimed at providing a view over the previous 12 months, the table was created through script and links to another table by the 'Period' column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ledger table that includes entries, I want to include a new column called 'Inventory Value', this needs to be the sum of all entries before and including the 'Period End Date', so therefore is I had an entry for 05/011/2014 it would appear in Nov 2014, Dec 2014, Jan 2015 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the following formula Sum({$&amp;lt;[ILE.Posting_Date] = {"&amp;lt;=$([Period End Date])"}&amp;gt;} ILE.Cost_Amount_Actual) however the result is no different to Sum(ILE.Cost_Amount_Actual) since it is only summing the entries for that period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have I missed? I haven't wrote a QlikView app for a few years so out of practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-date-in-set-analysis/m-p/798432#M281960</guid>
      <dc:creator />
      <dc:date>2015-03-13T10:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Less than date in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-date-in-set-analysis/m-p/798433#M281961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis expressions calculate the set at the chart level, not the row level. See this document for more information: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-date-in-set-analysis/m-p/798433#M281961</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-13T10:23:42Z</dc:date>
    </item>
  </channel>
</rss>

