<?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: Expression in List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170389#M896426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Unassigned is not showing results in the list box. There are unassigned rows with empty values. So maybe it's blank instead of null? Not sure.&lt;/P&gt;&lt;P&gt;&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/132848_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/132849_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2016 13:09:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-28T13:09:42Z</dc:date>
    <item>
      <title>Expression in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170386#M896423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below expression but I am not seeing the correct results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column FIRST_ASSGN_DT. When this column is Null = UnAssigned. When this column is not null = Assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIRST_ASSGN_DT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '*'),'Assigned')&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&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;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ISNULL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIRST_ASSGN_DT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'UnAssigned') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&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/Expression-in-List-Box/m-p/1170386#M896423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170387#M896424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give a try on the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Len(Trim(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;FIRST_ASSGN_DT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;')) &amp;gt; 0,'Assigned',&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'UnAssigned')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 12:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170387#M896424</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-28T12:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170388#M896425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(FIRST_ASSGN_DT)) &amp;gt; 0, 'Assigned', 'UnAssigned')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 12:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170388#M896425</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-28T12:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170389#M896426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Unassigned is not showing results in the list box. There are unassigned rows with empty values. So maybe it's blank instead of null? Not sure.&lt;/P&gt;&lt;P&gt;&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/132848_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/132849_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 13:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170389#M896426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T13:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170390#M896427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post a small sample...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 13:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170390#M896427</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-28T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170391#M896428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not 100% sure what you mean. What are you expecting to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 13:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170391#M896428</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-28T13:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170392#M896429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached. I cannot filter on UnAssigned as it's filtered out but in my straight table there are blank/null values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 13:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170392#M896429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-28T13:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Expression in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170393#M896430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding this to the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;NULLASVALUE First_Assign_Date;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;SET NullValue = ' ';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD id, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; First_Assign_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;listbox.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is test);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and reload and see if it works now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 13:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-in-List-Box/m-p/1170393#M896430</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-28T13:28:00Z</dc:date>
    </item>
  </channel>
</rss>

