<?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: Publisher Macro Failure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Publisher-Macro-Failure/m-p/641606#M476717</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;Not all Macros are supported on server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go Through the below blog post to have better idea&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/28/macros-are-bad"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/04/28/macros-are-bad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 12:14:48 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-05-21T12:14:48Z</dc:date>
    <item>
      <title>Publisher Macro Failure</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-Macro-Failure/m-p/641605#M476716</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;I have several straight charts that have total fields - I have a macro that will read and sum the totals from each chart upon a variable change.&amp;nbsp; This works fine locally, but not when the document is published.&amp;nbsp; The macro is below - the document macro security is set to allow system access - I have other macros that are running fine.&amp;nbsp; Are any of the actions in the macro restricted by the publisher?&amp;nbsp; Are users unable to write to variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub get_total_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sheetObj=Array("CH08","CH17","CH12")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=0 to UBound(sheetObj)&lt;/P&gt;&lt;P&gt; set obj= ActiveDocument.GetSheetObject(sheetObj(i))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; rowCount = obj.GetRowCount-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; colCount = obj.GetColumnCount-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; cellVar = cellVar + CDbl(ActiveDocument.GetSheetObject(sheetObj(i)).GetCell(rowCount,colCount).text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.Variables("vVarTotal").SetContent cellVar, True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-Macro-Failure/m-p/641605#M476716</guid>
      <dc:creator />
      <dc:date>2014-05-21T12:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher Macro Failure</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-Macro-Failure/m-p/641606#M476717</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;Not all Macros are supported on server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go Through the below blog post to have better idea&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/04/28/macros-are-bad"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/04/28/macros-are-bad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-Macro-Failure/m-p/641606#M476717</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-21T12:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Publisher Macro Failure</title>
      <link>https://community.qlik.com/t5/QlikView/Publisher-Macro-Failure/m-p/641607#M476718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;For a macro to work completely in the QV server, you must deploy applications using IE Plugin together with the Web Browser Internet Explorer. Also, it must be given all the rights to run macros, both QV Server as the application where the Macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 19:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Publisher-Macro-Failure/m-p/641607#M476718</guid>
      <dc:creator>offjunior</dc:creator>
      <dc:date>2015-01-28T19:06:24Z</dc:date>
    </item>
  </channel>
</rss>

