<?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 Sum previous date record count in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sum-previous-date-record-count/m-p/2121629#M91326</link>
    <description>&lt;P&gt;Creating a snapshot for our database and using RUN_DATE as the date in which each database run is completed. I need to sum values based on max date -1 (previous day totals)&lt;/P&gt;
&lt;P&gt;Currently WORKING Max Date Sum:&lt;/P&gt;
&lt;P&gt;Sum( {&amp;lt;RUN_DATE={'$(=Max(RUN_DATE))'}&amp;gt;} RECORD_COUNT)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I run the previous days totals? I'm used to seeing something like date(max(RUN_DATE)-1)&lt;/P&gt;</description>
    <pubDate>Sat, 23 Sep 2023 15:48:21 GMT</pubDate>
    <dc:creator>Andrew_2020</dc:creator>
    <dc:date>2023-09-23T15:48:21Z</dc:date>
    <item>
      <title>Sum previous date record count</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-previous-date-record-count/m-p/2121629#M91326</link>
      <description>&lt;P&gt;Creating a snapshot for our database and using RUN_DATE as the date in which each database run is completed. I need to sum values based on max date -1 (previous day totals)&lt;/P&gt;
&lt;P&gt;Currently WORKING Max Date Sum:&lt;/P&gt;
&lt;P&gt;Sum( {&amp;lt;RUN_DATE={'$(=Max(RUN_DATE))'}&amp;gt;} RECORD_COUNT)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I run the previous days totals? I'm used to seeing something like date(max(RUN_DATE)-1)&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 15:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-previous-date-record-count/m-p/2121629#M91326</guid>
      <dc:creator>Andrew_2020</dc:creator>
      <dc:date>2023-09-23T15:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sum previous date record count</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-previous-date-record-count/m-p/2121632#M91327</link>
      <description>&lt;P&gt;This not working&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kkarlste_0-1695484410164.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116905iBCB4BDACFB2D5D46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kkarlste_0-1695484410164.png" alt="kkarlste_0-1695484410164.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 15:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-previous-date-record-count/m-p/2121632#M91327</guid>
      <dc:creator>kkarlste</dc:creator>
      <dc:date>2023-09-23T15:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sum previous date record count</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-previous-date-record-count/m-p/2121635#M91328</link>
      <description>&lt;P&gt;This working bus I must show label colum MonthYear&lt;BR /&gt;&lt;BR /&gt;Sum( {&amp;lt;RUN_DATE={'$(=Max(RUN_DATE))'}&amp;gt;} QC_EvaluationResult)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kkarlste_0-1695484862734.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/116906iD2A5B21156C96522/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kkarlste_0-1695484862734.png" alt="kkarlste_0-1695484862734.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 16:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-previous-date-record-count/m-p/2121635#M91328</guid>
      <dc:creator>kkarlste</dc:creator>
      <dc:date>2023-09-23T16:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sum previous date record count</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-previous-date-record-count/m-p/2122052#M91357</link>
      <description>&lt;P&gt;You're also missing a '&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;RUN_DATE={'$(=Max(RUN_DATE))-1'}&amp;gt;}RECORD_COUNT)&lt;/P&gt;
&lt;P&gt;This however results in zero.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 15:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-previous-date-record-count/m-p/2122052#M91357</guid>
      <dc:creator>Andrew_2020</dc:creator>
      <dc:date>2023-09-25T15:24:03Z</dc:date>
    </item>
  </channel>
</rss>

