<?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 how display accumulate since today date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-display-accumulate-since-today-date/m-p/229800#M81688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone.. I need your help..&lt;/P&gt;&lt;P&gt;I have a pivot table with this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=rangesum(above(COUNT( {&amp;lt;FechaEquivAdmision={"&amp;gt;=$(diaActual)"} &amp;gt;}DISTINCT IDSOLICITUD), 0, rowno()))&lt;/P&gt;&lt;P&gt;but i need the accumulate data since the begining FechaEquivAdmision and my table only show the accumulate since diaActual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me please!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Catalina&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Dec 2010 22:09:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-21T22:09:55Z</dc:date>
    <item>
      <title>how display accumulate since today date</title>
      <link>https://community.qlik.com/t5/QlikView/how-display-accumulate-since-today-date/m-p/229800#M81688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone.. I need your help..&lt;/P&gt;&lt;P&gt;I have a pivot table with this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=rangesum(above(COUNT( {&amp;lt;FechaEquivAdmision={"&amp;gt;=$(diaActual)"} &amp;gt;}DISTINCT IDSOLICITUD), 0, rowno()))&lt;/P&gt;&lt;P&gt;but i need the accumulate data since the begining FechaEquivAdmision and my table only show the accumulate since diaActual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me please!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Catalina&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 22:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-display-accumulate-since-today-date/m-p/229800#M81688</guid>
      <dc:creator />
      <dc:date>2010-12-21T22:09:55Z</dc:date>
    </item>
    <item>
      <title>how display accumulate since today date</title>
      <link>https://community.qlik.com/t5/QlikView/how-display-accumulate-since-today-date/m-p/229801#M81689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you only want your table to SHOW records since diaActual. But you want the ACCUMULATION to include all data since the very first FechaEquivAdmision, even though it isn't shown in your table?&lt;/P&gt;&lt;P&gt;Pardon my horrible mixture of Spanish and English...&lt;/P&gt;&lt;P&gt;Generate an AsOf table for your data that links every Fecha to itself and every previous Fecha. Here is some example data:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;AsOfFecha, FechaEquivAdmision&lt;BR /&gt;Jan 10 2010, Jan 10 2010&lt;BR /&gt;Jan 10 2010, Jan 9 2010&lt;BR /&gt;Jan 10 2010, Jan 8 2010&lt;BR /&gt;...&lt;BR /&gt;Jan 10 2010, Nov 22 2007 &amp;lt;-- or whatever your very first FechaEquivAdmision is&lt;/P&gt;&lt;P&gt;Here's a simple way to generate it, though not the most efficient way (and untested):&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;AsOf:&lt;BR /&gt;LOAD DISTINCT FechaEquivAdmision&lt;BR /&gt;RESIDENT SomeTable&lt;BR /&gt;;&lt;BR /&gt;LEFT JOIN (AsOf)&lt;BR /&gt;LOAD FechaEquivAdmision as AsOfFecha&lt;BR /&gt;RESIDENT AsOf&lt;BR /&gt;;&lt;BR /&gt;INNER JOIN (AsOf)&lt;BR /&gt;LOAD *&lt;BR /&gt;WHERE FechaEquivAdmision &amp;lt;= AsOfFecha&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Now instead of your current approach, set up your chart like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Dimension = AsOfFecha&lt;BR /&gt;Expression = count({&amp;lt;FechaEquivAdmision={"&amp;gt;=$(diaActual)"} &amp;gt;} distinct IDSOLICITUD)&lt;/P&gt;&lt;P&gt;If I did all that right, the result SHOULD be a chart that only displays FechaEquivAdmision &amp;gt; diaActual, but accumulates the total count from the very first FechaEquivAdmision.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 01:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-display-accumulate-since-today-date/m-p/229801#M81689</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-22T01:47:45Z</dc:date>
    </item>
  </channel>
</rss>

