<?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 - Remove values with no data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Remove-values-with-no-data/m-p/1301327#M460529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to create a list box and remove the values that dos not have any available data.&amp;nbsp; I have tried a few different formulas with no success.&amp;nbsp; For instance if AM Compliance doesn't have any available data I don't want it to appear in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162494_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 May 2017 13:11:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-08T13:11:02Z</dc:date>
    <item>
      <title>List Box - Remove values with no data</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Remove-values-with-no-data/m-p/1301327#M460529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to create a list box and remove the values that dos not have any available data.&amp;nbsp; I have tried a few different formulas with no success.&amp;nbsp; For instance if AM Compliance doesn't have any available data I don't want it to appear in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162494_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 13:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Remove-values-with-no-data/m-p/1301327#M460529</guid>
      <dc:creator />
      <dc:date>2017-05-08T13:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Remove values with no data</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Remove-values-with-no-data/m-p/1301328#M460530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a flag in the script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD If(Len(Trim(Field1&amp;amp;Field2&amp;amp;Field3.....&amp;amp;FieldN)) = 0, 0, 1) as DataFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;FROM ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then this as your calculated expression for list box object&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(Max(DataFlag) = 1, Region), Region)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 13:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Remove-values-with-no-data/m-p/1301328#M460530</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-08T13:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Remove values with no data</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Remove-values-with-no-data/m-p/1301329#M460531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Expression&lt;/P&gt;&lt;P&gt;Aggr(Region,Region)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 13:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Remove-values-with-no-data/m-p/1301329#M460531</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-05-08T13:30:49Z</dc:date>
    </item>
  </channel>
</rss>

