<?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: hOW TO Restrict values in listbox? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hOW-TO-Restrict-values-in-listbox/m-p/534302#M199586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using an expression instead of the field name for the listbox: =if(MyField='fy',null(),MyField). Replace MyField with the name of the field you want to show in the listbox. If the value you want to suppress contains spaces you can try =if(trim(MyField)='fy',null(),MyField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jul 2013 10:08:21 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-07-03T10:08:21Z</dc:date>
    <item>
      <title>hOW TO Restrict values in listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/hOW-TO-Restrict-values-in-listbox/m-p/534300#M199584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have list box contains below values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fy 2001&lt;/P&gt;&lt;P&gt;fy 2002&lt;/P&gt;&lt;P&gt;fy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want remove 'fy'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;output &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;fy 2001&lt;/P&gt;&lt;P&gt;fy 2002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 09:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hOW-TO-Restrict-values-in-listbox/m-p/534300#M199584</guid>
      <dc:creator />
      <dc:date>2013-07-03T09:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: hOW TO Restrict values in listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/hOW-TO-Restrict-values-in-listbox/m-p/534301#M199585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the list box instead of field use expression (is at the bottom of the fields list)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write: mid(myField,3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where myField is the field containing fy 2001 ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 09:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hOW-TO-Restrict-values-in-listbox/m-p/534301#M199585</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-07-03T09:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: hOW TO Restrict values in listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/hOW-TO-Restrict-values-in-listbox/m-p/534302#M199586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using an expression instead of the field name for the listbox: =if(MyField='fy',null(),MyField). Replace MyField with the name of the field you want to show in the listbox. If the value you want to suppress contains spaces you can try =if(trim(MyField)='fy',null(),MyField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 10:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hOW-TO-Restrict-values-in-listbox/m-p/534302#M199586</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-03T10:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: hOW TO Restrict values in listbox?</title>
      <link>https://community.qlik.com/t5/QlikView/hOW-TO-Restrict-values-in-listbox/m-p/534303#M199587</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;You can get your job done by using expression in your list box. I have two types. Let try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. =Aggr(Only({1&amp;lt;Field -= {'fy'}&amp;gt;} Field),Field)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. =If(Field='fy',Null(),Field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 10:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hOW-TO-Restrict-values-in-listbox/m-p/534303#M199587</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-07-03T10:10:19Z</dc:date>
    </item>
  </channel>
</rss>

