<?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: List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/780244#M1259985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with the years 2014 till 2008.&lt;/P&gt;&lt;P&gt;I want that the user only is able to selct ONE year. e.g. 2013.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2014 21:18:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-04T21:18:35Z</dc:date>
    <item>
      <title>List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/780242#M1259980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have a list box.&lt;/P&gt;&lt;P&gt;but i want to select max. 1 value.&lt;/P&gt;&lt;P&gt;How do i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx. in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/780242#M1259980</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/780243#M1259982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Val&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;50&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;40&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the expression write&lt;/P&gt;&lt;P&gt;=Max(TOTAL Val )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/780243#M1259982</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-04T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/780244#M1259985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box with the years 2014 till 2008.&lt;/P&gt;&lt;P&gt;I want that the user only is able to selct ONE year. e.g. 2013.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 21:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/780244#M1259985</guid>
      <dc:creator />
      <dc:date>2014-12-04T21:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/780245#M1259987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manually select one value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the List Box properties tick "Always One Selected Value".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This now will always ensure it has one and only one selected value.&amp;nbsp; However it will not allow nothing to be selected, That may / may not be ok for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 21:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/780245#M1259987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-04T21:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/780246#M1259989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i assume years is a field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max(TOTAL years)-1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 21:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/780246#M1259989</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-04T21:25:38Z</dc:date>
    </item>
  </channel>
</rss>

