<?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 for everything below a selected date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-everything-below-a-selected-date/m-p/303779#M112378</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 the below expression, you need to exclude the selection &lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;lt;=$(=max(Date))"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are any date related Listboxes for Year/Month/Quarter/Week/Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;lt;=$(=max(Date))"}, YearFieldName=, MonthFieldName=, QuarterFieldName=, WeekFieldName=, DayFieldName=&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2012 10:11:23 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-01-25T10:11:23Z</dc:date>
    <item>
      <title>Set Analysis for everything below a selected date</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-everything-below-a-selected-date/m-p/303777#M112376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to use Set Analysis to select all dates in a certain field which are below or equal to the one that is selected by the user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My situation is this, I want to calculate the sum of payments for every customer but I want to let users be able to see what was the situation on a certain date. For example: We make an invoice of 600 on 1/1/2012, the customer pays 250 on 13/1/2012 and he pays 350 on 16/1/2012. Making the sum as of today 0 (-600+250+350). If the user wants to know what was the situation on 14/1/2012, we only need to calculate all the lines which have a date lower or equal to 14/1/2012. Result he needs to see is (-600+250) -350.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a line for every detail with a common link (EntryNo).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make it like this that when the user selects a date in the list box with dates, he sums everything below or equal to that day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niels&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 08:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-everything-below-a-selected-date/m-p/303777#M112376</guid>
      <dc:creator />
      <dc:date>2012-01-25T08:15:03Z</dc:date>
    </item>
    <item>
      <title>Set Analysis for everything below a selected date</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-everything-below-a-selected-date/m-p/303778#M112377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date={"&amp;lt;=$(=max(date))"} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 08:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-everything-below-a-selected-date/m-p/303778#M112377</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-25T08:17:52Z</dc:date>
    </item>
    <item>
      <title>Set Analysis for everything below a selected date</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-everything-below-a-selected-date/m-p/303779#M112378</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 the below expression, you need to exclude the selection &lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;lt;=$(=max(Date))"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are any date related Listboxes for Year/Month/Quarter/Week/Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={"&amp;lt;=$(=max(Date))"}, YearFieldName=, MonthFieldName=, QuarterFieldName=, WeekFieldName=, DayFieldName=&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 10:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-everything-below-a-selected-date/m-p/303779#M112378</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-01-25T10:11:23Z</dc:date>
    </item>
  </channel>
</rss>

