<?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 Select all rows from a field in a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-all-rows-from-a-field-in-a-straight-table/m-p/229502#M81401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;this subroutine gives me back all rows in a straight table ("CH02")&lt;/P&gt;&lt;P&gt;All I need is to select in the field "MyField" the values I obtained from the straight table.&lt;BR /&gt;Or in other words, to select in the field MyField all "myvalues" values&lt;/P&gt;&lt;P&gt;Any suggestion ?&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;russianblue&lt;/P&gt;&lt;P&gt;This is the script:&lt;/P&gt;&lt;P&gt;Sub Selection_bingo&lt;BR /&gt;set f = ActiveDocument.Fields("MyField")&lt;BR /&gt;set table = ActiveDocument.GetSheetObject("CH02")&lt;BR /&gt;for RowIter = 1 to table.GetRowCount-1&lt;BR /&gt; for ColIter =0 to table.GetColumnCount-1&lt;BR /&gt; set myvalues= table.GetCell(RowIter,ColIter)&lt;BR /&gt; msgbox(myvalues.Text)&lt;BR /&gt;' f.select myvalues ?????????&lt;/P&gt;&lt;P&gt;next&lt;BR /&gt;next&lt;BR /&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2009 17:45:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-02T17:45:30Z</dc:date>
    <item>
      <title>Select all rows from a field in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-all-rows-from-a-field-in-a-straight-table/m-p/229502#M81401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;this subroutine gives me back all rows in a straight table ("CH02")&lt;/P&gt;&lt;P&gt;All I need is to select in the field "MyField" the values I obtained from the straight table.&lt;BR /&gt;Or in other words, to select in the field MyField all "myvalues" values&lt;/P&gt;&lt;P&gt;Any suggestion ?&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;russianblue&lt;/P&gt;&lt;P&gt;This is the script:&lt;/P&gt;&lt;P&gt;Sub Selection_bingo&lt;BR /&gt;set f = ActiveDocument.Fields("MyField")&lt;BR /&gt;set table = ActiveDocument.GetSheetObject("CH02")&lt;BR /&gt;for RowIter = 1 to table.GetRowCount-1&lt;BR /&gt; for ColIter =0 to table.GetColumnCount-1&lt;BR /&gt; set myvalues= table.GetCell(RowIter,ColIter)&lt;BR /&gt; msgbox(myvalues.Text)&lt;BR /&gt;' f.select myvalues ?????????&lt;/P&gt;&lt;P&gt;next&lt;BR /&gt;next&lt;BR /&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 17:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-all-rows-from-a-field-in-a-straight-table/m-p/229502#M81401</guid>
      <dc:creator />
      <dc:date>2009-11-02T17:45:30Z</dc:date>
    </item>
    <item>
      <title>Select all rows from a field in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-all-rows-from-a-field-in-a-straight-table/m-p/229503#M81402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;store the value into a variable.&lt;/P&gt;&lt;P&gt;set v1='myfield'&lt;/P&gt;&lt;P&gt;call this value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 18:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-all-rows-from-a-field-in-a-straight-table/m-p/229503#M81402</guid>
      <dc:creator />
      <dc:date>2009-11-02T18:45:57Z</dc:date>
    </item>
    <item>
      <title>Select all rows from a field in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Select-all-rows-from-a-field-in-a-straight-table/m-p/229504#M81403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunil,&lt;/P&gt;&lt;P&gt;but how can I then select all the values in the straight table "CH02" ?&lt;/P&gt;&lt;P&gt;rb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 19:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-all-rows-from-a-field-in-a-straight-table/m-p/229504#M81403</guid>
      <dc:creator />
      <dc:date>2009-11-02T19:13:16Z</dc:date>
    </item>
  </channel>
</rss>

