<?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: Automatic selection in a list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137071#M520461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And a qvw that demonstrates this attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2016 14:48:47 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2016-09-02T14:48:47Z</dc:date>
    <item>
      <title>Automatic selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137068#M520458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with years. I the user selects two non-consecutive years (for example: 2016 and 2019) I need to select automatically, in the same list box, all the years in the middle (2017 and 2018), in addition to those selected by the user. So the selecction will be: 2016, 2017, 2018, 2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 11:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137068#M520458</guid>
      <dc:creator />
      <dc:date>2016-09-02T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137069#M520459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qlikview uses Windows behaviour&lt;/P&gt;&lt;P&gt;press shift, goto your first value (2016) and press it, hold shift&lt;/P&gt;&lt;P&gt;goto your second value (2019) and press it&lt;/P&gt;&lt;P&gt;the listbox will select the values 2016 upto 2019&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 14:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137069#M520459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T14:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137070#M520460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Document properties Triggers tab you can set a on select trigger on the field year. For the search string you can use the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='('&amp;amp;Concat({&amp;lt;Year={'&amp;gt;=$(=Min(Year))&amp;lt;=$(=Max(Year))'}&amp;gt;}DISTINCT Year,'|')&amp;amp;')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 14:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137070#M520460</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-09-02T14:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137071#M520461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And a qvw that demonstrates this attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 14:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137071#M520461</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-09-02T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137072#M520462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many, many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that the user can select a range of years by holding shift key, buy I do not want to trust on the user skills; not only about the user of keybard shortcust, but about the meaning of selecting two non-consecutive years in this specific application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try the use of the triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 07:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137072#M520462</guid>
      <dc:creator />
      <dc:date>2016-09-05T07:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137073#M520463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also might want to add something to prevent the trigger selecting all years when the user clears the selection like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Year)&amp;gt;=1,&lt;/P&gt;&lt;P&gt;'('&amp;amp;Concat({&amp;lt;Year={'&amp;gt;=$(=Min(Year))&amp;lt;=$(=Max(Year))'}&amp;gt;}DISTINCT Year,'|')&amp;amp;')'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also If this has answered your question, please mark the appropriate answers as helpfull\correct. It will let other contributors know this requires no more attention, and other users looking for answers find the correct one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 15:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-selection-in-a-list-box/m-p/1137073#M520463</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-09-05T15:55:05Z</dc:date>
    </item>
  </channel>
</rss>

