<?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: Dynamic restrict data in List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448679#M167447</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;Do u need restriction in list box, use if(Year &amp;gt; 2010, Year) in listbox expression option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u need to use in variable and use in many place means, ALT+CTRL+V and add variable vMaxYear and Then give 2010..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wherever u need, use like this&lt;/P&gt;&lt;P&gt;=if(Year &amp;gt; vMaxYear, Year) or in expression like this sum({&amp;lt;Year = {'&amp;gt;=$(vMaxYear)'}&amp;gt;}Sales).. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 02:17:51 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-06-07T02:17:51Z</dc:date>
    <item>
      <title>Dynamic restrict data in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448675#M167443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have list box with field from table - table containts records with calendar data - from this field is creating menu for years - actually 2007, 2008, 2009 ... 2013.&lt;/P&gt;&lt;P&gt;I can restrict values in list box, because 99% users are working 2012 and 2013.&lt;/P&gt;&lt;P&gt;But I can't restrict all data in script - reload application is more time-expansive and when some user can all years, I have to give it to him immediatelly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I'm searching for possibility restrict values in list box in design, in properties? Ideal: I create some variable, on demand of value this variable I'll show complete year values or only restrict.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know some way?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Olda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 18:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448675#M167443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T18:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic restrict data in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448676#M167444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression for your listbox instead of a field. For example =if(Year&amp;gt;2011,Year) to show only years larger than 2011. Instead of 2011 you could use a variable to make it more dynamic (ie change the value of the variable instead of the expression).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 18:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448676#M167444</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-06T18:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic restrict data in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448677#M167445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I tried create expression =Year (it's field from table) and then condition for Show, but List box was full of ##- instead of really values and count of values was same as years 2007-2013.&lt;/P&gt;&lt;P&gt;O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 21:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448677#M167445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T21:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic restrict data in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448678#M167446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;in experiment were in listbox values "2##", not "##-" (there was another try)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 21:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448678#M167446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T21:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic restrict data in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448679#M167447</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;Do u need restriction in list box, use if(Year &amp;gt; 2010, Year) in listbox expression option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u need to use in variable and use in many place means, ALT+CTRL+V and add variable vMaxYear and Then give 2010..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wherever u need, use like this&lt;/P&gt;&lt;P&gt;=if(Year &amp;gt; vMaxYear, Year) or in expression like this sum({&amp;lt;Year = {'&amp;gt;=$(vMaxYear)'}&amp;gt;}Sales).. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 02:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448679#M167447</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-06-07T02:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic restrict data in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448680#M167448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks, I understand it, before I started the new expression and condition for visibility. When I replaced field with expression, all is OK.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 07:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448680#M167448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-07T07:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic restrict data in List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448681#M167449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gysbert,&lt;/P&gt;&lt;P&gt;I try one more question: when I have shorter lis of values, can I set new width of ListBox depend on condition for values? For example, full List box have 200 px, when I restrict list box only for last 3 year, I can set width 120 px.&lt;/P&gt;&lt;P&gt;Is possible to use some trigger on sheet?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 07:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-restrict-data-in-List-box/m-p/448681#M167449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-07T07:18:39Z</dc:date>
    </item>
  </channel>
</rss>

