<?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 on a field through more subfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-selection-on-a-field-through-more-subfield/m-p/7099#M1114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So L1 should only contain the two values A and B&lt;/P&gt;&lt;P&gt;and L2 should only contain the two values C and D?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2018 16:18:53 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2018-01-25T16:18:53Z</dc:date>
    <item>
      <title>Multiple selection on a field through more subfield</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-on-a-field-through-more-subfield/m-p/7098#M1113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have these data (and other fields in this table):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Name&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;L1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;L1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;L2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;L2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to make two list box (one for L1 and one for L2) and I need the selections goes in OR mode.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-on-a-field-through-more-subfield/m-p/7098#M1113</guid>
      <dc:creator>nboccassini</dc:creator>
      <dc:date>2018-01-25T14:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection on a field through more subfield</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-on-a-field-through-more-subfield/m-p/7099#M1114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So L1 should only contain the two values A and B&lt;/P&gt;&lt;P&gt;and L2 should only contain the two values C and D?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-on-a-field-through-more-subfield/m-p/7099#M1114</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-01-25T16:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection on a field through more subfield</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-on-a-field-through-more-subfield/m-p/7100#M1115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;I try the expression &lt;SPAN style="font-size: 13.3333px;"&gt;in listbox&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=if(Category='L1',Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a selection issue: when I select A from listbox L1, the selection are correctly applied on field Name, but when I select a value from L1 listbox (ex. A) and a value from L2 listbox (ex. B) the only selection applied on field Name is "B"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-on-a-field-through-more-subfield/m-p/7100#M1115</guid>
      <dc:creator>nboccassini</dc:creator>
      <dc:date>2018-01-25T16:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection on a field through more subfield</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-selection-on-a-field-through-more-subfield/m-p/7101#M1116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Alternate States" could be a solution for you. But without knowing how you will use or apply the selections in you application it is a bit hard to give good advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="http://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Alternate%20States.htm" title="http://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Alternate%20States.htm"&gt;Alternate States ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 17:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-selection-on-a-field-through-more-subfield/m-p/7101#M1116</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-01-25T17:08:34Z</dc:date>
    </item>
  </channel>
</rss>

