<?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 FieldIndex returns 0 from IE Plug-In in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241467#M91881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FieldIndex() had some problems on earlier version of QV9 on the server. What version and SR is your server at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2011 07:24:01 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2011-03-08T07:24:01Z</dc:date>
    <item>
      <title>FieldIndex returns 0 from IE Plug-In</title>
      <link>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241465#M91879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a field called Currency_Select which is controlled by user (Always One Selected Value checked) and a separate unattached field PrimaryCurrency which has a subset of currencies (eg. AUD, USD and EUR). I want to check whether the selected value in Currency_Select is one of the PrimaryCurrency options.&lt;/P&gt;&lt;P&gt;Working in QV Desktop on the Server I have created an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;If(FieldIndex('PrimaryCurrency',Only(Currency_Select))&amp;gt;0,Only(Currency_Select),'N/A')&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This works fine and returns the expected value. BUT when I look at the same from the IE Plug-in I get N/A as the FieldIndex function fails to work. Does anyone else have similiar problems with FieldIndex, and is there a solution?&lt;/P&gt;&lt;P&gt;Thanks, Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 03:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241465#M91879</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2011-03-08T03:48:30Z</dc:date>
    </item>
    <item>
      <title>FieldIndex returns 0 from IE Plug-In</title>
      <link>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241466#M91880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never hurts to make sure that the Plug-in, QV Desktop and QV Server are all the same exact version.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 07:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241466#M91880</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-03-08T07:12:55Z</dc:date>
    </item>
    <item>
      <title>FieldIndex returns 0 from IE Plug-In</title>
      <link>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241467#M91881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FieldIndex() had some problems on earlier version of QV9 on the server. What version and SR is your server at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 07:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241467#M91881</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-03-08T07:24:01Z</dc:date>
    </item>
    <item>
      <title>FieldIndex returns 0 from IE Plug-In</title>
      <link>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241468#M91882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still on 8.5 for Developer, QVS and PlugIn. Believe we're at SR6.&lt;/P&gt;&lt;P&gt;I've instead used a work around expression of Count(DISTINCT If(PrimaryCurreny = Only(Currency_Select),PrimaryCurrency)) &amp;gt; 0 to give same outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 23:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241468#M91882</guid>
      <dc:creator>michael_anthony</dc:creator>
      <dc:date>2011-03-08T23:53:30Z</dc:date>
    </item>
    <item>
      <title>FieldIndex returns 0 from IE Plug-In</title>
      <link>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241469#M91883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, it was definately broken in 8.5. Was fixed sometime in 9. Glad you found a workaround.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 04:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FieldIndex-returns-0-from-IE-Plug-In/m-p/241469#M91883</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-03-09T04:52:57Z</dc:date>
    </item>
  </channel>
</rss>

