<?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 apply applying filter/selection based input box selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223263#M851444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Button actions choose your field as Age and &lt;BR /&gt;Search String use some thing like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(InputVar='A Week','&amp;lt;=14',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(InputVar ='2 Weeks','&amp;gt;=14&amp;lt;=21',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(InputVar = 'A Month','&amp;lt;=30','&amp;lt;=365')&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="155138" alt="age.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155138_age.PNG" style="height: 507px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Mar 2017 12:08:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-03-03T12:08:09Z</dc:date>
    <item>
      <title>How to apply applying filter/selection based input box selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223262#M851443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community Members &amp;amp; Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to QlikView. I have a question on - how can I use variable selection to apply selection on a particular field? In my QV doc, I have a list box (i.e. AGE field list box below) and created a variable input box with variable values from &lt;STRONG&gt;A Week&lt;/STRONG&gt; to &lt;STRONG&gt;A Year&lt;/STRONG&gt; and a Refresh button as mentioned in below screenshot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="temp12.jpg" class="jive-image image-1" height="214" src="https://community.qlik.com/legacyfs/online/155127_temp12.jpg" style="height: 214px; width: 850.513px;" width="851" /&gt;&lt;/P&gt;&lt;P&gt;Basically what I want is - for example when user selects &lt;STRONG&gt;A Week&lt;/STRONG&gt; in CR Aging Filter input box object and click on Refresh button, it should apply selection on field AGE&amp;nbsp; as AGE &amp;gt;=7 and similarly other options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For&amp;nbsp; 2 Weeks selection should be &lt;SPAN style="font-size: 13.3333px;"&gt;AGE &amp;gt;=14&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;For&amp;nbsp; 2 Weeks to 3 Weeks selection should be &lt;SPAN style="font-size: 13.3333px;"&gt;AGE &amp;gt;=14 AND &lt;SPAN style="font-size: 13.3333px;"&gt;AGE &amp;lt;=21&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For A Year selection on the Age field should be AGE&amp;gt;=365&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I know to achieve it to some extend user can type on List Box itself (AGE&amp;gt;7) and get it but i want to make it more easier for user.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please help me to achieve this. And let me know if there are any other better ways to achieve it with a compelling user experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gaurav Khinchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223262#M851443</guid>
      <dc:creator>khigaurav999</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply applying filter/selection based input box selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223263#M851444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Button actions choose your field as Age and &lt;BR /&gt;Search String use some thing like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(InputVar='A Week','&amp;lt;=14',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(InputVar ='2 Weeks','&amp;gt;=14&amp;lt;=21',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(InputVar = 'A Month','&amp;lt;=30','&amp;lt;=365')&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="155138" alt="age.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155138_age.PNG" style="height: 507px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223263#M851444</guid>
      <dc:creator />
      <dc:date>2017-03-03T12:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply applying filter/selection based input box selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223264#M851445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use interval-match to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anvesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223264#M851445</guid>
      <dc:creator>Anvesh</dc:creator>
      <dc:date>2017-03-03T12:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply applying filter/selection based input box selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223265#M851446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Anvesh. you mean slider object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223265#M851446</guid>
      <dc:creator>khigaurav999</dc:creator>
      <dc:date>2017-03-03T12:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply applying filter/selection based input box selection</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223266#M851447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Considering CR Aging Filter has Aging variable. Open Button properties and go to Action Tab. Click Add button, select Selection as Action Type &amp;amp; Select in Field as Action. In Filed text box add Age and under the Search String add below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14885454079166949 jive_text_macro" jivemacro_uid="_14885454079166949"&gt;
&lt;P style="font-size: 13.3333px;"&gt;= If(Aging='A Weeks', '&amp;lt;=' &amp;amp; 7,&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;If(Aging='2 Weeks', '&amp;gt;=' &amp;amp; 8 &amp;amp; '&amp;lt;=' &amp;amp; 14,&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;If(Aging='2 Weeks to 3 Weeks', '&amp;gt;=' &amp;amp; 15 &amp;amp; '&amp;lt;=' &amp;amp; 21,'&amp;gt;=' &amp;amp; 22)))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 12:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-apply-applying-filter-selection-based-input-box-selection/m-p/1223266#M851447</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-03T12:52:41Z</dc:date>
    </item>
  </channel>
</rss>

