<?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 Updating variable in the external trigger in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133144#M19981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;I would like to ask you, if it's possible in qlikview to update variable value depending on external event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the simple attachment i have test variable, which should be equal to 1 if there's a txt file in the same folder, if not = 0.&lt;/P&gt;&lt;P&gt;This should be updated in online mode without additional reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible to create some external event trigger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2018 16:55:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-11T16:55:13Z</dc:date>
    <item>
      <title>Updating variable in the external trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133144#M19981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;I would like to ask you, if it's possible in qlikview to update variable value depending on external event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the simple attachment i have test variable, which should be equal to 1 if there's a txt file in the same folder, if not = 0.&lt;/P&gt;&lt;P&gt;This should be updated in online mode without additional reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible to create some external event trigger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 16:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133144#M19981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T16:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Updating variable in the external trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133145#M19982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try it: -(filesize(PathFile)&amp;gt;0) as expression within the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 11:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133145#M19982</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-07-12T11:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Updating variable in the external trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133146#M19983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;As far as i know, filesize is a script function. May i be wrong?&lt;/P&gt;&lt;P&gt;I need dynamic reaction in front-end if file exists or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 11:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133146#M19983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-12T11:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Updating variable in the external trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133147#M19984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right - filesize() isn't available from the UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe &lt;A href="https://community.qlik.com/space/2064"&gt;QlikView Direct Discovery&lt;/A&gt; on the txt could be an alternatively and the expression within the variable counts anything from the file or checked the exists of any field or something similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way might be to implement a batch triggered (each n seconds/minutes) from the windows task which checked the file and writes the result anywhere in the registry - and the Qlik variable contained: GetRegistryString().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 11:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133147#M19984</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-07-12T11:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Updating variable in the external trigger</title>
      <link>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133148#M19985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; GetRegistryString() should be helpful! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 12:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Updating-variable-in-the-external-trigger/m-p/133148#M19985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-12T12:53:51Z</dc:date>
    </item>
  </channel>
</rss>

