<?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 User selection for list box containing or statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/User-selection-for-list-box-containing-or-statement/m-p/72929#M770914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was curious if someone might be able to help me with a scripting issue. I'm trying to convert a project from Cognos to Qlikview and in the original Cognos report the prompts were as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Prompt: Division&lt;/P&gt;&lt;P&gt;Second Prompt: Location or Location2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables are currently setup as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SYS_ID(PK)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SYS_ID1&lt;/P&gt;&lt;P&gt;Location&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SYS_ID2&lt;/P&gt;&lt;P&gt;Division&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location1&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in this case, SYS_ID matches either SYS_ID1 and/or SYS_ID2 and Location matches Location1 and/r Location2. I have concatenated Table2 so that the Location field is pulled in twice to match CD_LOC and have tried using a link table to match the data, but I was curious to see if it would be possible to setup a similar prompt (using OR) in a listbox in Qlikview? Any guidance or advice would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>cody_summers</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>User selection for list box containing or statement</title>
      <link>https://community.qlik.com/t5/QlikView/User-selection-for-list-box-containing-or-statement/m-p/72929#M770914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was curious if someone might be able to help me with a scripting issue. I'm trying to convert a project from Cognos to Qlikview and in the original Cognos report the prompts were as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Prompt: Division&lt;/P&gt;&lt;P&gt;Second Prompt: Location or Location2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables are currently setup as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SYS_ID(PK)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SYS_ID1&lt;/P&gt;&lt;P&gt;Location&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SYS_ID2&lt;/P&gt;&lt;P&gt;Division&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location1&lt;/P&gt;&lt;P&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in this case, SYS_ID matches either SYS_ID1 and/or SYS_ID2 and Location matches Location1 and/r Location2. I have concatenated Table2 so that the Location field is pulled in twice to match CD_LOC and have tried using a link table to match the data, but I was curious to see if it would be possible to setup a similar prompt (using OR) in a listbox in Qlikview? Any guidance or advice would be greatly appreciated!&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/User-selection-for-list-box-containing-or-statement/m-p/72929#M770914</guid>
      <dc:creator>cody_summers</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
  </channel>
</rss>

