<?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 filter on equipement whose data volume has not changed over 3 consecutives months? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1750567#M57756</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello, I would like to know how we could filter, for example, on equipment whose data volume has not changed over 3 consecutive months, or on equipment which has had an increase in data volume greater than 10 GB during the last trimestre?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 07:17:55 GMT</pubDate>
    <dc:creator>Waïl_Riachi_Sanofi</dc:creator>
    <dc:date>2020-10-08T07:17:55Z</dc:date>
    <item>
      <title>How filter on equipement whose data volume has not changed over 3 consecutives months?</title>
      <link>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1750567#M57756</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I would like to know how we could filter, for example, on equipment whose data volume has not changed over 3 consecutive months, or on equipment which has had an increase in data volume greater than 10 GB during the last trimestre?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 07:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1750567#M57756</guid>
      <dc:creator>Waïl_Riachi_Sanofi</dc:creator>
      <dc:date>2020-10-08T07:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: How filter on equipement whose data volume has not changed over 3 consecutives months?</title>
      <link>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1751214#M57834</link>
      <description>&lt;P&gt;If you will always filter on the same timeframe (3 months), you could create a dimension in the load script showing the change in data volume over 3 months (or simply 'yes/no' it changed).&lt;/P&gt;&lt;P&gt;If you want flexibility to filter on different timeframes, you could create a dimension in the app using Aggr, and filter on that. Something like:&lt;/P&gt;&lt;P&gt;=Aggr(sum({&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(Today(), -$(vMonth1)))&amp;lt;=$(=MonthEnd(AddMonths(Today(), -$(vMonth1)))"}&amp;gt;} DataVolume) - sum({&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(Today(), -$(vMonth2)))&amp;lt;=$(=MonthEnd(AddMonths(Today(), -$(vMonth2)))"}&amp;gt;} DataVolume), EquipmentID)&lt;/P&gt;&lt;P&gt;And create input boxes for the two variables for how many months ago.&lt;/P&gt;&lt;P&gt;This gets you the change between the 2 months. You could enclose in an IF to see if the calculation equals zero.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 20:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1751214#M57834</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2020-10-09T20:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: How filter on equipement whose data volume has not changed over 3 consecutives months?</title>
      <link>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1753649#M58089</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16128"&gt;@Lauri&lt;/a&gt;&amp;nbsp;, I didn't understand your formula, what does it correspond to? What does vMonth1 and 2 correspond to? How to do for the "yes / no" if the volume of the equipment has changed or not? Thank you in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 09:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1753649#M58089</guid>
      <dc:creator>Waïl_Riachi_Sanofi</dc:creator>
      <dc:date>2020-10-19T09:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: How filter on equipement whose data volume has not changed over 3 consecutives months?</title>
      <link>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1753651#M58090</link>
      <description>&lt;P&gt;A sample of my data,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Waïl_Riachi_0-1603100210649.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42568i89C7F0D9E87376E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Waïl_Riachi_0-1603100210649.png" alt="Waïl_Riachi_0-1603100210649.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 09:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1753651#M58090</guid>
      <dc:creator>Waïl_Riachi_Sanofi</dc:creator>
      <dc:date>2020-10-19T09:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: How filter on equipement whose data volume has not changed over 3 consecutives months?</title>
      <link>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1753811#M58102</link>
      <description>&lt;P&gt;Hi Wail, when I put your field names into my formula:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Aggr(sum({&amp;lt;[Month]={"&amp;gt;=$(=MonthStart(AddMonths(Today(), -$(vMonth1)))&amp;lt;=$(=MonthEnd(AddMonths(Today(), -$(vMonth1)))"}&amp;gt;} Size) - sum({&amp;lt;[Month]={"&amp;gt;=$(=MonthStart(AddMonths(Today(), -$(vMonth2)))&amp;lt;=$(=MonthEnd(AddMonths(Today(), -$(vMonth2)))"}&amp;gt;} Size), [Name])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note that your "Month" field must contain date values.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vMonth1 and vMonth2 are variables that your user fills in two variable boxes on screen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Like I said, you may prefer to calculate 'yes/no' in the load script. It's a little simpler than Set Analysis, but not flexible for the user. (Though you could calculate 'yes/no' for 2 months, 3 months, 4 months, etc. in the load script.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you need to calculate the 3-month change for every row?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 15:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1753811#M58102</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2020-10-19T15:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How filter on equipement whose data volume has not changed over 3 consecutives months?</title>
      <link>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1754109#M58132</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Lauri,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to know how we could filter on, for example, equipment whose data volume has not changed over 3 consecutive months, or even on equipment that has had an increase in data volume greater than 10 GB during the last quarter. For example, I would like to have only appeared the equipment for which the "Size" has not changed in January, February, March or June, July, August (3 months in a row). For the second case, for example to have only the equipment which had a "Size" greater than 10go the last semester.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 13:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1754109#M58132</guid>
      <dc:creator>Waïl_Riachi_Sanofi</dc:creator>
      <dc:date>2020-10-20T13:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: How filter on equipement whose data volume has not changed over 3 consecutives months?</title>
      <link>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1758223#M58556</link>
      <description>&lt;P&gt;Wail, sorry I didn't reply sooner. Did you find a solution?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 17:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1758223#M58556</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2020-11-03T17:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How filter on equipement whose data volume has not changed over 3 consecutives months?</title>
      <link>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1767372#M59364</link>
      <description>&lt;P&gt;Lauri, no I didn't find a solution..&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 15:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-filter-on-equipement-whose-data-volume-has-not-changed-over/m-p/1767372#M59364</guid>
      <dc:creator>Waïl_Riachi_Sanofi</dc:creator>
      <dc:date>2020-12-09T15:27:31Z</dc:date>
    </item>
  </channel>
</rss>

