<?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: RANGE FILTERS in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1656045#M153202</link>
    <description>&lt;P&gt;It works based on your logic.&amp;nbsp; You have them specified as or statements.&amp;nbsp; everything you circled falls into &lt;U&gt;&lt;STRONG&gt;EITHER&lt;/STRONG&gt; &lt;/U&gt;the MO &lt;U&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt; &lt;/U&gt;the RC band.&amp;nbsp; If you want it to be the intersection, just change OR to AND.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2019 14:16:14 GMT</pubDate>
    <dc:creator>andoryuu</dc:creator>
    <dc:date>2019-12-10T14:16:14Z</dc:date>
    <item>
      <title>RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655250#M153021</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655250#M153021</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2024-11-16T19:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655258#M153022</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/91141"&gt;@Wayne_101&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In your table, under "Data" --&amp;gt; "Columns" expand your "RC" field and uncheck "Include Null Values" like I have highlighted in my screenshot below.&amp;nbsp; This will remove those rows from your table.&amp;nbsp; Apply this change to any fields that you want to behave in this fashion.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Include null values unchecked" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25129iCD41C7C4EBA1D993/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Annotation 2019-12-08 180414.png" alt="Include null values unchecked" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Include null values unchecked&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 23:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655258#M153022</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-08T23:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655282#M153027</link>
      <description>&lt;P&gt;&amp;nbsp;If it is a single loaded number (i.e. you have calculated it previously or in the load script) then in your dimension you can simply check whether it is in your range and hide the nulls. So if I have two columns, ID and measure, the measure logic is simply sum(measure), the dimension logic can be:&lt;/P&gt;&lt;P&gt;if(Measure &amp;gt;= $(vMin) and Measure&amp;nbsp; &amp;lt;= $(vMax), ID)&lt;/P&gt;&lt;P&gt;if however you want to calculate your measure dynamically you need to let the Qlik engine know how you want to group the data, so your calculated dimension now needs an aggregation at the correct level for it to work:&lt;/P&gt;&lt;P&gt;if(Aggr(sum(Measure), ID) &amp;gt;= $(vMin) and Aggr(sum(Measure), ID) &amp;lt;= $(vMax),ID)&lt;/P&gt;&lt;P&gt;The exact answer will vary a bit depending on how and when you are calculating your measure and there's probably a better way of doing it than what I've come up, but this seems to work for me.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 01:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655282#M153027</guid>
      <dc:creator>Rodj</dc:creator>
      <dc:date>2019-12-09T01:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655288#M153029</link>
      <description>That option has already been unchecked but still same result , when i&lt;BR /&gt;include 2nd column it doesn't bring the customer_id in required ranges&lt;BR /&gt;rather it shoes null values with one of them.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Dec 2019 03:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655288#M153029</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-09T03:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655290#M153030</link>
      <description>&lt;P&gt;Working on&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/88402"&gt;@Rodj&lt;/a&gt;&amp;nbsp; solution , hope it works . Will get back on this in a while&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 03:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655290#M153030</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-09T03:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655339#M153047</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/88402"&gt;@Rodj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm trying following solution for measures :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;=if(Aggr(sum(MO)&amp;gt;= $(vMinMO)) and Aggr(sum(MO) &amp;lt;= $(vMaxMO)),Customer_id)&lt;/LI&gt;&lt;LI&gt;=if(Aggr(sum(RC) &amp;gt;= $(vMinRC)) and Aggr(sum(RC) &amp;lt;= $(vMaxRC)),Customer_id)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;and for dimension which is customer id i'm using following logic:&lt;/P&gt;&lt;P&gt;=if(MO&amp;gt;= $(vMinMO) and MO&amp;lt;= $(vMaxMO)&lt;BR /&gt;or If RC&amp;gt;= $(vMinRC) AND RC&amp;lt;= $(vMaxRC),Customer_id)&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="error_new.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25147iBAE31047E87BEAF9/image-size/large?v=v2&amp;amp;px=999" role="button" title="error_new.PNG" alt="error_new.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;empty table pops up which seems like above logic has needs some tuning .&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 07:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655339#M153047</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-09T07:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655347#M153049</link>
      <description>&lt;P&gt;I think your measures can just be "sum(MO)"&amp;nbsp; and sum(RC)etc, the only limits we need to apply are to the dimension:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=if(Aggr(sum(MO)&amp;gt;= $(vMinMO), Customer_id) and Aggr(sum(MO) &amp;lt;= $(vMaxMO)Customer_id), Customer_id)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notice the Customer_id I've added into the Aggr statements, Customer_id is what we are aggregating by and it is the level at which you want the measure summed so everything lines up.&lt;/P&gt;&lt;P&gt;Hopefully that does it!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 08:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655347#M153049</guid>
      <dc:creator>Rodj</dc:creator>
      <dc:date>2019-12-09T08:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655411#M153060</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 18:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655411#M153060</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-12T18:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655432#M153066</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/91141"&gt;@Wayne_101&lt;/a&gt;&amp;nbsp; can you post your QVF file?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 13:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655432#M153066</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-09T13:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655608#M153099</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 19:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655608#M153099</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-12T19:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655634#M153103</link>
      <description>&lt;P&gt;You need to change your customer_id dimension to be the following:&lt;/P&gt;&lt;P&gt;=aggr(Only({&amp;lt;[CUSTOMER_ID]={"=((SUM(MO) &amp;gt;= $(vMinMO) and SUM(MO) &amp;lt;= $(vMaxMO)) or (SUM(RC) &amp;gt;= $(vMinRC) AND SUM(RC) &amp;lt;= $(vMaxRC)))"}&amp;gt;}[CUSTOMER_ID]),[CUSTOMER_ID])&lt;/P&gt;&lt;P&gt;Then set your MO and RC fields to simply be SUM(MO) and SUM(RC).&amp;nbsp; This should solve the issue.&amp;nbsp; Changes applied to your sample attached.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 19:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655634#M153103</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-09T19:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655652#M153107</link>
      <description>&lt;P&gt;Sorry&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/91141"&gt;@Wayne_101&lt;/a&gt;&amp;nbsp;, it occurred to me late last night that that my solution was only going to work for one measure and you wanted it to work for more than one, I'm trying to do too many things at once! Looks like&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/3607"&gt;@andoryuu&lt;/a&gt;&amp;nbsp; has it sorted for you now though. Good luck!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 20:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655652#M153107</guid>
      <dc:creator>Rodj</dc:creator>
      <dc:date>2019-12-09T20:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655918#M153166</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/3607"&gt;@andoryuu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the above shared logic doesn't work .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;slider doesn't filter the data in ranges as seen in below images.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lets say :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;eg :i want to see my customer who have MO between 200 and 300 plus having RC between 1000 and 3000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="new_2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25254i074B680AA4F1EB6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="new_2.PNG" alt="new_2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="new_1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25255iEF9FC40FC9E702DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="new_1.PNG" alt="new_1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655918#M153166</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-10T10:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655924#M153170</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;= If (MO&amp;gt;= $(vMinMous) AND MO&amp;lt;= $(vMaxMous)
