<?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: Macros Console in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930158#M978972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus, but there is any way to create an alert when the task finish in the qmc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not using macros, what are the others possibilies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Aug 2015 19:37:29 GMT</pubDate>
    <dc:creator>fkeuroglian</dc:creator>
    <dc:date>2015-08-29T19:37:29Z</dc:date>
    <item>
      <title>Macros Console</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930156#M978970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Good ! Can anyone tell me if the macros were created in a .qvw and are generated as a trigger after finishing charging, program work when the task of running the .qvw on the console ?&lt;BR /&gt;Thank you very much in advance!!!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ezequiel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 16:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930156#M978970</guid>
      <dc:creator>ezec1807</dc:creator>
      <dc:date>2015-08-28T16:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Macros Console</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930157#M978971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macros won't be executed triggered from the qmc and within the access point by using the ajax-client won't work most of the macros. It's general recommended to avoid macros: &lt;A href="https://community.qlik.com/qlik-blogpost/3700"&gt;Macros are Bad&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 16:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930157#M978971</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-29T16:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Macros Console</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930158#M978972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus, but there is any way to create an alert when the task finish in the qmc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not using macros, what are the others possibilies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 19:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930158#M978972</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2015-08-29T19:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Macros Console</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930159#M978973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just recently switcht from a complete macro-environment to a qmc-controlled environment (only server, no publisher) and haven't yet a solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible are of course external or per execute-statement triggered solutions which read the filetime from the qvw or read the task-log and send then messages but better would be solutions from inside the qvw or qmc. Maybe the alert-functionality from the qvw could be used for this or possible is to reverse the qmc-task error-messages by putting a qvw with a reload-error to the end from a task-chain which will signalize that all task before are run successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 09:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930159#M978973</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-30T09:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Macros Console</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930160#M978974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Good Marcus ! Thank you very much for your answer! I will see how I solve the export table in ANSI Script ( 1252 ) format.&lt;BR /&gt;&lt;BR /&gt;Anyway thank you very much!!!&lt;BR /&gt;&lt;BR /&gt;Cheers!!!&lt;BR /&gt;Ezequiel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 12:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930160#M978974</guid>
      <dc:creator>ezec1807</dc:creator>
      <dc:date>2015-08-31T12:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Macros Console</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930161#M978975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Marcu suggested, you can use the Alerts feature to send an email when the reload ends. &lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2014/01/using-alerts-to-send-the-numbers/" style="font-size: 10pt; line-height: 1.5em;" title="http://qlikviewcookbook.com/2014/01/using-alerts-to-send-the-numbers/"&gt;http://qlikviewcookbook.com/2014/01/using-alerts-to-send-the-numbers/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 21:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930161#M978975</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-08-31T21:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Macros Console</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930162#M978976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;How are you Rob ? The problem is that the .qvw should run automatically without user or developer intervention. This .qvw in question is linked to other .qvw , which run automatically on the server after this .&lt;BR /&gt;Thanks a lot for the help!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ezequiel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 12:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930162#M978976</guid>
      <dc:creator>ezec1807</dc:creator>
      <dc:date>2015-09-01T12:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Macros Console</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930163#M978977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ezequiel, as@Rob Wunderlich saids, the alerts will launc on post reload, and it will be automaticaly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think could be a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope helps, Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 15:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-Console/m-p/930163#M978977</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2015-09-01T15:05:42Z</dc:date>
    </item>
  </channel>
</rss>

