<?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 Not looping to 2nd page in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-looping-to-2nd-page/m-p/1544272#M744872</link>
    <description>&lt;P&gt;I have a mapping table and I want to look into all sheets on the mapping table.&lt;/P&gt;&lt;P&gt;Below is the code.&lt;/P&gt;&lt;PRE&gt;//Loop through Mapping table sheets to pick up IP address and produce whether Active servers
ODBC CONNECT TO [Excel Files;DBQ=$(vMapping)\Qualys_CMDB.xlsx];
Sheets:
SQLTABLES;
DISCONNECT;
for i = 0 to FieldValueCount('TABLE_NAME') -1
Let vTablename = Left(Peek('TABLE_NAME',$(i)),len(Peek('Sheets',$(i)))-1);

Qualys_CMDB_Status:
Mapping
LOAD
     [IP Address], 
     Status
FROM
[$(vMapping)\Qualys_CMDB.xlsx]
(ooxml, embedded labels, table is [$(vTablename)]);
//loop through sheets
Next i;
DROP Table Sheets;&lt;/PRE&gt;&lt;P&gt;From looking at the script execution, its giving me the same page twice&lt;/P&gt;&lt;P&gt;Pic attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why it doesn't show Page 2 on the script execution?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:24:36 GMT</pubDate>
    <dc:creator>bobbydave</dc:creator>
    <dc:date>2024-11-16T21:24:36Z</dc:date>
    <item>
      <title>Not looping to 2nd page</title>
      <link>https://community.qlik.com/t5/QlikView/Not-looping-to-2nd-page/m-p/1544272#M744872</link>
      <description>&lt;P&gt;I have a mapping table and I want to look into all sheets on the mapping table.&lt;/P&gt;&lt;P&gt;Below is the code.&lt;/P&gt;&lt;PRE&gt;//Loop through Mapping table sheets to pick up IP address and produce whether Active servers
ODBC CONNECT TO [Excel Files;DBQ=$(vMapping)\Qualys_CMDB.xlsx];
Sheets:
SQLTABLES;
DISCONNECT;
for i = 0 to FieldValueCount('TABLE_NAME') -1
Let vTablename = Left(Peek('TABLE_NAME',$(i)),len(Peek('Sheets',$(i)))-1);

Qualys_CMDB_Status:
Mapping
LOAD
     [IP Address], 
     Status
FROM
[$(vMapping)\Qualys_CMDB.xlsx]
(ooxml, embedded labels, table is [$(vTablename)]);
//loop through sheets
Next i;
DROP Table Sheets;&lt;/PRE&gt;&lt;P&gt;From looking at the script execution, its giving me the same page twice&lt;/P&gt;&lt;P&gt;Pic attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why it doesn't show Page 2 on the script execution?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-looping-to-2nd-page/m-p/1544272#M744872</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2024-11-16T21:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Not looping to 2nd page</title>
      <link>https://community.qlik.com/t5/QlikView/Not-looping-to-2nd-page/m-p/1544275#M744873</link>
      <description>Page 1 is 32000&lt;BR /&gt;Page 2 is 13456</description>
      <pubDate>Thu, 14 Feb 2019 12:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-looping-to-2nd-page/m-p/1544275#M744873</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2019-02-14T12:18:06Z</dc:date>
    </item>
  </channel>
</rss>

