<?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 reuse variable between two reports in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/reuse-variable-between-two-reports/m-p/563196#M555619</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've got tow QV report with a commun variable v_KPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the report 1 got a button with two actions : the first action affect to v_KPI the value 1, and the second action "Open Qlikview Document"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm looking for a tip to transmit the value v_KPI from the report A to B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;an idea ..??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Aug 2013 14:34:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-07T14:34:52Z</dc:date>
    <item>
      <title>reuse variable between two reports</title>
      <link>https://community.qlik.com/t5/QlikView/reuse-variable-between-two-reports/m-p/563196#M555619</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've got tow QV report with a commun variable v_KPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the report 1 got a button with two actions : the first action affect to v_KPI the value 1, and the second action "Open Qlikview Document"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm looking for a tip to transmit the value v_KPI from the report A to B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;an idea ..??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 14:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reuse-variable-between-two-reports/m-p/563196#M555619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-07T14:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: reuse variable between two reports</title>
      <link>https://community.qlik.com/t5/QlikView/reuse-variable-between-two-reports/m-p/563197#M555620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/message/249736"&gt;this discussion&lt;/A&gt;. Or &lt;A _jive_internal="true" href="https://community.qlik.com/message/285274"&gt;this one&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 17:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reuse-variable-between-two-reports/m-p/563197#M555620</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-07T17:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: reuse variable between two reports</title>
      <link>https://community.qlik.com/t5/QlikView/reuse-variable-between-two-reports/m-p/563198#M555621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tested the second one, with the macro :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;sub Regs_Doc&lt;/P&gt;&lt;P&gt;set Var=ActiveDocument.Variables("v_KPI")&lt;/P&gt;&lt;P&gt;set App=ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;set UserFile = App.OpenDoc ("bm_kpi_regs.qvw","","")&lt;/P&gt;&lt;P&gt;UserFile.CreateVariable "v_KPI"&lt;/P&gt;&lt;P&gt;set v = UserFile.Variables("v_KPI")&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;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, when i tried it on my accespoint it doesn't work !! incompatiblity with ajax ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2013 08:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reuse-variable-between-two-reports/m-p/563198#M555621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-09T08:33:13Z</dc:date>
    </item>
  </channel>
</rss>

