<?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 field value and field index explination pls? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/field-value-and-field-index-explination-pls/m-p/624849#M1118880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;field value and field index explination pls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Sun, 09 Feb 2014 15:34:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-09T15:34:15Z</dc:date>
    <item>
      <title>field value and field index explination pls?</title>
      <link>https://community.qlik.com/t5/QlikView/field-value-and-field-index-explination-pls/m-p/624849#M1118880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;field value and field index explination pls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Sun, 09 Feb 2014 15:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-value-and-field-index-explination-pls/m-p/624849#M1118880</guid>
      <dc:creator />
      <dc:date>2014-02-09T15:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: field value and field index explination pls?</title>
      <link>https://community.qlik.com/t5/QlikView/field-value-and-field-index-explination-pls/m-p/624850#M1118882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldValue() and FieldIndex() are used to get the values or the index of a dimension.&amp;nbsp; For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;India&lt;/P&gt;&lt;P&gt;USA&lt;/P&gt;&lt;P&gt;UK&lt;/P&gt;&lt;P&gt;Russia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fieldindex( 'Country', 'USA' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will give you the value 2, because USA is in second position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FieldValue('Country', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will give you the value USA, because second value in the Country dimension is USA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Qlikview help file:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor310"&gt;&lt;/A&gt;&lt;A name="Fieldvalue"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;Fieldvalue(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;fieldname , n&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the field value found in position &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; of the field &lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt; (by load order). &lt;SPAN class="Italic"&gt;Fieldname&lt;/SPAN&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 &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt;=1. If &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; is larger than the number of field values, NULL is returned. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;fieldvalue( 'Helptext', 5 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor311"&gt;&lt;/A&gt;&lt;A name="FieldIndex"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;FieldIndex(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;fieldname , value &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the position of the field value &lt;SPAN class="Italic"&gt;value&lt;/SPAN&gt; in the field &lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt; (by load order). If &lt;SPAN class="Italic"&gt;value&lt;/SPAN&gt; cannot be found among the field values of the field &lt;SPAN class="Italic"&gt;fieldname&lt;/SPAN&gt;, 0 is returned. &lt;SPAN class="Italic"&gt;Fieldname&lt;/SPAN&gt; must be given as a string value, e.g. the field name must be enclosed by single quotes. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;fieldindex( 'Name', 'John Doe' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 16:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/field-value-and-field-index-explination-pls/m-p/624850#M1118882</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-02-09T16:23:39Z</dc:date>
    </item>
  </channel>
</rss>

