<?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 connecting Qlikview to a text file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/connecting-Qlikview-to-a-text-file/m-p/876045#M1002880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all thanks for any help on this, its very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do I have?&lt;/P&gt;&lt;P&gt;I have a piece of software that generates numbers every 10 seconds (speed, length, flow.....that kind of thing)&lt;/P&gt;&lt;P&gt;these numbers are then pulled into a spreadsheet where they are put in the correct cells.&lt;/P&gt;&lt;P&gt;the numbers are then added to a text file for archiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do I want?&lt;/P&gt;&lt;P&gt;I would like qlikview to 'connect' to the text file and everytime that changes qlikview will update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the intention:&lt;/P&gt;&lt;P&gt;the idea behind this is for a demo, people can make changes in the software that and can see the effect that change has had on the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that makes sense and more importantly is possible (preferably easy) to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 08:43:11 GMT</pubDate>
    <dc:creator>samuel_brierley</dc:creator>
    <dc:date>2015-05-29T08:43:11Z</dc:date>
    <item>
      <title>connecting Qlikview to a text file</title>
      <link>https://community.qlik.com/t5/QlikView/connecting-Qlikview-to-a-text-file/m-p/876045#M1002880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all thanks for any help on this, its very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do I have?&lt;/P&gt;&lt;P&gt;I have a piece of software that generates numbers every 10 seconds (speed, length, flow.....that kind of thing)&lt;/P&gt;&lt;P&gt;these numbers are then pulled into a spreadsheet where they are put in the correct cells.&lt;/P&gt;&lt;P&gt;the numbers are then added to a text file for archiving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do I want?&lt;/P&gt;&lt;P&gt;I would like qlikview to 'connect' to the text file and everytime that changes qlikview will update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the intention:&lt;/P&gt;&lt;P&gt;the idea behind this is for a demo, people can make changes in the software that and can see the effect that change has had on the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that makes sense and more importantly is possible (preferably easy) to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 08:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/connecting-Qlikview-to-a-text-file/m-p/876045#M1002880</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2015-05-29T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: connecting Qlikview to a text file</title>
      <link>https://community.qlik.com/t5/QlikView/connecting-Qlikview-to-a-text-file/m-p/876046#M1002881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a trigger from Windows that updates Qlik documetn every ten seconds:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you neea a file (.cmd) with a script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Qv.exe" /r "E:\QlikSource\Sales\myDoc.qvw" &amp;gt;&amp;gt; E:\ScheduledTask\myDoc.log&lt;/P&gt;&lt;P&gt;and the Windows scheduler that call the file every 10 sec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously if you have Publisher you can schedule the document as you prefer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 08:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/connecting-Qlikview-to-a-text-file/m-p/876046#M1002881</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-05-29T08:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: connecting Qlikview to a text file</title>
      <link>https://community.qlik.com/t5/QlikView/connecting-Qlikview-to-a-text-file/m-p/876047#M1002882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well, that's actually quite easy.&lt;/P&gt;&lt;P&gt;You can load text files into QlikView using the "From Document" wizard (the third&amp;nbsp; button from the top in the script_editor). There you can make any changes you need to so that your file can be properly read, but the wizard can identify quite a lot.&lt;/P&gt;&lt;P&gt;As to the connection between QlikView and your file - you cannot connect them in the sense that you mean, but if you have QlikViewServer, you can set that app to reload continuously - so it will turn around endlessly and as soon as it has finished reloading, it will reload again ...&lt;/P&gt;&lt;P&gt;If you do not have the QlikViewServer, it is a bit more difficult - doable certainly, but I have no experience to offer there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 08:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/connecting-Qlikview-to-a-text-file/m-p/876047#M1002882</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-05-29T08:53:37Z</dc:date>
    </item>
  </channel>
</rss>

