<?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: BUTTONS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835792#M1007658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;thanks for sharp reply&lt;/P&gt;&lt;P&gt;can you explain with one example ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 15:11:34 GMT</pubDate>
    <dc:creator>qlikview979</dc:creator>
    <dc:date>2015-05-11T15:11:34Z</dc:date>
    <item>
      <title>BUTTONS</title>
      <link>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835789#M1007655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have opened&amp;nbsp; two QVW's in two files. now i want perform some action using button. if i can do any selection in one QVW file through button then the result will happen in another QVW file is it possible ? if possible how to send the variables one QVW to another QVW through button ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 14:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835789#M1007655</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2015-05-11T14:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: BUTTONS</title>
      <link>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835790#M1007656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you have to use macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub openQvw&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set file2 = App.OpenDoc(second_file_name, "", "")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set vPass1 = file2.Variables("v1")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vPass1.SetContent "Value1",true&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously in the second qvw you want to open from the first, there must be defined a variable (v1) for every parameter you want to pass.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 14:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835790#M1007656</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-11T14:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: BUTTONS</title>
      <link>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835791#M1007657</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;Do a search for Document Chaining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 15:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835791#M1007657</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-05-11T15:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: BUTTONS</title>
      <link>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835792#M1007658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;thanks for sharp reply&lt;/P&gt;&lt;P&gt;can you explain with one example ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 15:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835792#M1007658</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2015-05-11T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: BUTTONS</title>
      <link>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835793#M1007659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a button&lt;/P&gt;&lt;P&gt;go to Action tab&lt;/P&gt;&lt;P&gt;Add Action &lt;/P&gt;&lt;P&gt;Choose &lt;STRONG&gt;External&lt;/STRONG&gt; from the &lt;STRONG&gt;Action type&lt;/STRONG&gt; Window&lt;/P&gt;&lt;P&gt;Choose &lt;STRONG&gt;Open QlikView Documen&lt;/STRONG&gt;t from the &lt;STRONG&gt;Action Window&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Specify the document that you want to link to&lt;/P&gt;&lt;P&gt;Mark the check box &lt;STRONG&gt;Transfer State&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is all yo need I think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 15:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835793#M1007659</guid>
      <dc:creator />
      <dc:date>2015-05-11T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: BUTTONS</title>
      <link>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835794#M1007660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 15:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835794#M1007660</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-11T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: BUTTONS</title>
      <link>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835795#M1007661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to automatically change selections on your second &lt;SPAN&gt;&lt;SPAN&gt;qvw&lt;/SPAN&gt;&lt;/SPAN&gt; you could create an event on a field resident in your first &lt;SPAN&gt;&lt;SPAN&gt;qvw&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;The event fill a variable with the concatenation of values you selected.&lt;/P&gt;&lt;P&gt;Another event on the first &lt;SPAN&gt;&lt;SPAN&gt;qvw&lt;/SPAN&gt;&lt;/SPAN&gt; executes the macro when that variable has changed.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Finally an event on the second &lt;SPAN&gt;qvw on variable v1 changing, makes a selection on the same field using concatenated values written in v1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 15:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/BUTTONS/m-p/835795#M1007661</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-05-11T15:28:18Z</dc:date>
    </item>
  </channel>
</rss>