or If RC&amp;gt;= $(vMinRC) AND RC&amp;lt;= $(vMaxRC),Customer_ID)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;should be this (easily expanded) :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;= If (
(MO&amp;gt;= $(vMinMous) AND MO&amp;lt;= $(vMaxMous)) AND
(RC&amp;gt;= $(vMinRC) AND RC&amp;lt;= $(vMaxRC)),
Customer_ID)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, you don't need the filter on your measures, only on the dimensions.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655924#M153170</guid>
      <dc:creator>Saryk</dc:creator>
      <dc:date>2019-12-10T10:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655930#M153174</link>
      <description>&lt;P&gt;I posted an answer but it was reported as spam for some reason.&lt;/P&gt;&lt;P&gt;Your dimension's IF condition doesn't work, here's a working version of your file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655930#M153174</guid>
      <dc:creator>Saryk</dc:creator>
      <dc:date>2019-12-10T10:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655958#M153181</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90927"&gt;@Saryk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it works perfectly fine , just one last thing how can i make it work with &lt;STRONG&gt;count(distinct customer_id)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;what you suggested for dimension&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;BR /&gt;(MO &amp;gt;= $(vMinMO) and MO &amp;lt;= $(vMaxMO)) and&lt;BR /&gt;(RC &amp;gt;= $(vMinRC) AND RC &amp;lt;= $(vMaxRC))&lt;BR /&gt;,CUSTOMER_ID)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;what you suggested for Measure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=if(Aggr(sum(RC)&amp;gt;= $(vMinRC), CUSTOMER_ID) and Aggr(sum(RC) &amp;lt;= $(vMaxRC),CUSTOMER_ID),sum(RC))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;logic i want to use for dimension :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;BR /&gt;(MO &amp;gt;= $(vMinMO) and MO &amp;lt;= $(vMaxMO)) and&lt;BR /&gt;(RC &amp;gt;= $(vMinRC) AND RC &amp;lt;= $(vMaxRC))&lt;STRONG&gt;&lt;BR /&gt;,count(distinct CUSTOMER_ID))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 12:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1655958#M153181</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-10T12:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1656045#M153202</link>
      <description>&lt;P&gt;It works based on your logic.&amp;nbsp; You have them specified as or statements.&amp;nbsp; everything you circled falls into &lt;U&gt;&lt;STRONG&gt;EITHER&lt;/STRONG&gt; &lt;/U&gt;the MO &lt;U&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt; &lt;/U&gt;the RC band.&amp;nbsp; If you want it to be the intersection, just change OR to AND.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 14:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1656045#M153202</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-10T14:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1656049#M153203</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90927"&gt;@Saryk&lt;/a&gt;&amp;nbsp; Filtering on measures was removed in my reply back.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 14:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1656049#M153203</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-10T14:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1656062#M153208</link>
      <description>&lt;P&gt;My bad, I didn't check the measures in the file I sent you back.&lt;/P&gt;&lt;P&gt;You can actually change them to =sum(MO) and =sum(RC) because the filtering is already done in the dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 14:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1656062#M153208</guid>
      <dc:creator>Saryk</dc:creator>
      <dc:date>2019-12-10T14:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: RANGE FILTERS</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1656064#M153210</link>
      <description>Please look into my above use case , what if i want count distinct of&lt;BR /&gt;customers falling between my rc and mo ranges&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Dec 2019 14:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/RANGE-FILTERS/m-p/1656064#M153210</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2019-12-10T14:37:20Z</dc:date>
    </item>
  </channel>
</rss>

