<?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/1010671#M342948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;Aggr(Only({&amp;lt;TransactionFieldName={"*"}&amp;gt;}&lt;SPAN style="color: #1f497d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EmployeeName),&lt;SPAN style="color: #1f497d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EmployeeID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 16:00:03 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-12-14T16:00:03Z</dc:date>
    <item>
      <title>List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010670#M342947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; Good day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I have loaded a table of&lt;BR /&gt;employees with 2 fields:&amp;nbsp; EmployeeID, and EmployeeName.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I have also loaded a transaction&lt;BR /&gt;table that also has EmployeeID (and can have multiple transactions for one&lt;BR /&gt;Employee Id) along with other data fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;When I create a list box using&lt;BR /&gt;the Employee Name, I see all the Employee names and not just the ones that have&lt;BR /&gt;transaction records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #1f497d;"&gt;How can I have the List box only&lt;BR /&gt;show the Employee Names with transactions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Thank you very much,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Mitch &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010670#M342947</guid>
      <dc:creator />
      <dc:date>2015-12-14T15:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010671#M342948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;Aggr(Only({&amp;lt;TransactionFieldName={"*"}&amp;gt;}&lt;SPAN style="color: #1f497d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EmployeeName),&lt;SPAN style="color: #1f497d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;EmployeeID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 16:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010671#M342948</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-12-14T16:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010672#M342949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use an expression in the list box instead of just a field name (select &amp;lt;expression&amp;gt; from field drop down list on general tab of list box properties):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( If(Count(TransactionID)&amp;gt;0,EmployeeName), EmployeeName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( Only({&amp;lt;EmployeeName = {"=count(TransactionID)&amp;gt;0"}&amp;gt;} EmployeeName), EmployeeName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 16:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010672#M342949</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-14T16:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010673#M342950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I tried this and unfortunately it did not work.&lt;BR /&gt;&lt;SPAN style="color: #1f497d;"&gt;I still see all the Employee names and not just the ones that have&lt;BR /&gt;transaction records.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 19:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010673#M342950</guid>
      <dc:creator />
      <dc:date>2015-12-15T19:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010674#M342951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example given, the posters guessed at the name of a field in your transaction table. Can you post the expressoin you tried and confirm that it refers to a field that exists in your transaction table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010674#M342951</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-12-15T20:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: List Box</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010675#M342952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a list box for field EmployeeName and a list box for a field from Transaction table, which should have a value in all records, like Transaction amount or TransactionID, and if you then right click on the transaction table field list box and 'Select all', are there any values in EmployeeName list box greyed out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box/m-p/1010675#M342952</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-15T20:19:58Z</dc:date>
    </item>
  </channel>
</rss>

