<?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 Loading from Website Script in Search the Community</title>
    <link>https://community.qlik.com/t5/Search-the-Community/Loading-from-Website-Script/m-p/1825891#M448</link>
    <description>&lt;P&gt;Hello Everyone , newby here&lt;/P&gt;&lt;P&gt;I am trying to Load Data from&amp;nbsp;&lt;A href="https://www.baaa-acro.com/crash-archives" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.baaa-acro.com/crash-archives&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but i keep getting an unkown error.&amp;nbsp; With this code i got only 260 lines fetched&amp;nbsp;&lt;/P&gt;&lt;P&gt;for i=1 to 1375&lt;/P&gt;&lt;P&gt;let vPage= '&lt;A href="https://www.baaa-acro.com/crash-archives" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.baaa-acro.com/crash-archives&lt;/A&gt;' &amp;amp; if($(i)&amp;gt;1,$(i),'') &amp;amp; '.htm';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;//Image,&lt;BR /&gt;"Date",&lt;BR /&gt;Operator,&lt;BR /&gt;"A/C Type",&lt;BR /&gt;Location,&lt;BR /&gt;Fatalities,&lt;BR /&gt;Registration&lt;BR /&gt;//F8&lt;BR /&gt;FROM [lib://Aviation-Crashes]&lt;BR /&gt;(html, utf8, embedded labels, table is @1; //filters(&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BN_0-1627754220232.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59505iD58BB7AD4C21CBC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BN_0-1627754220232.png" alt="BN_0-1627754220232.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then tried this code and only got to 1305 lines.&amp;nbsp;&lt;/P&gt;&lt;P&gt;FOR vsCounter = 1 TO 1375&lt;/P&gt;&lt;P&gt;LET vsPage = If($(vsCounter) = 1, 20, 27488 + $(vsCounter) - 1);&lt;/P&gt;&lt;P&gt;LET vsURL = '&lt;A href="https://www.baaa-acro.com/crash-archives" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.baaa-acro.com/crash-archives&lt;/A&gt;' &amp;amp; '$(vsPage)' &amp;amp; '.htm';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SET ErrorMode = 0;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;@2 AS [Date],&lt;/P&gt;&lt;P&gt;@3 AS [Operator],&lt;/P&gt;&lt;P&gt;@4 AS ["A/C Type"],&lt;/P&gt;&lt;P&gt;@5 AS [Location],&lt;/P&gt;&lt;P&gt;@6 AS [Fatalities],&lt;/P&gt;&lt;P&gt;@7 AS Registration&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM [lib://Aviation-Crashes]&lt;BR /&gt;(html, utf8, no labels, table is @1);&lt;/P&gt;&lt;P&gt;// WHERE Recno() &amp;gt; 4;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SET ErrorMode = 1;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am not sure what the error is, if someone, anyone can help me please.&lt;/P&gt;</description>
    <pubDate>Sat, 31 Jul 2021 17:59:42 GMT</pubDate>
    <dc:creator>BN</dc:creator>
    <dc:date>2021-07-31T17:59:42Z</dc:date>
    <item>
      <title>Loading from Website Script</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Loading-from-Website-Script/m-p/1825891#M448</link>
      <description>&lt;P&gt;Hello Everyone , newby here&lt;/P&gt;&lt;P&gt;I am trying to Load Data from&amp;nbsp;&lt;A href="https://www.baaa-acro.com/crash-archives" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.baaa-acro.com/crash-archives&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but i keep getting an unkown error.&amp;nbsp; With this code i got only 260 lines fetched&amp;nbsp;&lt;/P&gt;&lt;P&gt;for i=1 to 1375&lt;/P&gt;&lt;P&gt;let vPage= '&lt;A href="https://www.baaa-acro.com/crash-archives" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.baaa-acro.com/crash-archives&lt;/A&gt;' &amp;amp; if($(i)&amp;gt;1,$(i),'') &amp;amp; '.htm';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;//Image,&lt;BR /&gt;"Date",&lt;BR /&gt;Operator,&lt;BR /&gt;"A/C Type",&lt;BR /&gt;Location,&lt;BR /&gt;Fatalities,&lt;BR /&gt;Registration&lt;BR /&gt;//F8&lt;BR /&gt;FROM [lib://Aviation-Crashes]&lt;BR /&gt;(html, utf8, embedded labels, table is @1; //filters(&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BN_0-1627754220232.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/59505iD58BB7AD4C21CBC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BN_0-1627754220232.png" alt="BN_0-1627754220232.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then tried this code and only got to 1305 lines.&amp;nbsp;&lt;/P&gt;&lt;P&gt;FOR vsCounter = 1 TO 1375&lt;/P&gt;&lt;P&gt;LET vsPage = If($(vsCounter) = 1, 20, 27488 + $(vsCounter) - 1);&lt;/P&gt;&lt;P&gt;LET vsURL = '&lt;A href="https://www.baaa-acro.com/crash-archives" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.baaa-acro.com/crash-archives&lt;/A&gt;' &amp;amp; '$(vsPage)' &amp;amp; '.htm';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SET ErrorMode = 0;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;@2 AS [Date],&lt;/P&gt;&lt;P&gt;@3 AS [Operator],&lt;/P&gt;&lt;P&gt;@4 AS ["A/C Type"],&lt;/P&gt;&lt;P&gt;@5 AS [Location],&lt;/P&gt;&lt;P&gt;@6 AS [Fatalities],&lt;/P&gt;&lt;P&gt;@7 AS Registration&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM [lib://Aviation-Crashes]&lt;BR /&gt;(html, utf8, no labels, table is @1);&lt;/P&gt;&lt;P&gt;// WHERE Recno() &amp;gt; 4;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SET ErrorMode = 1;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am not sure what the error is, if someone, anyone can help me please.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 17:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Loading-from-Website-Script/m-p/1825891#M448</guid>
      <dc:creator>BN</dc:creator>
      <dc:date>2021-07-31T17:59:42Z</dc:date>
    </item>
  </channel>
</rss>

