<?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: Least 3 values  in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Least-3-values-in-list-box/m-p/554046#M207002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you meant "I need to display at least 1 value" you can try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FieldValue( 'YourField', n)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise if you meant "I need to display the last value" you can try:&lt;/P&gt;&lt;P&gt;=FieldValue('YourField',FieldValueCount('YourField'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From QlikView Help: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fieldvalue(&lt;EM&gt;fieldname , n&lt;/EM&gt;) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns the field value found in position n of the field &lt;EM&gt;fieldname&lt;/EM&gt; (by load order). &lt;EM&gt;Fieldname&lt;/EM&gt; must be given as a string value, e.g. the field name must be enclosed by single quotes. The first field value is returned for n=1. If n is larger than the number of field values, NULL is returned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fieldvaluecount(&lt;EM&gt;fieldname&lt;/EM&gt; ) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns the number of distinct values in a field. &lt;EM&gt;Fieldname&lt;/EM&gt; must be given as a string (e.g. a quoted literal). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2013 16:06:45 GMT</pubDate>
    <dc:creator>Andrea_Ghirardello</dc:creator>
    <dc:date>2013-08-30T16:06:45Z</dc:date>
    <item>
      <title>Least 3 values  in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Least-3-values-in-list-box/m-p/554044#M207000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have the requirement is displays least 1 value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 13:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Least-3-values-in-list-box/m-p/554044#M207000</guid>
      <dc:creator />
      <dc:date>2013-08-30T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Least 3 values  in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Least-3-values-in-list-box/m-p/554045#M207001</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;Please explain in more then only we can understand and try to fix it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 14:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Least-3-values-in-list-box/m-p/554045#M207001</guid>
      <dc:creator>v_iyyappan</dc:creator>
      <dc:date>2013-08-30T14:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Least 3 values  in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Least-3-values-in-list-box/m-p/554046#M207002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you meant "I need to display at least 1 value" you can try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FieldValue( 'YourField', n)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise if you meant "I need to display the last value" you can try:&lt;/P&gt;&lt;P&gt;=FieldValue('YourField',FieldValueCount('YourField'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From QlikView Help: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fieldvalue(&lt;EM&gt;fieldname , n&lt;/EM&gt;) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns the field value found in position n of the field &lt;EM&gt;fieldname&lt;/EM&gt; (by load order). &lt;EM&gt;Fieldname&lt;/EM&gt; must be given as a string value, e.g. the field name must be enclosed by single quotes. The first field value is returned for n=1. If n is larger than the number of field values, NULL is returned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fieldvaluecount(&lt;EM&gt;fieldname&lt;/EM&gt; ) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns the number of distinct values in a field. &lt;EM&gt;Fieldname&lt;/EM&gt; must be given as a string (e.g. a quoted literal). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 16:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Least-3-values-in-list-box/m-p/554046#M207002</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-08-30T16:06:45Z</dc:date>
    </item>
  </channel>
</rss>

