<?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 Expression Null Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066852#M929716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My current expression in the expression tab is POS.paymenttype and the general tab expression is POS.companyids. Yes Sunny I'm trying to remove company IDs where the expression (paymenttype) is NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2016 13:42:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-14T13:42:08Z</dc:date>
    <item>
      <title>List Box Expression Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066849#M929713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two fields in my list box. The first (left side) is the company IDs and the second field (right) is the expression (payment type) I have written in the expression tab of the list box. I need your help in removing the null values from the right side so the company IDs with corresponding payment type is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone guide me towards on how to implement this if it's possible at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117914_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066849#M929713</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Expression Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066850#M929714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your current expression? and are you trying to remove Company IDs where the expression is Null?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066850#M929714</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-14T13:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Expression Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066851#M929715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to aim for a Table object. It can list many fields and has the option to Omit rows where a field value is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066851#M929715</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-03-14T13:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Expression Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066852#M929716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My current expression in the expression tab is POS.paymenttype and the general tab expression is POS.companyids. Yes Sunny I'm trying to remove company IDs where the expression (paymenttype) is NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066852#M929716</guid>
      <dc:creator />
      <dc:date>2016-03-14T13:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Expression Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066853#M929717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this as your list box expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(POS.paymenttype)) &amp;gt; 0, POS.companyids)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066853#M929717</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-14T13:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Expression Null Value</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066854#M929718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your kind help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 13:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Expression-Null-Value/m-p/1066854#M929718</guid>
      <dc:creator />
      <dc:date>2016-03-14T13:55:21Z</dc:date>
    </item>
  </channel>
</rss>

