<?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 passing parameters between qlik documents in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378444#M1169956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I don't know how to pass a parameter between two qlik documents. &lt;/P&gt;&lt;P&gt;Scenario: &lt;/P&gt;&lt;P&gt;I've a qliview document that call another qlikview document.&lt;/P&gt;&lt;P&gt;In the first one, I can choose the language; I need to pass the selected language code to the second one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who can help me ?&lt;/P&gt;&lt;P&gt;Help please&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;Stefan&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2012 10:40:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-16T10:40:56Z</dc:date>
    <item>
      <title>passing parameters between qlik documents</title>
      <link>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378444#M1169956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I don't know how to pass a parameter between two qlik documents. &lt;/P&gt;&lt;P&gt;Scenario: &lt;/P&gt;&lt;P&gt;I've a qliview document that call another qlikview document.&lt;/P&gt;&lt;P&gt;In the first one, I can choose the language; I need to pass the selected language code to the second one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who can help me ?&lt;/P&gt;&lt;P&gt;Help please&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;Stefan&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 10:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378444#M1169956</guid>
      <dc:creator />
      <dc:date>2012-08-16T10:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters between qlik documents</title>
      <link>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378445#M1169957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set language as variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save variable in file such as xls or txt or qvd (whatever)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open second doc (this doc should have got macro for open to read those variable saved and make the selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 12:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378445#M1169957</guid>
      <dc:creator />
      <dc:date>2012-08-16T12:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters between qlik documents</title>
      <link>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378446#M1169958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't specify how you want to initiate passing parameters -- should it be 1) user action (e.g. pressing button) or 2) one app just should pick up some data generated by the other app while running load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For case 1 you can use action trigger External -&amp;gt; Open QlikView Document attached to button or other control. Make sure that you have fields for language in both apps under the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 2 is explained above by Pari Pari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 15:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378446#M1169958</guid>
      <dc:creator />
      <dc:date>2012-08-16T15:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters between qlik documents</title>
      <link>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378447#M1169959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Dmitry, in case 1, click on "Transfer state", to make the same fields get the same selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 01:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378447#M1169959</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2012-08-20T01:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: passing parameters between qlik documents</title>
      <link>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378448#M1169960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I struggled with this for hours.&amp;nbsp; The thing that nobody has mentioned is that the variable must have "Include in Bookmarks" enabled in it's settings.&amp;nbsp; Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 02:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/passing-parameters-between-qlik-documents/m-p/378448#M1169960</guid>
      <dc:creator />
      <dc:date>2013-07-27T02:24:15Z</dc:date>
    </item>
  </channel>
</rss>

