<?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: VBA script to retrieve row number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774554#M274775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the input.&lt;/P&gt;&lt;P&gt;I'll have to look into that. I am fairly novice in Qlikview VBA, so what I'm hearing is&lt;/P&gt;&lt;P&gt;retrieve a rowno() from a cell that will be determined from a fieldindex()...&lt;/P&gt;&lt;P&gt;I need to do my homework before progressing in this. Yhank you again.&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2014 15:56:19 GMT</pubDate>
    <dc:creator>sibrulotte</dc:creator>
    <dc:date>2014-11-07T15:56:19Z</dc:date>
    <item>
      <title>VBA script to retrieve row number</title>
      <link>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774550#M274771</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'm using a macro that will write "1" to the input field "Confirmation".&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sub Faux_bris&lt;/P&gt;&lt;P&gt;set fld = ActiveDocument.Fields("Confirmation")&lt;/P&gt;&lt;P&gt;fld.SetInputFieldValue XX, "1" &lt;/P&gt;&lt;P&gt; End sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XX being the row number where to write my "1" to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have the users run the macro when only one possible line is selected in that reduces the Confirmation field to one row.&lt;/P&gt;&lt;P&gt;(does that make sense)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the row number to replace the XX value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774550#M274771</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2014-11-05T21:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: VBA script to retrieve row number</title>
      <link>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774551#M274772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;40 lurkers, no takers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 14:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774551#M274772</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2014-11-06T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: VBA script to retrieve row number</title>
      <link>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774552#M274773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One last try, as I will be in deployment next week...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 14:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774552#M274773</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2014-11-07T14:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: VBA script to retrieve row number</title>
      <link>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774553#M274774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This won't work because selections within the gui to only one possible record didn't affect the macro in this way. You need to delivered the record-number directly - maybe per variable or fieldvalue over a rowno() from script or per functions like fieldindex() and fieldvalue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 15:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774553#M274774</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-11-07T15:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: VBA script to retrieve row number</title>
      <link>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774554#M274775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the input.&lt;/P&gt;&lt;P&gt;I'll have to look into that. I am fairly novice in Qlikview VBA, so what I'm hearing is&lt;/P&gt;&lt;P&gt;retrieve a rowno() from a cell that will be determined from a fieldindex()...&lt;/P&gt;&lt;P&gt;I need to do my homework before progressing in this. Yhank you again.&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 15:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA-script-to-retrieve-row-number/m-p/774554#M274775</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2014-11-07T15:56:19Z</dc:date>
    </item>
  </channel>
</rss>

