<?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: List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783882#M1209806</link>
    <description>&lt;P&gt;In that case, please check this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_0-1613660608562.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49383iB741D823F6B48D59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="QFabian_0-1613660608562.png" alt="QFabian_0-1613660608562.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2021 15:03:07 GMT</pubDate>
    <dc:creator>QFabian</dc:creator>
    <dc:date>2021-02-18T15:03:07Z</dc:date>
    <item>
      <title>List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783747#M1209793</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a list box, Drugs, but I only wanted to see the values that are being populated against patient_no. So rather than see every drug that has no associated patient i only want to see the drugs that have associated patients, how do i do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kev&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 09:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783747#M1209793</guid>
      <dc:creator>kev6brown</dc:creator>
      <dc:date>2021-02-18T09:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783871#M1209802</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8220"&gt;@kev6brown&lt;/a&gt;&amp;nbsp;, if you want to do that in script, you can do something like this, the key is find a field present in both tables, in this case a use ID_Drug, but it can be&amp;nbsp;&lt;SPAN&gt;patient_no if it is present in both tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EXISTS is a great function to filter as you want&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Patient:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;patient_no,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Id_Drug,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;more fields...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From yoursource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Drug:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Id_Drug,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Drug&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From yoursource&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;exists (Id_Drug, Id_Drug);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let my know if this is an acceptble solution for you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 14:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783871#M1209802</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-02-18T14:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783877#M1209803</link>
      <description>I can't access the script to do this, can it be done from the front end?&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Feb 2021 14:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783877#M1209803</guid>
      <dc:creator>kev6brown</dc:creator>
      <dc:date>2021-02-18T14:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783882#M1209806</link>
      <description>&lt;P&gt;In that case, please check this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QFabian_0-1613660608562.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49383iB741D823F6B48D59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="QFabian_0-1613660608562.png" alt="QFabian_0-1613660608562.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 15:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783882#M1209806</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-02-18T15:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783899#M1209809</link>
      <description>&lt;P&gt;You could try it with an expression as listbox-source - something like this:&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt; Patient = {"*"}&amp;gt;} Drug), Drug)&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 15:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783899#M1209809</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-02-18T15:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783907#M1209812</link>
      <description>That's perfect, thank you so much. Just to throw a curveball in, I have the following too -&lt;BR /&gt;&lt;BR /&gt;=subfield([Drug],'!',1)&lt;BR /&gt;&lt;BR /&gt;How do I make the expression include this?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Feb 2021 15:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783907#M1209812</guid>
      <dc:creator>kev6brown</dc:creator>
      <dc:date>2021-02-18T15:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783910#M1209813</link>
      <description>&lt;P&gt;Try it with:&lt;/P&gt;&lt;P&gt;subfield(&lt;SPAN&gt;aggr(only({&amp;lt; Patient = {"*"}&amp;gt;} Drug), Drug),&amp;nbsp;,'!',1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 15:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1783910#M1209813</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-02-18T15:47:13Z</dc:date>
    </item>
  </channel>
</rss>

