<?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: vbscript find if a field value exists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342447#M126501</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;This is a qlikview method, not VBScript method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment for solution, hope this what you are searching.&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>Thu, 08 Mar 2012 12:32:01 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-03-08T12:32:01Z</dc:date>
    <item>
      <title>vbscript find if a field value exists</title>
      <link>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342442#M126496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help with vbscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to find if a value of a field from my database exists also in qlikview document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a buuton which search in qlikview doc and finds a specific field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 11:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342442#M126496</guid>
      <dc:creator />
      <dc:date>2012-03-08T11:45:33Z</dc:date>
    </item>
    <item>
      <title>vbscript find if a field value exists</title>
      <link>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342443#M126497</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;Use the FieldIndex() for finding whether a value exists in the field in Qlikview.&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>Thu, 08 Mar 2012 11:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342443#M126497</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-08T11:49:15Z</dc:date>
    </item>
    <item>
      <title>vbscript find if a field value exists</title>
      <link>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342444#M126498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please write me the syntax cause I cannot find it.&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>Thu, 08 Mar 2012 12:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342444#M126498</guid>
      <dc:creator />
      <dc:date>2012-03-08T12:06:36Z</dc:date>
    </item>
    <item>
      <title>vbscript find if a field value exists</title>
      <link>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342445#M126499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: bold;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Please check the example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Returns value &amp;gt;0, if 'John Doe' exists in Name field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;fieldindex( 'Name', 'John Doe' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 12:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342445#M126499</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-08T12:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: vbscript find if a field value exists</title>
      <link>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342446#M126500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the inconvenience but I get an error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field: CustomerId and a variable which I get it from the DB: dbCustomerId&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I write variable=ActiveDocument.FieldIndex("CustomerId", dbCustomerId ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i get the error: Object doesn't support this property or method: 'ActiveDocument.FieldIndex'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I do wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 12:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342446#M126500</guid>
      <dc:creator />
      <dc:date>2012-03-08T12:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: vbscript find if a field value exists</title>
      <link>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342447#M126501</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;This is a qlikview method, not VBScript method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment for solution, hope this what you are searching.&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>Thu, 08 Mar 2012 12:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/vbscript-find-if-a-field-value-exists/m-p/342447#M126501</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-08T12:32:01Z</dc:date>
    </item>
  </channel>
</rss>

