<?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 restriction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739439#M665249</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;Try this expression in list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(Name LIKE 'L*', Name), Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 05:51:53 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-01-21T05:51:53Z</dc:date>
    <item>
      <title>List box restriction</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739438#M665248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Can we restrict the value in list box? Such as we just want to show the name with prefix L and hide the other name.&lt;/P&gt;&lt;P&gt;Many thanks and thanks in advance!&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;Lisen &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 05:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739438#M665248</guid>
      <dc:creator />
      <dc:date>2015-01-21T05:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: List box restriction</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739439#M665249</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;Try this expression in list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(Name LIKE 'L*', Name), Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 05:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739439#M665249</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-21T05:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: List box restriction</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739440#M665250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan&lt;/P&gt;&lt;P&gt;Why do we have the Aggr function as a first argument here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 06:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739440#M665250</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-01-21T06:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: List box restriction</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739441#M665251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;thanks for your help~ &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;one more question~ can i use this expression to restrict the list with the value of another field? such as show the provinces which belongs to China and UK, and there are two fields: province and country.&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;lisen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 06:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739441#M665251</guid>
      <dc:creator />
      <dc:date>2015-01-21T06:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: List box restriction</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739442#M665252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can also do the same without using aggr() like below,&amp;nbsp; sometimes we will get issues without aggr() that is why I mentioned Aggr().&amp;nbsp; Aggr() is something like a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(PREF_NAME LIKE 'S*', PREF_NAME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 06:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739442#M665252</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-21T06:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: List box restriction</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739443#M665253</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 event try other way around&lt;/P&gt;&lt;P&gt;=If(Name LIKE 'L*',Aggr(Name, Name))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 06:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739443#M665253</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2015-01-21T06:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: List box restriction</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739444#M665254</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If((Country = 'UK' OR Country='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;China&lt;/SPAN&gt;'), Province)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 06:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739444#M665254</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-21T06:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: List box restriction</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739445#M665255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(Only({$&amp;lt;name={"L*"}&amp;gt;} name), name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 17:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-restriction/m-p/739445#M665255</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-21T17:21:40Z</dc:date>
    </item>
  </channel>
</rss>

