<?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: How to show only last 7 days rows Qlik Sense Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-show-only-last-7-days-rows-Qlik-Sense-Table/m-p/1362260#M30587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm pretty new to Qlik Sense (started using it yesterday), so I don't really know where to put this set analysis expression, if you could point that out for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Gabriel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 15:23:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-17T15:23:01Z</dc:date>
    <item>
      <title>How to show only last 7 days rows Qlik Sense Table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-only-last-7-days-rows-Qlik-Sense-Table/m-p/1362258#M30585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a table that looks like the one below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="fotoHG.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163752_fotoHG.png" style="height: 387px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to show only rows from the last 7 days based on the field "FINALDATE".&lt;/P&gt;&lt;P&gt;For example: if (finalDate &amp;gt;= date(now()-7), showRow)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All columns were created as dimensions, I dont want my user to have to select a filter for last week Operations, I want him to be able to see only the rows from the last 7 days without having to touch anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-only-last-7-days-rows-Qlik-Sense-Table/m-p/1362258#M30585</guid>
      <dc:creator />
      <dc:date>2017-05-17T14:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only last 7 days rows Qlik Sense Table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-only-last-7-days-rows-Qlik-Sense-Table/m-p/1362259#M30586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use set analysis for the expressions in the table, something like:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[FINAL DATE] = {"&amp;gt;=$(=Today()-7)"} &amp;gt;} [Quantidade Produzida])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-only-last-7-days-rows-Qlik-Sense-Table/m-p/1362259#M30586</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-05-17T14:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only last 7 days rows Qlik Sense Table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-only-last-7-days-rows-Qlik-Sense-Table/m-p/1362260#M30587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm pretty new to Qlik Sense (started using it yesterday), so I don't really know where to put this set analysis expression, if you could point that out for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Gabriel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-only-last-7-days-rows-Qlik-Sense-Table/m-p/1362260#M30587</guid>
      <dc:creator />
      <dc:date>2017-05-17T15:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to show only last 7 days rows Qlik Sense Table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-show-only-last-7-days-rows-Qlik-Sense-Table/m-p/1362261#M30588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Open the chart,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Select the column "Produced Quantity", modify the same field, copy the name of the source field, it should be "Produced Quantity", and substitute it with this formula, placing the source field in brackets: Sum ({&amp;lt;[FINAL DATE] = {"&amp;gt; = $ (= Today () - 7)"}&amp;gt;} [Produced Quantity])&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;* Also validate the name of the field of origin of "final date" can have a name the column and have different origin.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Greetings.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;** Do the same for Total Quantity&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If you have more doubts, you would have to open the App in the section of Data Model and paste the image, unless it is private data or that expose your info do not do it, only corrobora the names of the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 16:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-show-only-last-7-days-rows-Qlik-Sense-Table/m-p/1362261#M30588</guid>
      <dc:creator />
      <dc:date>2017-05-17T16:39:43Z</dc:date>
    </item>
  </channel>
</rss>

