<?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 How can I force only one selection across multiple listboxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-force-only-one-selection-across-multiple-listboxes/m-p/347943#M128804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can select a value from three different fields in a single list box. Create a list box and in the properties, instead of choosing a field name, choose &amp;lt;expression&amp;gt;. Then, in the expression dialog box, try this:&amp;nbsp;&amp;nbsp;&amp;nbsp; ='AUM=' &amp;amp; AUM_tag &amp;amp; ' AUS=' &amp;amp; AUS_tag &amp;amp; ' TCP=' &amp;amp; TCP_tag&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then click OK. You will then have a list box that shows all of the combinations of the three field values that occur in the data. A single click on the values shown in the list box selects the corresponding value from each of the three fields at once.&amp;nbsp; You should put a meaningful title into the listbox and, if needed, adjust the list box sort to sort on one of the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2012 13:51:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-16T13:51:07Z</dc:date>
    <item>
      <title>How can I force only one selection across multiple listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-force-only-one-selection-across-multiple-listboxes/m-p/347941#M128802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a sample dataset as below&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 346px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="79"&gt;Record#&lt;/TD&gt;&lt;TD class="xl63" width="76"&gt;Amount&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;AUM_tag&lt;/TD&gt;&lt;TD class="xl63" width="62"&gt;AUS_tag&lt;/TD&gt;&lt;TD class="xl63" width="65"&gt;TCP_tag&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;TD class="xl63"&gt;AUM&lt;/TD&gt;&lt;TD class="xl63"&gt;AUS&lt;/TD&gt;&lt;TD class="xl63"&gt;TCP &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;TD class="xl63"&gt;AUM&lt;/TD&gt;&lt;TD class="xl63"&gt;AUS&lt;/TD&gt;&lt;TD class="xl63"&gt;TCP &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;3&lt;/TD&gt;&lt;TD align="right"&gt;300&lt;/TD&gt;&lt;TD class="xl63"&gt;AUM&lt;/TD&gt;&lt;TD class="xl63"&gt;AUS&lt;/TD&gt;&lt;TD class="xl63"&gt;TCP &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;4&lt;/TD&gt;&lt;TD align="right"&gt;400&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;AUS &lt;/TD&gt;&lt;TD&gt;TCP &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;5&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;/TD&gt;&lt;TD class="xl63"&gt;AUS&lt;/TD&gt;&lt;TD&gt;TCP &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;6&lt;/TD&gt;&lt;TD align="right"&gt;600&lt;/TD&gt;&lt;TD class="xl63"&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;TCP &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Ideally I would like to create single listbox that showed values AUM , AUS , TCP. &lt;/P&gt;&lt;P&gt;and charts get updated based on what user chooses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Couldn't find an easy way to accomplish above, I ended up creating three listboxes.&lt;/P&gt;&lt;P&gt;Now I would like to enforce only one selection between 3 listboxed at one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 15:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-force-only-one-selection-across-multiple-listboxes/m-p/347941#M128802</guid>
      <dc:creator />
      <dc:date>2012-05-11T15:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I force only one selection across multiple listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-force-only-one-selection-across-multiple-listboxes/m-p/347942#M128803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You can separate your tags in a single field and associate it with the records. This way, you can use this new field as your only list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be similar to this script: &lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Record, Amount, Tag1, Tag2, Tag3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 100, A, B, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 200, A, B, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 150, , B, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 120, , , C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 50, , , C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load Record, Amount&lt;/P&gt;&lt;P&gt;Resident temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tags:&lt;/P&gt;&lt;P&gt;Load Tag1 as Tag,&lt;/P&gt;&lt;P&gt;Record&lt;/P&gt;&lt;P&gt;Resident temp&lt;/P&gt;&lt;P&gt;where len(Tag1)&amp;gt; 0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Tags:&lt;/P&gt;&lt;P&gt;Load Tag2 as Tag,&lt;/P&gt;&lt;P&gt;Record&lt;/P&gt;&lt;P&gt;Resident temp&lt;/P&gt;&lt;P&gt;where len(Tag2)&amp;gt; 0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Tags:&lt;/P&gt;&lt;P&gt;Load Tag3 as Tag,&lt;/P&gt;&lt;P&gt;Record&lt;/P&gt;&lt;P&gt;Resident temp&lt;/P&gt;&lt;P&gt;where len(Tag3)&amp;gt; 0&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;drop table temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;
&lt;/PRE&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 18:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-force-only-one-selection-across-multiple-listboxes/m-p/347942#M128803</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-05-11T18:33:13Z</dc:date>
    </item>
    <item>
      <title>How can I force only one selection across multiple listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-force-only-one-selection-across-multiple-listboxes/m-p/347943#M128804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You can select a value from three different fields in a single list box. Create a list box and in the properties, instead of choosing a field name, choose &amp;lt;expression&amp;gt;. Then, in the expression dialog box, try this:&amp;nbsp;&amp;nbsp;&amp;nbsp; ='AUM=' &amp;amp; AUM_tag &amp;amp; ' AUS=' &amp;amp; AUS_tag &amp;amp; ' TCP=' &amp;amp; TCP_tag&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then click OK. You will then have a list box that shows all of the combinations of the three field values that occur in the data. A single click on the values shown in the list box selects the corresponding value from each of the three fields at once.&amp;nbsp; You should put a meaningful title into the listbox and, if needed, adjust the list box sort to sort on one of the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 13:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-force-only-one-selection-across-multiple-listboxes/m-p/347943#M128804</guid>
      <dc:creator />
      <dc:date>2012-05-16T13:51:07Z</dc:date>
    </item>
  </channel>
</rss>

