<?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 Re: Returning last 7 days of data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516877#M62583</link>
    <description>&lt;P&gt;Still returning a zero value&lt;/P&gt;</description>
    <pubDate>Wed, 05 Dec 2018 14:53:10 GMT</pubDate>
    <dc:creator>Giselle100</dc:creator>
    <dc:date>2018-12-05T14:53:10Z</dc:date>
    <item>
      <title>Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516795#M62575</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;I have the&amp;nbsp;below expression&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Status]={8} &amp;gt;}distinct [Order No] )&lt;/P&gt;&lt;P&gt;How do I amend it to only return the data for the last 7 days?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516795#M62575</guid>
      <dc:creator>Giselle100</dc:creator>
      <dc:date>2024-11-16T21:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516806#M62576</link>
      <description>&lt;P&gt;May be something like this&lt;/P&gt;&lt;PRE&gt;Count({&amp;lt;[Status] = {8}, &lt;FONT color="#FF0000"&gt;DateField = {"$(='&amp;gt;=' &amp;amp; Date(Today() - 7, 'DateFieldFormatHere'))"}&lt;/FONT&gt;&amp;gt;} DISTINCT [Order No])&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Dec 2018 13:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516806#M62576</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-05T13:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516837#M62577</link>
      <description>Its returning a zero value</description>
      <pubDate>Wed, 05 Dec 2018 14:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516837#M62577</guid>
      <dc:creator>Giselle100</dc:creator>
      <dc:date>2018-12-05T14:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516844#M62578</link>
      <description>What was the exact expression you used? Did you replace DateFieldFormatHere with the format of your date field?</description>
      <pubDate>Wed, 05 Dec 2018 14:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516844#M62578</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-05T14:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516846#M62579</link>
      <description>&lt;P&gt;Count({&amp;lt;[Status] = {8}, [Outscan Date] = {"$(='&amp;gt;=' &amp;amp; Date(Today() - 7, 'YYYY/MM/DD'))"}&amp;gt;} DISTINCT [Order No])&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 14:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516846#M62579</guid>
      <dc:creator>Giselle100</dc:creator>
      <dc:date>2018-12-05T14:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516851#M62580</link>
      <description>The expression looks good... are you looking for last 7 days from today or last 7 days from the max date in the database?</description>
      <pubDate>Wed, 05 Dec 2018 14:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516851#M62580</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-05T14:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516852#M62581</link>
      <description>&lt;P&gt;max date&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 14:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516852#M62581</guid>
      <dc:creator>Giselle100</dc:creator>
      <dc:date>2018-12-05T14:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516858#M62582</link>
      <description>&lt;P&gt;Then try this&lt;/P&gt;&lt;PRE&gt;Count({&amp;lt;[Status] = {8}, [Outscan Date] = {"$(='&amp;gt;=' &amp;amp; Date(Max([Outscan Date]) - 7, 'YYYY/MM/DD'))"}&amp;gt;} DISTINCT [Order No])&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Dec 2018 14:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516858#M62582</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-05T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516877#M62583</link>
      <description>&lt;P&gt;Still returning a zero value&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 14:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516877#M62583</guid>
      <dc:creator>Giselle100</dc:creator>
      <dc:date>2018-12-05T14:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Returning last 7 days of data</title>
      <link>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516887#M62584</link>
      <description>Would you be able to share a sample to check this out?</description>
      <pubDate>Wed, 05 Dec 2018 15:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Returning-last-7-days-of-data/m-p/1516887#M62584</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-05T15:03:58Z</dc:date>
    </item>
  </channel>
</rss>

