<?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 Range filters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Range-filters/m-p/1655245#M48965</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;My requirement is to have a &lt;STRONG&gt;ranged slider filter&lt;/STRONG&gt; for &lt;STRONG&gt;multiple KPIS&lt;/STRONG&gt; returning only the customer who comes in those ranges with those kpis in a table chart&lt;/P&gt;&lt;P&gt;i have 3 columns in attached Image:&lt;/P&gt;&lt;P&gt;1) MO (measure)&lt;/P&gt;&lt;P&gt;2) RC(Measure)&lt;/P&gt;&lt;P&gt;3)Customer ID(Dimension)&lt;/P&gt;&lt;P&gt;i wish to see only the customer Id's which comes in ranges of MO and RC with the columns MO and RC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOGIC APPLIED&amp;nbsp; for measures:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;= If (MO&amp;gt;= $(vMinMo) AND MO&amp;lt;= $(vMaxMo),MO)&lt;/LI&gt;&lt;LI&gt;= If (RC&amp;gt;= $(vMinRC) AND RC&amp;lt;= $(vMaxRC),RC)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;LOGIC APPLIED for Dimension :&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;= If (MO&amp;gt;= $(vMinMous) AND MO&amp;lt;= $(vMaxMous)&lt;BR /&gt;or If RC&amp;gt;= $(vMinRC) AND RC&amp;lt;= $(vMaxRC),Customer_ID)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;above expression for dimension&amp;nbsp; also shows error but still kind of work do not understand why(attached as image)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;ISSUE :&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;image 2 shows what i want to achieve and image 1 shows correct values but without MO column.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: i have more columns&amp;nbsp; like MO and RC in my actual data set and would like to apply the logic seen in image 2 but with only the customers who comes in those ranges, if conflict then return the customer on last filtered range eg : RC but do not return null values.&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="image 2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25118i2A3EEE4986A0A27F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image 2.png" alt="image 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="IMAGE 1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25119i58C51669768D3C2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMAGE 1.png" alt="IMAGE 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ERROR(Customer_ID).png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25121i14F6B1A17B1D1A86/image-size/large?v=v2&amp;amp;px=999" role="button" title="ERROR(Customer_ID).png" alt="ERROR(Customer_ID).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:30:05 GMT</pubDate>
    <dc:creator>Wayne_101</dc:creator>
    <dc:date>2024-11-16T19:30:05Z</dc:date>
    <item>
      <title>Range filters</title>
      <link>https://community.qlik.com/t5/App-Development/Range-filters/m-p/1655245#M48965</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;My requirement is to have a &lt;STRONG&gt;ranged slider filter&lt;/STRONG&gt; for &lt;STRONG&gt;multiple KPIS&lt;/STRONG&gt; returning only the customer who comes in those ranges with those kpis in a table chart&lt;/P&gt;&lt;P&gt;i have 3 columns in attached Image:&lt;/P&gt;&lt;P&gt;1) MO (measure)&lt;/P&gt;&lt;P&gt;2) RC(Measure)&lt;/P&gt;&lt;P&gt;3)Customer ID(Dimension)&lt;/P&gt;&lt;P&gt;i wish to see only the customer Id's which comes in ranges of MO and RC with the columns MO and RC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOGIC APPLIED&amp;nbsp; for measures:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;= If (MO&amp;gt;= $(vMinMo) AND MO&amp;lt;= $(vMaxMo),MO)&lt;/LI&gt;&lt;LI&gt;= If (RC&amp;gt;= $(vMinRC) AND RC&amp;lt;= $(vMaxRC),RC)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;LOGIC APPLIED for Dimension :&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;= If (MO&amp;gt;= $(vMinMous) AND MO&amp;lt;= $(vMaxMous)&lt;BR /&gt;or If RC&amp;gt;= $(vMinRC) AND RC&amp;lt;= $(vMaxRC),Customer_ID)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;above expression for dimension&amp;nbsp; also shows error but still kind of work do not understand why(attached as image)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;ISSUE :&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;image 2 shows what i want to achieve and image 1 shows correct values but without MO column.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: i have more columns&amp;nbsp; like MO and RC in my actual data set and would like to apply the logic seen in image 2 but with only the customers who comes in those ranges, if conflict then return the customer on last filtered range eg : RC but do not return null values.&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="image 2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25118i2A3EEE4986A0A27F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image 2.png" alt="image 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="IMAGE 1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25119i58C51669768D3C2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMAGE 1.png" alt="IMAGE 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ERROR(Customer_ID).png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/25121i14F6B1A17B1D1A86/image-size/large?v=v2&amp;amp;px=999" role="button" title="ERROR(Customer_ID).png" alt="ERROR(Customer_ID).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Range-filters/m-p/1655245#M48965</guid>
      <dc:creator>Wayne_101</dc:creator>
      <dc:date>2024-11-16T19:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Range filters</title>
      <link>https://community.qlik.com/t5/App-Development/Range-filters/m-p/1655262#M48967</link>
      <description>&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/91141"&gt;@Wayne_101&lt;/a&gt; you will find my reply this this here: &lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/RANGE-FILTERS/td-p/1655250" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/RANGE-FILTERS/td-p/1655250&lt;/A&gt;.</description>
      <pubDate>Sun, 08 Dec 2019 23:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Range-filters/m-p/1655262#M48967</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2019-12-08T23:10:13Z</dc:date>
    </item>
  </channel>
</rss>

