<?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: Turn off Multi select in listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474783#M1137172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want always and only one value selected, select a single value, then open list box properties and enable 'Always One selected Value' on general tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Nov 2013 12:32:16 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-11-03T12:32:16Z</dc:date>
    <item>
      <title>Turn off Multi select in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474782#M1137171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me the steps to turn off the multi select option in listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Nov 2013 12:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474782#M1137171</guid>
      <dc:creator />
      <dc:date>2013-11-03T12:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off Multi select in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474783#M1137172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want always and only one value selected, select a single value, then open list box properties and enable 'Always One selected Value' on general tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Nov 2013 12:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474783#M1137172</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-03T12:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off Multi select in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474784#M1137173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use trigger also for restricting the multiselect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 07:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474784#M1137173</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2013-11-04T07:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off Multi select in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474785#M1137174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please tell me how to trigger macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 08:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474785#M1137174</guid>
      <dc:creator />
      <dc:date>2013-11-04T08:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Turn off Multi select in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474786#M1137175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need of any macro. You need to use only field trigger. Below is the expression for field trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Add a select in filed action&amp;nbsp; into the corresponding fieild.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;For example :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; field column use the below expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CustomerID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0,'CustomerID') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Searchstring:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CustomerID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|'),'|',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please find the attached application for reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I hope this helps! Let me know incase of any concerns/questions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sibin Jacob.C&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 09:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474786#M1137175</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2013-11-04T09:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off Multi select in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474787#M1137176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks Sibin . Its working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 14:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Turn-off-Multi-select-in-listbox/m-p/474787#M1137176</guid>
      <dc:creator />
      <dc:date>2013-11-05T14:02:25Z</dc:date>
    </item>
  </channel>
</rss>

