<?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: Run macro on a Client-Side in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475361#M690703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use Plugin as client this will work.&lt;/P&gt;&lt;P&gt;If you use Full browser Mode (Ajax) it will not work.&lt;/P&gt;&lt;P&gt;Any macro with MsgBox will fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2013 10:11:18 GMT</pubDate>
    <dc:creator>jerrysvensson</dc:creator>
    <dc:date>2013-10-16T10:11:18Z</dc:date>
    <item>
      <title>Run macro on a Client-Side</title>
      <link>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475360#M690702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my qvw i write this macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub test&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox 123&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And add execute this macro to button. When i press this button in qlikview (like Developer), i see box "123". When i try to press button in IE (like client) - nothing happens!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need to do to launch macro on the client side?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 10:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475360#M690702</guid>
      <dc:creator />
      <dc:date>2013-10-16T10:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run macro on a Client-Side</title>
      <link>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475361#M690703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use Plugin as client this will work.&lt;/P&gt;&lt;P&gt;If you use Full browser Mode (Ajax) it will not work.&lt;/P&gt;&lt;P&gt;Any macro with MsgBox will fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 10:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475361#M690703</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2013-10-16T10:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run macro on a Client-Side</title>
      <link>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475362#M690704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i use IE plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why it does not work on AJAX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how to display the window for the client like "Msgbox" or "Wscript.Echo"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 10:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475362#M690704</guid>
      <dc:creator />
      <dc:date>2013-10-16T10:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Run macro on a Client-Side</title>
      <link>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475363#M690705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create a new qvw project, and macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sub test&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msgbox 123&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end sub&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;work in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;qlikview and in IE&lt;/SPAN&gt;!!!&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But in old project not work...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I also tried&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sub test1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetApplication.MsgBox("Hello world")&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end sub&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in new project - work&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in old project - not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 11:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475363#M690705</guid>
      <dc:creator />
      <dc:date>2013-10-16T11:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Run macro on a Client-Side</title>
      <link>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475364#M690706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Macro's are not supported in Ajax mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 11:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-macro-on-a-Client-Side/m-p/475364#M690706</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-10-16T11:42:37Z</dc:date>
    </item>
  </channel>
</rss>

