<?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 Count Records as of a Date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-Records-as-of-a-Date/m-p/1695449#M53177</link>
    <description>&lt;P&gt;I am trying to count the number of records as of a certain date. Field I am trying to Count is 'ContactID' and the date field is 'CreatedDate'.&lt;/P&gt;&lt;P&gt;What would the structure of an expression be to count as of Today minus 7 days for example&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2020 20:47:55 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2020-04-21T20:47:55Z</dc:date>
    <item>
      <title>Count Records as of a Date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Records-as-of-a-Date/m-p/1695449#M53177</link>
      <description>&lt;P&gt;I am trying to count the number of records as of a certain date. Field I am trying to Count is 'ContactID' and the date field is 'CreatedDate'.&lt;/P&gt;&lt;P&gt;What would the structure of an expression be to count as of Today minus 7 days for example&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Records-as-of-a-Date/m-p/1695449#M53177</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-04-21T20:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Count Records as of a Date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Records-as-of-a-Date/m-p/1696229#M53254</link>
      <description>&lt;P&gt;try somethign like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;count(&lt;STRONG&gt;{&amp;lt; Date={"&amp;lt;=$(=today()-7)"}&amp;gt;}&lt;/STRONG&gt;Measure)&lt;/P&gt;&lt;P&gt;does count for dates less than or equal to 7 days back from today&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 17:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Records-as-of-a-Date/m-p/1696229#M53254</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-04-23T17:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Count Records as of a Date</title>
      <link>https://community.qlik.com/t5/App-Development/Count-Records-as-of-a-Date/m-p/1696256#M53258</link>
      <description>&lt;P&gt;Try to create a expression like this. It wil count the ContactID associated with CreateDate in the 7 days interval ( today and&amp;nbsp; 6 days before)&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;=Count({&amp;lt;CreateDate = {"&amp;gt;$(=today()-7) &amp;lt;=$(=today())"}&amp;gt;}ContactID)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 19:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-Records-as-of-a-Date/m-p/1696256#M53258</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-04-23T19:30:06Z</dc:date>
    </item>
  </channel>
</rss>

