<?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: Button to select values from a list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987932#M957688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1. First create two variables&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Min&lt;/EM&gt;&lt;/SPAN&gt;Year and &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Max&lt;/EM&gt;&lt;/SPAN&gt;Year&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2. Next create two Input boxes with these variables &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Min&lt;/EM&gt;&lt;/SPAN&gt;Year and &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Max&lt;/EM&gt;&lt;/SPAN&gt;Year&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3. In the list box&amp;nbsp; properties -&amp;gt; General Tab -&amp;gt; Field -&amp;gt; expression:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;=if( Year &amp;gt;= $(&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Min&lt;/EM&gt;&lt;/SPAN&gt;Year&lt;/EM&gt;&lt;/SPAN&gt;)&amp;nbsp; and&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Year &amp;lt;= $(&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Max&lt;/EM&gt;&lt;/SPAN&gt;Year&lt;/EM&gt;&lt;/SPAN&gt;)&lt;/EM&gt;&lt;/SPAN&gt;, Year )&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 09:43:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-29T09:43:01Z</dc:date>
    <item>
      <title>Button to select values from a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987930#M957686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement where based on two input boxes(min and max) values should get selected from a listbox.&lt;/P&gt;&lt;P&gt;I have set the values of variables and modified short charts and tables and on click, the data is changing.&lt;/P&gt;&lt;P&gt;But, there are too many charts and also, some expressions are quite complex and fitting the formula in all charts is not becoming possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way, that once I set values for the min and max input boxes and hit enter, the in between values get selected by default from the list box. This would automatically drill-down the data in all tabs and serve my purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now, I am able to populate a listbox with just the in between values and these values need to selected manually. I want these to be selected automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nayana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 09:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987930#M957686</guid>
      <dc:creator />
      <dc:date>2015-10-29T09:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Button to select values from a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987931#M957687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a button with an Select - Select in field Action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field Name should be your field used in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, as search string use something like&lt;/P&gt;&lt;P&gt;='&amp;gt;$(min)&amp;lt;$(max)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where min and max are your two variables you are using to define the range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 09:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987931#M957687</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-29T09:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Button to select values from a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987932#M957688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1. First create two variables&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Min&lt;/EM&gt;&lt;/SPAN&gt;Year and &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Max&lt;/EM&gt;&lt;/SPAN&gt;Year&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2. Next create two Input boxes with these variables &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Min&lt;/EM&gt;&lt;/SPAN&gt;Year and &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Max&lt;/EM&gt;&lt;/SPAN&gt;Year&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3. In the list box&amp;nbsp; properties -&amp;gt; General Tab -&amp;gt; Field -&amp;gt; expression:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM&gt;=if( Year &amp;gt;= $(&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Min&lt;/EM&gt;&lt;/SPAN&gt;Year&lt;/EM&gt;&lt;/SPAN&gt;)&amp;nbsp; and&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Year &amp;lt;= $(&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;v&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;EM&gt;Max&lt;/EM&gt;&lt;/SPAN&gt;Year&lt;/EM&gt;&lt;/SPAN&gt;)&lt;/EM&gt;&lt;/SPAN&gt;, Year )&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 09:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987932#M957688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-29T09:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Button to select values from a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987933#M957689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Neetha.&lt;/P&gt;&lt;P&gt;I have exactly done this only.&lt;/P&gt;&lt;P&gt;My problem is that the listbox shows the values falling in this range.&lt;/P&gt;&lt;P&gt;But they are not selected by default.We would need to manually select a/all values. &lt;/P&gt;&lt;P&gt;I need these in between values of the listbox to be selected by click of a button or an enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 12:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987933#M957689</guid>
      <dc:creator />
      <dc:date>2015-10-29T12:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Button to select values from a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987934#M957690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you try the swuehl suggestions? &lt;/P&gt;&lt;P&gt;It will select the values instead of showing the range..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 12:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987934#M957690</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-29T12:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Button to select values from a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987935#M957691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create two variable vMin &amp;amp; vMax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a button-&amp;gt; go to properties-&amp;gt; Action -&amp;gt; Select In Field -&amp;gt; Your Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search String&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ='&amp;gt;='&amp;amp;vMin&amp;amp;'&amp;lt;='&amp;amp;vMax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 12:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987935#M957691</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-10-29T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Button to select values from a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987936#M957692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use some variables trigger and the swueh's answer&lt;/P&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 12:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987936#M957692</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-29T12:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Button to select values from a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987937#M957693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked, thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 13:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-select-values-from-a-list-box/m-p/987937#M957693</guid>
      <dc:creator />
      <dc:date>2015-10-29T13:12:15Z</dc:date>
    </item>
  </channel>
</rss>

