<?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 the the listbox based on condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338568#M844226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Apr 2017 06:19:31 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2017-04-19T06:19:31Z</dc:date>
    <item>
      <title>How to restrict the the listbox based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338565#M844219</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;I want restrict the listbox items based on condition. Im attaching the sample document.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;A href="https://community.qlik.com/qlik-users/23109" target="_blank"&gt;jagan&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/34352" target="_blank"&gt;awhitfield&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/15823" target="_blank"&gt;swuehl&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/36145" target="_blank"&gt;adamdavi3s&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/21667" target="_blank"&gt;cleveranjos&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/146743" target="_blank"&gt;manojqlik&lt;/A&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/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338565#M844219</guid>
      <dc:creator>ashokpaladugula</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the the listbox based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338566#M844221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If(not IsNull(Reason), customerName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 06:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338566#M844221</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-04-19T06:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the the listbox based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338567#M844224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try in your list box expression like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( len (Reason) &amp;lt;&amp;gt;&amp;nbsp; 0,customerName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 06:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338567#M844224</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-04-19T06:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the the listbox based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338568#M844226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 06:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338568#M844226</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-04-19T06:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the the listbox based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338569#M844228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be this too&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(not WildMatch(Reason,0), customerName)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 06:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338569#M844228</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-19T06:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the the listbox based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338570#M844229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all,&lt;/P&gt;&lt;P&gt;All above answers are correct and useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ASHOK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 06:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338570#M844229</guid>
      <dc:creator>ashokpaladugula</dc:creator>
      <dc:date>2017-04-19T06:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the the listbox based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338571#M844230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listbox filter the values correctly, but in the current selections showing two filter values. so, i want show the selected customer filter in the current selection box. Please find the attachment.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="customer filter issue.png" class="jive-image image-1" src="/legacyfs/online/165040_customer filter issue.png" style="height: 260px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338571#M844230</guid>
      <dc:creator>ashokpaladugula</dc:creator>
      <dc:date>2017-05-29T08:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the the listbox based on condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338572#M844231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, try the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-family: 'courier new', courier;"&gt;=Aggr(only({&amp;lt;customerName,Reason={'*'}&amp;gt;} customerName), customerName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 09:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-restrict-the-the-listbox-based-on-condition/m-p/1338572#M844231</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-29T09:07:30Z</dc:date>
    </item>
  </channel>
</rss>

