<?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: Multiple selection - listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-selection-listbox/m-p/1246622#M395211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transform your cross table to a straight tabe using CROSSTABLE LOAD prefix. Then prepare another table to enable the AND mode list box in the frontend:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, Code1, Code2, Code3&lt;/P&gt;&lt;P&gt;1, 1,2,3&lt;/P&gt;&lt;P&gt;2, 3,3,4&lt;/P&gt;&lt;P&gt;3, 4,5,6&lt;/P&gt;&lt;P&gt;4, 2,1,5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link:&lt;/P&gt;&lt;P&gt;CROSSTABLE (CodeNo, Code)&lt;/P&gt;&lt;P&gt;LOAD * RESIDENT INPUT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT ID, Code as AndSelect RESIDENT Link;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-02-09 21_45_40-QlikView x64 - [C__Users_Stefan_Downloads_comm249355.qvw_].png" class="jive-image image-1" src="/legacyfs/online/152684_2017-02-09 21_45_40-QlikView x64 - [C__Users_Stefan_Downloads_comm249355.qvw_].png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2017 20:46:03 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-02-09T20:46:03Z</dc:date>
    <item>
      <title>Multiple selection - listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-listbox/m-p/1246621#M395210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I was asking to something similar here: &lt;A href="https://community.qlik.com/message/1194169"&gt;Re: Listbox search in more than one field&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following fields in a table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152676_QV1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to have a listbox searching among all those fields, displaying all possible values (only once per value):&lt;/P&gt;&lt;P style="text-align: center;"&gt;Listbox:&lt;BR /&gt;2&lt;/P&gt;&lt;P style="text-align: center;"&gt;7&lt;/P&gt;&lt;P style="text-align: center;"&gt;37&lt;/P&gt;&lt;P style="text-align: center;"&gt;10&lt;/P&gt;&lt;P style="text-align: center;"&gt;14&lt;/P&gt;&lt;P style="text-align: center;"&gt;15&lt;/P&gt;&lt;P style="text-align: center;"&gt;37&lt;/P&gt;&lt;P&gt;but with an "and" expression. I mean, If I select 14 and then 37 and 38, it displayed me rows that with those three values. Is it possible??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 20:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-listbox/m-p/1246621#M395210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-09T20:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection - listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-listbox/m-p/1246622#M395211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transform your cross table to a straight tabe using CROSSTABLE LOAD prefix. Then prepare another table to enable the AND mode list box in the frontend:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, Code1, Code2, Code3&lt;/P&gt;&lt;P&gt;1, 1,2,3&lt;/P&gt;&lt;P&gt;2, 3,3,4&lt;/P&gt;&lt;P&gt;3, 4,5,6&lt;/P&gt;&lt;P&gt;4, 2,1,5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link:&lt;/P&gt;&lt;P&gt;CROSSTABLE (CodeNo, Code)&lt;/P&gt;&lt;P&gt;LOAD * RESIDENT INPUT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT ID, Code as AndSelect RESIDENT Link;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-02-09 21_45_40-QlikView x64 - [C__Users_Stefan_Downloads_comm249355.qvw_].png" class="jive-image image-1" src="/legacyfs/online/152684_2017-02-09 21_45_40-QlikView x64 - [C__Users_Stefan_Downloads_comm249355.qvw_].png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 20:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-listbox/m-p/1246622#M395211</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-09T20:46:03Z</dc:date>
    </item>
  </channel>
</rss>

