<?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 list box data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/list-box-data/m-p/493915#M184766</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 have a data set in a table that is created and consists of around 30k unique entries.&lt;/P&gt;&lt;P&gt;However in my actual data set only about 10% of these have a value attached, ie you could think of this as being all customers ever set up but within the period only 10% have completed a transaction.&lt;/P&gt;&lt;P&gt; In my list box I only want only the records that have a transaction to be shown so as to reduce the “clutter”. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula below appears to work as a much reduced list of records is brought through into the list box.&lt;/P&gt;&lt;P&gt; However the issue i have is that when one is selected the rest disappear completely out of the list box unlike with the standard list box where they are greyed out but stay in the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i edit my formula/settings so that the other options stay in the box and appear greyed out as per the standard formats of a list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(If(&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;fabs(ROUND(Sum(COST)))+fabs(round(sum(revenue)))&lt;/P&gt;&lt;P&gt;) &amp;lt;&amp;gt;0, [Driver Type]),[Driver Type] &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 11:38:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-10T11:38:55Z</dc:date>
    <item>
      <title>list box data</title>
      <link>https://community.qlik.com/t5/QlikView/list-box-data/m-p/493915#M184766</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 have a data set in a table that is created and consists of around 30k unique entries.&lt;/P&gt;&lt;P&gt;However in my actual data set only about 10% of these have a value attached, ie you could think of this as being all customers ever set up but within the period only 10% have completed a transaction.&lt;/P&gt;&lt;P&gt; In my list box I only want only the records that have a transaction to be shown so as to reduce the “clutter”. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula below appears to work as a much reduced list of records is brought through into the list box.&lt;/P&gt;&lt;P&gt; However the issue i have is that when one is selected the rest disappear completely out of the list box unlike with the standard list box where they are greyed out but stay in the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i edit my formula/settings so that the other options stay in the box and appear greyed out as per the standard formats of a list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(If(&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;fabs(ROUND(Sum(COST)))+fabs(round(sum(revenue)))&lt;/P&gt;&lt;P&gt;) &amp;lt;&amp;gt;0, [Driver Type]),[Driver Type] &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 11:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box-data/m-p/493915#M184766</guid>
      <dc:creator />
      <dc:date>2014-01-10T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: list box data</title>
      <link>https://community.qlik.com/t5/QlikView/list-box-data/m-p/493916#M184767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jono,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fraid I do not understand completely your question... If you only want the customers that have completed a transaction, I would left join the transactions data with the customers. The resultant table of the left join would only have the customers with transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box-data/m-p/493916#M184767</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2014-01-10T12:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: list box data</title>
      <link>https://community.qlik.com/t5/QlikView/list-box-data/m-p/493917#M184768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Salto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you could also create a straight table with the customer as dimension and the transaction revenue as expression.&lt;/P&gt;&lt;P&gt;suppress zero values on the dimension and add a set analysis in the expression to show all values greater than 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a really nice solution, more a work around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box-data/m-p/493917#M184768</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-01-10T12:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: list box data</title>
      <link>https://community.qlik.com/t5/QlikView/list-box-data/m-p/493918#M184769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; if I understand well you have to add a set analysis to ignore the selection.&lt;/P&gt;&lt;P&gt;So sum({1} ... if you want to ignore all selections, whereas you have to ignore only Field1&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Field1=&amp;gt;} ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/list-box-data/m-p/493918#M184769</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2014-01-10T12:27:16Z</dc:date>
    </item>
  </channel>
</rss>

