<?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: List box selected fields to be shown in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764868#M271849</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;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(wildmatch(YearField,'*2012*','*2013*','*2014*'),YearField).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible post your sample app.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Feb 2015 06:16:38 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-02-09T06:16:38Z</dc:date>
    <item>
      <title>List box selected fields to be shown</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764864#M271845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here in this list box&amp;nbsp; i want to display only &lt;STRONG&gt;2012,2013,2014&lt;/STRONG&gt; only .how can i ?&lt;IMG alt="Listbox.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77387_Listbox.PNG" style="height: 22px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 05:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764864#M271845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T05:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: List box selected fields to be shown</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764865#M271846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of taking the field directly in the list box, use an expression like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;SPAN style="font-family: book antiqua,palatino;"&gt;If(Match(YearField, 2012,2013, 2014), YearField)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 05:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764865#M271846</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-02-09T05:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: List box selected fields to be shown</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764866#M271847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to do analysis over these 3 years only?&lt;/P&gt;&lt;P&gt;If so, then load data of only these 3 years. this way you can optimize your application by reducing its size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 05:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764866#M271847</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2015-02-09T05:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: List box selected fields to be shown</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764867#M271848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have already used this expression but it is showing the same .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 06:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764867#M271848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-09T06:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: List box selected fields to be shown</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764868#M271849</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;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(wildmatch(YearField,'*2012*','*2013*','*2014*'),YearField).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible post your sample app.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 06:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764868#M271849</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-09T06:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: List box selected fields to be shown</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764869#M271850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps there is some issue specific to your data. Try to share your sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 06:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764869#M271850</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-02-09T06:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: List box selected fields to be shown</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764870#M271851</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Aggr(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'book antiqua', palatino; color: #3d3d3d;"&gt;If(Match(YearField, 2012,2013, 2014), YearField), YearField)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'book antiqua', palatino; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'book antiqua', palatino; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'book antiqua', palatino; color: #3d3d3d;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 06:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764870#M271851</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-09T06:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: List box selected fields to be shown</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764871#M271852</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;try to load the data only to related 3 years as ur requirement if you want analyse only 3 year data. it will reduce the size &amp;amp; app also will be faster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 06:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-selected-fields-to-be-shown/m-p/764871#M271852</guid>
      <dc:creator>vinay_hg</dc:creator>
      <dc:date>2015-02-09T06:43:34Z</dc:date>
    </item>
  </channel>
</rss>

