<?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: Or selections for list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29611#M784497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also load this table twice and transform your two owner fields into one concatenated field and a owner type field that tags the owner according the original field.&lt;/P&gt;&lt;P&gt;Now you can select all owners in one list box, OR condition by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You still can filter primary and secondary owners by owner type field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also keep the original table, if needed, so these tables would link by ShipID and you have most flexible ways to use the owner information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2018 21:41:23 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2018-03-15T21:41:23Z</dc:date>
    <item>
      <title>Or selections for list box</title>
      <link>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29607#M784493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I hope this is simple question&lt;/P&gt;&lt;P&gt;I have one set of list boxes, &lt;/P&gt;&lt;P&gt;one list box is primary owner and the other one is secondary owner,&lt;/P&gt;&lt;P&gt;what do I do so that I can select the&amp;nbsp; the primary owner is A or secondary owner is B?&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;Primary Owner&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Secondary Owner&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ShipID&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I select Primary owner A and secondary Owner is b&lt;/P&gt;&lt;P&gt;ShipID 1 and 4 will show?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29607#M784493</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Or selections for list box</title>
      <link>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29608#M784494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe C and B will give you ShipID 1 and 4, A and B should give you 1, 2 and 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a similar need, so I used alternate&amp;nbsp; states.&amp;nbsp; In the attached app, I selected Primary Owner = C and pressed the "Copy Default State to Alternate State1", I then pressed the "Clear Default State".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I selected Secondary Owner = B and pressed the "Copy Default State to Alternate State2", I then pressed the "Clear Default State".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Set State Filter" creates a set analysis statement that is used to calculate the number of ShipID's, I suppress for zero&lt;/P&gt;&lt;P&gt;=If(Count( $(=(vStateFilter)) Distinct ShipID) &amp;lt; 1,Null(),Count( $(=(vStateFilter)) Distinct ShipID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Build Filter form Excel data was also part of the POC,&amp;nbsp; you can copy a column of data from Excel and generate a filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was built for a specific need, but at the least it demonstrates alternate states.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 23:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29608#M784494</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-03-14T23:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Or selections for list box</title>
      <link>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29609#M784495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.qlikfix.com/2013/10/23/and-or-mode-selections-in-qlikview/" title="http://www.qlikfix.com/2013/10/23/and-or-mode-selections-in-qlikview/"&gt;http://www.qlikfix.com/2013/10/23/and-or-mode-selections-in-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 01:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29609#M784495</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2018-03-15T01:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Or selections for list box</title>
      <link>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29610#M784496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your responses and I will take a look at the articles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 20:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29610#M784496</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2018-03-15T20:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Or selections for list box</title>
      <link>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29611#M784497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also load this table twice and transform your two owner fields into one concatenated field and a owner type field that tags the owner according the original field.&lt;/P&gt;&lt;P&gt;Now you can select all owners in one list box, OR condition by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You still can filter primary and secondary owners by owner type field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also keep the original table, if needed, so these tables would link by ShipID and you have most flexible ways to use the owner information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 21:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29611#M784497</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-03-15T21:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Or selections for list box</title>
      <link>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29612#M784498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;what about a field in two tables and the two tables do not have a common keys, how do you deal with that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 21:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Or-selections-for-list-box/m-p/29612#M784498</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2018-03-23T21:05:31Z</dc:date>
    </item>
  </channel>
</rss>

