<?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: Qlikview in Listbox diable some of its member in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087517#M927719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Month a dual field in your application? Can you share a sample application with your expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2016 14:07:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-29T14:07:25Z</dc:date>
    <item>
      <title>Qlikview in Listbox diable some of its member</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087516#M927718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a trouble with listbox. I have a listbox which consists of Mounths. In my excel files, there are 12 months but I want to make disable last 6 mounth(july, august...) I dont want to select last 6 mounts. can you help me?&lt;/P&gt;&lt;P&gt;thanx in advance.&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/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087516#M927718</guid>
      <dc:creator>fatihtomruk</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview in Listbox diable some of its member</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087517#M927719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Month a dual field in your application? Can you share a sample application with your expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 14:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087517#M927719</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-29T14:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview in Listbox diable some of its member</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087518#M927720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u explain more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is option in properties &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hide excluded&amp;nbsp;&amp;nbsp; u can chk that option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 14:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087518#M927720</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-29T14:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview in Listbox diable some of its member</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087519#M927721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a file. There is a "Month" listbox. Excel file has 12 months but I want to see the first 6 months. I want to disable the last 6 month or hide even. Is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 04:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087519#M927721</guid>
      <dc:creator>fatihtomruk</dc:creator>
      <dc:date>2016-03-30T04:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview in Listbox diable some of its member</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087520#M927722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Several ways could be there depending on your data and dynamicity you want in the expression. The static and logically simple one could be like:&lt;/P&gt;&lt;P&gt;=If(Match(MonthField, 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun'), MonthField)&amp;nbsp;&amp;nbsp; -// this would work even if your month values are texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your values are duals, you could optimize the expression may be using a comparative like:&lt;/P&gt;&lt;P&gt;=If( MonthField&amp;lt;7, MonthField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 05:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087520#M927722</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-30T05:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview in Listbox diable some of its member</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087521#M927723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If your month field is dual, you can just use the below expression in the ListBox..&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(Month&amp;lt;=6,Month)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119751_Capture.JPG" style="height: 181px; width: 620px;" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 05:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087521#M927723</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-03-30T05:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview in Listbox diable some of its member</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087522#M927724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my values was text, so first formula worked.&lt;/P&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Your answer is also correct but my values wasn't dual. Thank you so much &lt;A href="https://community.qlik.com/qlik-users/133561"&gt;settu_periasamy&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 05:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-in-Listbox-diable-some-of-its-member/m-p/1087522#M927724</guid>
      <dc:creator>fatihtomruk</dc:creator>
      <dc:date>2016-03-30T05:36:36Z</dc:date>
    </item>
  </channel>
</rss>

