<?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 not working with plugin in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macros-not-working-with-plugin/m-p/597456#M221253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri,verdana,arial,sans-serif;"&gt;check ctrl+shift+M in access point has system access . If yes, check your macro using some msgbox("ok") in between macro just to make sure your code is working&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 14:34:04 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2014-04-03T14:34:04Z</dc:date>
    <item>
      <title>Macros not working with plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-not-working-with-plugin/m-p/597454#M221251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi experts....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having problems running simple macros using the IE plugin. There are only a few small macros - a couple are used to create/apply bookmarks and a couple are used to toggle list boxes 'Always select one value' on and off. All works fine until accessed from the access point using the plugin. No macro then works. I have tried allowing 'System access'&amp;nbsp; and 'Allow safe access' but this makes no difference. And from the QMC, the 'Allow macro execution on server' is ticked. I have also tried ticking 'Allow unsafe macro execution on server' but this makes no difference. QlikView does not give an error but the macros fail. I am using v10. Does anybody have any idea what is wrong ? I am hoping it is something simple &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 11:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-not-working-with-plugin/m-p/597454#M221251</guid>
      <dc:creator>devans_1</dc:creator>
      <dc:date>2014-04-03T11:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Macros not working with plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-not-working-with-plugin/m-p/597455#M221252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please attach a sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-not-working-with-plugin/m-p/597455#M221252</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2014-04-03T14:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Macros not working with plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-not-working-with-plugin/m-p/597456#M221253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri,verdana,arial,sans-serif;"&gt;check ctrl+shift+M in access point has system access . If yes, check your macro using some msgbox("ok") in between macro just to make sure your code is working&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 14:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-not-working-with-plugin/m-p/597456#M221253</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2014-04-03T14:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macros not working with plugin</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-not-working-with-plugin/m-p/597457#M221254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the comments Sivaraj. The ctrl+shift+M is particuarly helpful. I think the cause of my problem was having several of my list boxes as 'Always one value' which I want when a user is in a sheet but I also want to 'hide' them when they move to another sheet. So I was using a macro to remove the 'Always one value' followed by a clearing of the value when the user changes sheet. Seems the macro for 'Always One Value' does not work with plugin. I have got round this by always having the objects as allowing multiple/none values but having a trigger on the object - something like.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetActiveSheetId&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (), 12, 2) = '01',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&amp;lt;field&amp;gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({$1} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&amp;lt;field&amp;gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&amp;lt;fielld&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;BR /&gt;' ') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This emultate 'Always one value' quite well. So problem solved (more or less).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 14:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-not-working-with-plugin/m-p/597457#M221254</guid>
      <dc:creator>devans_1</dc:creator>
      <dc:date>2014-04-11T14:26:42Z</dc:date>
    </item>
  </channel>
</rss>

