<?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 i make selectiosn always in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664029#M1061760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;maybe&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;if(match(Year,'2014','2013'), year(Year))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 09:51:45 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-09-23T09:51:45Z</dc:date>
    <item>
      <title>How i make selectiosn always in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664022#M1061753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All ,&lt;/P&gt;&lt;P&gt;I have created list box like 2010,2011,2012,2013,2014,2015,2016,2017.&lt;/P&gt;&lt;P&gt;but my requirement is i need to select always 2013,2014 always and need to hide other years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 15:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664022#M1061753</guid>
      <dc:creator />
      <dc:date>2014-09-22T15:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: How i make selectiosn always in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664023#M1061754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define expression in listbox&lt;/P&gt;&lt;P&gt;if (youryear=2013 or youryear=2014, youryear)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 15:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664023#M1061754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-22T15:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How i make selectiosn always in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664024#M1061755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sanjeev,&lt;BR /&gt;when you create the listbox go to the field dropdown and choose &amp;lt;Expression&amp;gt; instead of an field:&lt;/P&gt;&lt;P&gt;if(yearfield=2013 or yearfield=2014,yearfield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This only reduces the Display of the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to select 2013 and 2014 permanently you can select them and rightclick on the listbox to lock the selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 15:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664024#M1061755</guid>
      <dc:creator>tobias_klett</dc:creator>
      <dc:date>2014-09-22T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: How i make selectiosn always in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664025#M1061756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or also (expression in listbox)&lt;/P&gt;&lt;P&gt;if(match(Year,'2014','2013'),Year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 23:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664025#M1061756</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-22T23:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: How i make selectiosn always in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664026#M1061757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will show only 2013,2014 repeatdly how can i place only distinct for those years in same expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664026#M1061757</guid>
      <dc:creator />
      <dc:date>2014-09-23T09:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: How i make selectiosn always in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664027#M1061758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will show only 2013,2014 repeatdly how can i place only distinct for those years in same expression.becasue in feature also there may number of transations will comes for that it won't be select default in list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664027#M1061758</guid>
      <dc:creator />
      <dc:date>2014-09-23T09:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: How i make selectiosn always in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664028#M1061759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this in your Chart expressions:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Yearfield={2013,2014}&amp;gt;} Valuefield)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664028#M1061759</guid>
      <dc:creator>tobias_klett</dc:creator>
      <dc:date>2014-09-23T09:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: How i make selectiosn always in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664029#M1061760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;maybe&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;if(match(Year,'2014','2013'), year(Year))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664029#M1061760</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-23T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How i make selectiosn always in list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664030#M1061761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-make-selectiosn-always-in-list-box/m-p/664030#M1061761</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-09-23T09:55:22Z</dc:date>
    </item>
  </channel>
</rss>

