<?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 Macro issue - jump from one application to another application and pass the values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-issue-jump-from-one-application-to-another-application-and/m-p/178330#M45563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can do what you are trying to accomplish, using app.launch ...&lt;/P&gt;&lt;P&gt;First of all, if you are on version 9.00 or higher, - why not use the Action and Open the second document with the selections passed through? Much cleaner...&lt;/P&gt;&lt;P&gt;If you can't use an Action, try opening the second document using macro function doc.Open and then propagating user selections etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 23:31:10 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2011-01-20T23:31:10Z</dc:date>
    <item>
      <title>Macro issue - jump from one application to another application and pass the values</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-issue-jump-from-one-application-to-another-application-and/m-p/178329#M45562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to have a macro to pass the user selection from one application to&lt;BR /&gt;another qlikview application.&lt;/P&gt;&lt;P&gt;Macro for jump from one application to other application based on the user selected values to open 2nd application particular sheet&lt;/P&gt;&lt;P&gt;Example :&lt;BR /&gt;Application 1 :&lt;/P&gt;&lt;P&gt;User will select Customerno and press the button&lt;/P&gt;&lt;P&gt;Application 2 has to open with Sheet1&lt;BR /&gt;Sheet1 has Textobject - we have to pass the value which is selected&lt;BR /&gt;from User in application 1 to application 2 .&lt;/P&gt;&lt;P&gt;sub Press&lt;BR /&gt; set CustomernoVar = ActiveDocument.Variables("customerno")&lt;BR /&gt; CustomerNo = CustomernoVar.GetContent.String&lt;BR /&gt; set val=ActiveDocument.Fields("CustomerNo").GetSelectedValues&lt;BR /&gt; if (val.count)=0 then&lt;BR /&gt; msgbox("Select a Customer Number")&lt;BR /&gt; else&lt;BR /&gt; showvalue = val.Item(0).Text&lt;BR /&gt; set app = ActiveDocument.GetApplication&lt;BR /&gt; app.Launch "C:\Program Files\Internet Explorer\IEXPLORE.EXE","qvp://CustomerDetails.qvw&amp;amp;client=Plugin="&amp;amp;(showvalue)&lt;BR /&gt; ActiveDocument.Fields("CustomerNo").Select (CustomerNo)&lt;BR /&gt; set s = ActiveDocument.ActiveSheet.SheetObjects("SH90").GetSheet&lt;BR /&gt; end if&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Advance thanks for your support and help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 22:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-issue-jump-from-one-application-to-another-application-and/m-p/178329#M45562</guid>
      <dc:creator />
      <dc:date>2011-01-20T22:40:22Z</dc:date>
    </item>
    <item>
      <title>Macro issue - jump from one application to another application and pass the values</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-issue-jump-from-one-application-to-another-application-and/m-p/178330#M45563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can do what you are trying to accomplish, using app.launch ...&lt;/P&gt;&lt;P&gt;First of all, if you are on version 9.00 or higher, - why not use the Action and Open the second document with the selections passed through? Much cleaner...&lt;/P&gt;&lt;P&gt;If you can't use an Action, try opening the second document using macro function doc.Open and then propagating user selections etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 23:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-issue-jump-from-one-application-to-another-application-and/m-p/178330#M45563</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-01-20T23:31:10Z</dc:date>
    </item>
  </channel>
</rss>

