<?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: Input value using a range Slider in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Input-value-using-a-range-Slider/m-p/1742852#M56903</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/122754"&gt;@Kandimal&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Could you provide a sample from your data or an app with dummy data?&lt;BR /&gt;Because you're on the right path so I don't fully understand what you need and what's missing.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2020 13:29:23 GMT</pubDate>
    <dc:creator>GregoireVG</dc:creator>
    <dc:date>2020-09-10T13:29:23Z</dc:date>
    <item>
      <title>Input value using a range Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Input-value-using-a-range-Slider/m-p/1742508#M56858</link>
      <description>&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;I have received a requirement from my users,&lt;/P&gt;&lt;P&gt;looking for a functionality using Slider, they want to input the range(from and to values) instead of drag and drop to see the values. this needs to be based on transaction amount.&lt;/P&gt;&lt;P&gt;for ex, user wants to enter the transaction amount from $10 to $100 and my table should be filtered with that data.&lt;/P&gt;&lt;P&gt;for this, i have created a global variables - min(tran_amt) and max(tran_amt)... calling these global variables in range slider under from and to. now in my table, i made one dimension to show fixed number under limitation but the data isn't getting filtered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could some one please help me on how to achieve this? If i try regular slider for top10 or bottom 10 then it's working fine.&lt;/P&gt;&lt;P&gt;from the below image, user ideally should be entering the values in the text box and the slider should be moved accordingly along with data filter&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kandimal_0-1599668098778.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40311i9DFC2B2E81654940/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kandimal_0-1599668098778.png" alt="Kandimal_0-1599668098778.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Input-value-using-a-range-Slider/m-p/1742508#M56858</guid>
      <dc:creator>Kandimal</dc:creator>
      <dc:date>2024-11-16T18:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Input value using a range Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Input-value-using-a-range-Slider/m-p/1742852#M56903</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/122754"&gt;@Kandimal&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Could you provide a sample from your data or an app with dummy data?&lt;BR /&gt;Because you're on the right path so I don't fully understand what you need and what's missing.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 13:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Input-value-using-a-range-Slider/m-p/1742852#M56903</guid>
      <dc:creator>GregoireVG</dc:creator>
      <dc:date>2020-09-10T13:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Input value using a range Slider</title>
      <link>https://community.qlik.com/t5/App-Development/Input-value-using-a-range-Slider/m-p/1744714#M57120</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/118784"&gt;@GregoireVG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply, as you rightly mentioned I was in the right direction and here is how I have achieved it.&lt;/P&gt;&lt;P&gt;i was initially missing the connection between my sliders (variables) and tables/chart. to establish the connection,&amp;nbsp;&lt;/P&gt;&lt;P&gt;previously, &lt;STRONG&gt;my condition was&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(if(product_name='deposit',(min_valulue),if(product_name=('deposit'),max_value),amount))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After making changes to set condition, my condition was&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(only({&amp;lt;product_name={'deposit'}&amp;gt;}amount)&amp;gt;=$(min_value) and only({&amp;lt;product_name={'deposit'}&amp;gt;}amount)&amp;lt;=$(max_value),amount),amount)&lt;/P&gt;&lt;P&gt;with the above condition, I can either enter a value inside the "range slider" or drag the slider buttons.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 11:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Input-value-using-a-range-Slider/m-p/1744714#M57120</guid>
      <dc:creator>Kandimal</dc:creator>
      <dc:date>2020-09-17T11:28:44Z</dc:date>
    </item>
  </channel>
</rss>

