<?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: extract web information in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/extract-web-information/m-p/1701997#M726863</link>
    <description>&lt;P&gt;So the first thing is you did not mention the version of QlikView you are running, I would ensure you are on the latest SR (Service Release) of the major point release you are running, check the download site to be sure you have the most current SR for the major point release you are running.&amp;nbsp; Supported major point releases at this point are 11.20, 12.20, 12.30, 12.40 and 12.50.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only other workaround I have would be to use an EXECUTE statement in the script editor to run a .cmd or .bat file that would pull the file local to the machine and then you can run the load script against the local file.&amp;nbsp; ROBOCOPY might potentially be another avenue as far as command to use to pull the file via the EXECUTE statement.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Execute.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Execute.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sorry I do not have anything better for you, if you review the documentation for the LOAD statement and things are not working per the documentation and you are on the most current SR etc., then I would suggest you open a support case, so we can look into things further to confirm if there may be a defect in play or not.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 13:27:17 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-05-14T13:27:17Z</dc:date>
    <item>
      <title>extract web information</title>
      <link>https://community.qlik.com/t5/QlikView/extract-web-information/m-p/1693324#M726862</link>
      <description>&lt;P&gt;Hi, Im new in qlikview and i need extract a table since this link of the Colombian Central Bank:&lt;/P&gt;&lt;P&gt;(if you click on the link an excel with the data will be downloaded)&lt;BR /&gt;&lt;A href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftotoro.banrep.gov.co%2Fanalytics%2Fsaw.dll%3FDownload%26Format%3Dexcel2007%26Extension%3D.xlsx%26BypassCache%3Dtrue%26path%3D%252Fshared%252fSeries%2520Estad%25C3%25ADsticas_T%252F1.%2520Promedio%2520m%25C3%25B3vil%252020%2520d%25C3%25ADas%252F1.1.TCM_%25C3%259Altimos%2520dos%2520meses%2520cargados%2520al%2520sistema%2520IQY%26lang%3Des%26NQUser%3Dpublico%26NQPassword%3Dpublico123%26SyncOperation%3D1&amp;amp;data=02%7C01%7Crwelte%40anasac.cl%7C2d9c65b2a2b24c0d245108d7d802cca6%7C487ca045f86943a183d6ab515aa60499%7C0%7C0%7C637215378862951003&amp;amp;sdata=v8IAgBC%2FB6jynXF9udrMNzznv7nDl13BmIRkxbFFgwo%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftotoro.banrep.gov.co%2Fanalytics%2Fsaw.dll%3FDownload%26Format%3Dexcel2007%26Extension%3D.xlsx%26BypassCache%3Dtrue%26path%3D%252Fshared%252fSeries%2520Estad%25C3%25ADsticas_T%252F1.%2520Promedio%2520m%25C3%25B3vil%252020%2520d%25C3%25ADas%252F1.1.TCM_%25C3%259Altimos%2520dos%2520meses%2520cargados%2520al%2520sistema%2520IQY%26lang%3Des%26NQUser%3Dpublico%26NQPassword%3Dpublico123%26SyncOperation%3D1&amp;amp;data=02%7C01%7Crwelte%40anasac.cl%7C2d9c65b2a2b24c0d245108d7d802cca6%7C487ca045f86943a183d6ab515aa60499%7C0%7C0%7C637215378862951003&amp;amp;sdata=v8IAgBC%2FB6jynXF9udrMNzznv7nDl13BmIRkxbFFgwo%3D&amp;amp;reserved=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;when i access to "web files" to extract the information for the first time it works fine, but when i close qlikview and open it again, can not extract the table again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;what is wrong?&lt;/P&gt;&lt;P&gt;this is the script:&lt;/P&gt;&lt;TABLE border="1" width="75%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep='.';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='$#.##0;$-#.##0';&lt;BR /&gt;SET TimeFormat='h:mm:ss';&lt;BR /&gt;SET DateFormat='DD-MM-YYYY';&lt;BR /&gt;SET TimestampFormat='DD-MM-YYYY h:mm:ss[.fff]';&lt;BR /&gt;SET MonthNames='ene.;feb.;mar.;abr.;may.;jun.;jul.;ago.;sept.;oct.;nov.;dic.';&lt;BR /&gt;SET DayNames='lun.;mar.;mié.;jue.;vie.;sáb.;dom.';[TC_ACO]:&lt;BR /&gt;LOAD DATE([Fecha (dd/mm/aaaa)],'DD-MM-YYYY') as Fecha,&lt;BR /&gt;round([Tasa representativa del mercado - TRM],0.01) as COP_USD&lt;BR /&gt;FROM&lt;BR /&gt;[&lt;A href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftotoro.banrep.gov.co%2Fanalytics%2Fsaw.dll%3FDownload%26Format%3Dexcel2007%26Extension%3D.xlsx%26BypassCache%3Dtrue%26path%3D%252Fshared%252fSeries%2520Estad%25C3%25ADsticas_T%252F1.%2520Promedio%2520m%25C3%25B3vil%252020%2520d%25C3%25ADas%252F1.1.TCM_%25C3%259Altimos%2520dos%2520meses%2520cargados%2520al%2520sistema%2520IQY%26lang%3Des%26NQUser%3Dpublico%26NQPassword%3Dpublico123%26SyncOperation%3D1&amp;amp;data=02%7C01%7Crwelte%40anasac.cl%7C2d9c65b2a2b24c0d245108d7d802cca6%7C487ca045f86943a183d6ab515aa60499%7C0%7C0%7C637215378862951003&amp;amp;sdata=v8IAgBC%2FB6jynXF9udrMNzznv7nDl13BmIRkxbFFgwo%3D&amp;amp;reserved=0" target="_blank"&gt;https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftotoro.banrep.gov.co%2Fanalytics%2Fsaw.dll%3FDownload%26Format%3Dexcel2007%26Extension%3D.xlsx%26BypassCache%3Dtrue%26path%3D%252Fshared%252fSeries%2520Estad%25C3%25ADsticas_T%252F1.%2520Promedio%2520m%25C3%25B3vil%252020%2520d%25C3%25ADas%252F1.1.TCM_%25C3%259Altimos%2520dos%2520meses%2520cargados%2520al%2520sistema%2520IQY%26lang%3Des%26NQUser%3Dpublico%26NQPassword%3Dpublico123%26SyncOperation%3D1&amp;amp;data=02%7C01%7Crwelte%40anasac.cl%7C2d9c65b2a2b24c0d245108d7d802cca6%7C487ca045f86943a183d6ab515aa60499%7C0%7C0%7C637215378862951003&amp;amp;sdata=v8IAgBC%2FB6jynXF9udrMNzznv7nDl13BmIRkxbFFgwo%3D&amp;amp;reserved=0&lt;/A&gt;]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1, filters(&lt;BR /&gt;Remove(Row, Pos(Top, 55)),&lt;BR /&gt;Remove(Row, Pos(Top, 54)),&lt;BR /&gt;Remove(Row, Pos(Top, 53)),&lt;BR /&gt;Remove(Row, Pos(Top, 52)),&lt;BR /&gt;Remove(Row, Pos(Top, 51)),&lt;BR /&gt;Remove(Row, Pos(Top, 50)),&lt;BR /&gt;Remove(Row, Pos(Top, 8)),&lt;BR /&gt;Remove(Row, Pos(Top, 7)),&lt;BR /&gt;Remove(Row, Pos(Top, 6)),&lt;BR /&gt;Remove(Row, Pos(Top, 5)),&lt;BR /&gt;Remove(Row, Pos(Top, 4)),&lt;BR /&gt;Remove(Row, Pos(Top, 3)),&lt;BR /&gt;Remove(Row, Pos(Top, 2)),&lt;BR /&gt;Remove(Row, Pos(Top, 1)),&lt;BR /&gt;Remove(Col, Pos(Top, 6)),&lt;BR /&gt;Remove(Col, Pos(Top, 5)),&lt;BR /&gt;Remove(Col, Pos(Top, 4)),&lt;BR /&gt;Remove(Col, Pos(Top, 3))&lt;BR /&gt;));&lt;BR /&gt;&lt;BR /&gt;Store [TC_ACO] into file.txt (txt);&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-web-information/m-p/1693324#M726862</guid>
      <dc:creator>rene_welte</dc:creator>
      <dc:date>2024-11-16T18:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: extract web information</title>
      <link>https://community.qlik.com/t5/QlikView/extract-web-information/m-p/1701997#M726863</link>
      <description>&lt;P&gt;So the first thing is you did not mention the version of QlikView you are running, I would ensure you are on the latest SR (Service Release) of the major point release you are running, check the download site to be sure you have the most current SR for the major point release you are running.&amp;nbsp; Supported major point releases at this point are 11.20, 12.20, 12.30, 12.40 and 12.50.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only other workaround I have would be to use an EXECUTE statement in the script editor to run a .cmd or .bat file that would pull the file local to the machine and then you can run the load script against the local file.&amp;nbsp; ROBOCOPY might potentially be another avenue as far as command to use to pull the file via the EXECUTE statement.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Execute.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Execute.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sorry I do not have anything better for you, if you review the documentation for the LOAD statement and things are not working per the documentation and you are on the most current SR etc., then I would suggest you open a support case, so we can look into things further to confirm if there may be a defect in play or not.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 13:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/extract-web-information/m-p/1701997#M726863</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-05-14T13:27:17Z</dc:date>
    </item>
  </channel>
</rss>

