<?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: boxes and lists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566225#M1326946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create the calculated expression by selecting Expression at the bottom of the list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-01-24_1249.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52047_2014-01-24_1249.png" style="width: 620px; height: 648px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jan 2014 12:50:51 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2014-01-24T12:50:51Z</dc:date>
    <item>
      <title>boxes and lists</title>
      <link>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566222#M1326940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please help &lt;/P&gt;&lt;P&gt;I create a list, select the list type field. &lt;/P&gt;&lt;P&gt;in the field there are several types (type 1, type 2, type 3). &lt;/P&gt;&lt;P&gt;I need to be seen in the list of type1 and type2 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Снимок.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52046_Снимок.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566222#M1326940</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: boxes and lists</title>
      <link>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566223#M1326942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Calculated Expression in the List Box and say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(typ &amp;lt;&amp;gt; 'typ 3', typ)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 12:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566223#M1326942</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-24T12:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: boxes and lists</title>
      <link>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566224#M1326944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that object instead of selecting a field select expression and write :&lt;/P&gt;&lt;P&gt;if(typ &amp;lt;&amp;gt; 'type1' or typ &amp;lt;&amp;gt; 'type2', '', typ)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 12:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566224#M1326944</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-01-24T12:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: boxes and lists</title>
      <link>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566225#M1326946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create the calculated expression by selecting Expression at the bottom of the list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-01-24_1249.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52047_2014-01-24_1249.png" style="width: 620px; height: 648px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 12:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566225#M1326946</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-24T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: boxes and lists</title>
      <link>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566226#M1326948</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;In your list box settings, tab &lt;EM&gt;General&lt;/EM&gt;, choose the field &lt;STRONG&gt;expression &lt;/STRONG&gt;and write this expression:&lt;/P&gt;&lt;P&gt;=if(typ&amp;lt;&amp;gt;'typ 3', typ)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Quentin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 12:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/boxes-and-lists/m-p/566226#M1326948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-24T12:52:10Z</dc:date>
    </item>
  </channel>
</rss>

