<?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 List box value limit. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581608#M1115989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box with filed name Year and it has values from 1995 to 2020.(From the master calender)&lt;/P&gt;&lt;P&gt;I only want to display 2014,2103,2012,2011,2010 in the list box.How can I exclude other values from the lsit box ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 17:40:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-27T17:40:45Z</dc:date>
    <item>
      <title>List box value limit.</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581608#M1115989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box with filed name Year and it has values from 1995 to 2020.(From the master calender)&lt;/P&gt;&lt;P&gt;I only want to display 2014,2103,2012,2011,2010 in the list box.How can I exclude other values from the lsit box ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 17:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581608#M1115989</guid>
      <dc:creator />
      <dc:date>2014-02-27T17:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: List box value limit.</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581609#M1115990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no restrictions on the Listbox to show values beyond putting there an expression instead of a field. But that consumes resource innecesarily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd create a new field on the MasterCalendar which would contain only those values (with a match or even an if statement) and use that field on the design layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 17:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581609#M1115990</guid>
      <dc:creator>Luis_Cortizo</dc:creator>
      <dc:date>2014-02-27T17:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: List box value limit.</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581610#M1115991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write Down below expression in List Box Expression...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Year &amp;lt;= 2014 and Year &amp;gt;= 2010, Year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 17:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581610#M1115991</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-27T17:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: List box value limit.</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581611#M1115992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a list box Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="53986" alt="2014-02-27_1752.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53986_2014-02-27_1752.png" style="width: 620px; height: 483px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Add this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Year &amp;gt;= 2010 , Year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 17:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581611#M1115992</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-02-27T17:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: List box value limit.</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581612#M1115993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AS suggested by Luis its best if done while scripting. I have done it in both ways.&lt;/P&gt;&lt;P&gt;Check out the attached.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 17:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581612#M1115993</guid>
      <dc:creator />
      <dc:date>2014-02-27T17:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: List box value limit.</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581613#M1115994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Where Condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master Calendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Quaerter,&lt;/P&gt;&lt;P&gt;MonthName,&lt;/P&gt;&lt;P&gt;FiscalYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Abc.qvd&lt;/P&gt;&lt;P&gt;Where Wildmatch(Year,'2014','2103','2012','2011','2010');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can create a field in the Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master Calendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Quaerter,&lt;/P&gt;&lt;P&gt;MonthName,&lt;/P&gt;&lt;P&gt;FiscalYear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Wildmatch(Year,'2014','2103','2012','2011','2010'),Year) AS YearNewField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Abc.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 17:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-value-limit/m-p/581613#M1115994</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-02-27T17:58:05Z</dc:date>
    </item>
  </channel>
</rss>

