<?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: Task Trigger on Checking DB in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Task-Trigger-on-Checking-DB/m-p/1603385#M736448</link>
    <description>&lt;P&gt;Thanks Martin.&lt;/P&gt;&lt;P&gt;But how to make this dependent on the count value of the table.&lt;/P&gt;&lt;P&gt;I need to find&lt;/P&gt;&lt;P&gt;select count(*) from table.&lt;/P&gt;&lt;P&gt;If this is = 0, then only will trigger, else not.&lt;/P&gt;&lt;P&gt;Can u plz suggest.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2019 20:46:33 GMT</pubDate>
    <dc:creator>mhmmd_srf</dc:creator>
    <dc:date>2019-07-17T20:46:33Z</dc:date>
    <item>
      <title>Task Trigger on Checking DB</title>
      <link>https://community.qlik.com/t5/QlikView/Task-Trigger-on-Checking-DB/m-p/1603370#M736446</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Hope you are doing good.&lt;/P&gt;&lt;P&gt;Can anyone plz help me to implement this.&lt;/P&gt;&lt;P&gt;I have table CountData, I want to check the count of record in that table. If the count is 0, then Qlik Task will be triggered.&lt;/P&gt;&lt;P&gt;This checking will happen for 3 hours. Lets say 7 AM to 10 AM. in this time frame whenever the count become 0, Qlik Task will be triggered.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Task-Trigger-on-Checking-DB/m-p/1603370#M736446</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Task Trigger on Checking DB</title>
      <link>https://community.qlik.com/t5/QlikView/Task-Trigger-on-Checking-DB/m-p/1603379#M736447</link>
      <description>You can automatizate the reload with windows task scheduler or a qlikview server. With you don't have a qlikview server, use the task scheduler to automatizate the process what you want.&lt;BR /&gt;Pull the trigger on the schedule e put this code in the respective matches.&lt;BR /&gt;"C:\Program Files\QlikView\Qv.exe" /r "C:\Qlik\Comercial.qvw"&lt;BR /&gt;i think you can do it.&lt;BR /&gt;&lt;BR /&gt;João Martins</description>
      <pubDate>Wed, 17 Jul 2019 20:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Task-Trigger-on-Checking-DB/m-p/1603379#M736447</guid>
      <dc:creator>mrtinsjoao</dc:creator>
      <dc:date>2019-07-17T20:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Task Trigger on Checking DB</title>
      <link>https://community.qlik.com/t5/QlikView/Task-Trigger-on-Checking-DB/m-p/1603385#M736448</link>
      <description>&lt;P&gt;Thanks Martin.&lt;/P&gt;&lt;P&gt;But how to make this dependent on the count value of the table.&lt;/P&gt;&lt;P&gt;I need to find&lt;/P&gt;&lt;P&gt;select count(*) from table.&lt;/P&gt;&lt;P&gt;If this is = 0, then only will trigger, else not.&lt;/P&gt;&lt;P&gt;Can u plz suggest.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MS&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 20:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Task-Trigger-on-Checking-DB/m-p/1603385#M736448</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2019-07-17T20:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Task Trigger on Checking DB</title>
      <link>https://community.qlik.com/t5/QlikView/Task-Trigger-on-Checking-DB/m-p/1611782#M736449</link>
      <description>&lt;P&gt;I may have a better idea here.&amp;nbsp; There is a new feature in November 2018/12.30 track related to Publisher Tasks, which is the File Exists task.&amp;nbsp; I am thinking you could use that and in the app where you are trying to do the countdown, all you really need to do is say if the variable or whatever is 0 there, then run CMD.exe /c and write Go.txt or whatever to specified location the File Exists task is checking such that it can see it and trigger the task for you, the trick is you will need another task after that to delete the Go.txt file, or that other task will keep triggering...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/QMC/Content/QV_QMC/QMC_System_SupportingTasks_ExternalPrograms_General.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/QMC/Content/QV_QMC/QMC_System_SupportingTasks_ExternalPrograms_General.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Scroll down to the File Exists section...&amp;nbsp; Hopefully this may provide an alternative that is a little easier.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 21:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Task-Trigger-on-Checking-DB/m-p/1611782#M736449</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-12T21:35:38Z</dc:date>
    </item>
  </channel>
</rss>

