<?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: macro problem in IE plugin in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372534#M1305663</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;What type of directory are you using? Active Directory, Custom? Does that code work with Ajax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 15:41:42 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-05-29T15:41:42Z</dc:date>
    <item>
      <title>macro problem in IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372530#M1305647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm trying to run the below macro code in IE Plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using System Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView 11 SR1 server&lt;/P&gt;&lt;P&gt;Internet Explorer Browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub runDoc&lt;/P&gt;&lt;P&gt;set Var=ActiveDocument.Variables("vTest")&lt;/P&gt;&lt;P&gt;set App=ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;set UserFile = App.OpenDoc ("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/QvAJAXZfc/opendoc.htm?document=Pass%20parameters%20in%20Web/" target="_blank"&gt;http://localhost/QvAJAXZfc/opendoc.htm?document=Pass%20parameters%20in%20Web/&lt;/A&gt;&lt;SPAN&gt;"&amp;amp;vApp.GetContent.String&amp;amp;".qvw&amp;amp;host=QVS@share","","")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;set v = UserFile.Variables("vTest")&lt;/P&gt;&lt;P&gt;v.SetContent Var.GetContent. String,true&lt;/P&gt;&lt;P&gt;ActiveDocument.ClearAll false&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can some one tell me why the macro is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372530#M1305647</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: macro problem in IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372531#M1305651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still waiting for some one's response on this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 10:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372531#M1305651</guid>
      <dc:creator />
      <dc:date>2012-05-29T10:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: macro problem in IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372532#M1305655</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;What do you want to do? Open a QlikView document using a button? If so, why don't you use a direct action instead? In the code above you are referring to "vApp". Such variable does not exist or is missing in your example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 11:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372532#M1305655</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-29T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: macro problem in IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372533#M1305659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub runDoc&lt;/P&gt;&lt;P&gt;set vTest=ActiveDocument.Variables("vTest")&lt;/P&gt;&lt;P&gt;set vApp=ActiveDocument.Variables("vApp")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; set App=ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;set UserFile = App.OpenDoc ("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/QvAJAXZfc/opendoc.htm?document=Pass%20parameters%20in%20Web/"&gt;http://localhost/QvAJAXZfc/opendoc.htm?document=Pass%20parameters%20in%20Web/&lt;/A&gt;&lt;SPAN&gt;"&amp;amp;vApp.GetContent.String&amp;amp;".qvw&amp;amp;host=QVS@share","","")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; set v = UserFile.Variables("vTest")&lt;/P&gt;&lt;P&gt;v.SetContent vTest.GetContent. String,true&lt;/P&gt;&lt;P&gt;ActiveDocument.ClearAll false&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i'm trying to do is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) in current app there is a list object which will show all the qvw file names &lt;/P&gt;&lt;P&gt;2.) now user will select any one qvw file name and clicks on button , then selected qvw should open in browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 12:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372533#M1305659</guid>
      <dc:creator />
      <dc:date>2012-05-29T12:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: macro problem in IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372534#M1305663</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;What type of directory are you using? Active Directory, Custom? Does that code work with Ajax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 15:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372534#M1305663</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-29T15:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: macro problem in IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372535#M1305665</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'm sorry i don't know how to check which directory i was using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to check my directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 15:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372535#M1305665</guid>
      <dc:creator />
      <dc:date>2012-05-29T15:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: macro problem in IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372536#M1305668</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;Go to the QEMC (or QMC if you are using version 11), System, Setup, Directory Service Connectors, expand and check which one of the list (Custom, Active, Configurable, etc) has a user and password set up. Check with your IT people if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 15:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372536#M1305668</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-29T15:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: macro problem in IE plugin</title>
      <link>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372537#M1305671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel and sorry for my late response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my DSC, Only Active Directory and Local Directory having the Path, UserName and Password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats my next step to run my macro succesfully in IE browser?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click the macro button in IE browser it is generating an error message. how can i overcome this error ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Macroparsefailed.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/15054_Macroparsefailed.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 08:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-problem-in-IE-plugin/m-p/372537#M1305671</guid>
      <dc:creator />
      <dc:date>2012-05-30T08:00:01Z</dc:date>
    </item>
  </channel>
</rss>

