<?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: Custom formula in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-formula-in-list-box/m-p/526064#M1129960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the presentation tab, ensure that suppress zero values is unchecked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG alt="Suppress Zero.jpg" class="jive-image" src="/legacyfs/online/49949_Suppress Zero.jpg" style="width: 620px; height: 547px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2013 10:12:07 GMT</pubDate>
    <dc:creator>ljackson</dc:creator>
    <dc:date>2013-12-04T10:12:07Z</dc:date>
    <item>
      <title>Custom formula in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-formula-in-list-box/m-p/526062#M1129958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added in the custom expression below in order to only bring into the list box the Drivers that are actually used within the data (ie there are around 30k set up but only 3k with data on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula below appears to work as a much reduced list of drivers are brought through into the list box.&lt;/P&gt;&lt;P&gt;&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, 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;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt;(&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;fabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ROUND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;COST&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)))+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;fabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;revenue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)))&lt;BR /&gt;) &amp;lt;&amp;gt;0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Driver Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Driver Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 09:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-formula-in-list-box/m-p/526062#M1129958</guid>
      <dc:creator />
      <dc:date>2013-12-04T09:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom formula in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-formula-in-list-box/m-p/526063#M1129959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (fabs(Round(Sum({1} COST)))+fabs(Round(Sum({1} revenue)))) &amp;lt;&amp;gt; 0, &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Driver Type]&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;,[Driver Type])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 09:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-formula-in-list-box/m-p/526063#M1129959</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-12-04T09:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom formula in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-formula-in-list-box/m-p/526064#M1129960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the presentation tab, ensure that suppress zero values is unchecked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG alt="Suppress Zero.jpg" class="jive-image" src="/legacyfs/online/49949_Suppress Zero.jpg" style="width: 620px; height: 547px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 10:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-formula-in-list-box/m-p/526064#M1129960</guid>
      <dc:creator>ljackson</dc:creator>
      <dc:date>2013-12-04T10:12:07Z</dc:date>
    </item>
  </channel>
</rss>

