<?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: Pass variable value from one QVW to another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pass-variable-value-from-one-QVW-to-another/m-p/1697856#M727190</link>
    <description>&lt;P&gt;Check the Help link below, scroll to the Open QlikView Document header and check the contents there against what you are seeing, if something is not behaving according to the documentation, I would recommend submitting a support case at that point.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Button2.htm#anchor-4" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Button2.htm#anchor-4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The way the Help reads, the transfer state option is going to xfer the existing values, so it would set the variable to 1, not 2 in the other doc if I am reading things correctly.&amp;nbsp; You may want to consider using the Open URL if you are using Ajax client, as that way you could use the OpenDoc call and then you have access to the parameters to set things that way, but I am not sure you can push in a variable setting.&amp;nbsp; Sorry I do not have anything better for you.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 18:29:10 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-04-29T18:29:10Z</dc:date>
    <item>
      <title>Pass variable value from one QVW to another</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-value-from-one-QVW-to-another/m-p/1692391#M727188</link>
      <description>&lt;P&gt;How can I pass variable values from one QVW to another QVW?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my Variable1 value in QVW1 is 1, then when I open QVW2 using Action, Variable1 in QVW2 has to be assigned value '2'. I applied 'Transfer State' in action but doesn't help.&lt;/P&gt;&lt;P&gt;I went through other related posts but most of them involve Macros etc.&lt;/P&gt;&lt;P&gt;Is there a simple way to achieve this?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-value-from-one-QVW-to-another/m-p/1692391#M727188</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2024-11-16T00:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pass variable value from one QVW to another</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-value-from-one-QVW-to-another/m-p/1692817#M727189</link>
      <description>&lt;P&gt;AFAIK, variables can not be passed between QV's.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, how I do:&lt;/P&gt;&lt;P&gt;Create a table with key-value pairs:&lt;/P&gt;&lt;P&gt;QMvars:&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QMkey, QMval&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFri, 4/3/2020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vSat, 4/4/2020&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vSun, 4/5/2020&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vTue, 3/31/2020&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;After receiving it through BINARY LOAD,&lt;/P&gt;&lt;P&gt;QMstr:&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; Concat('Let '&amp;amp;QMkey&amp;amp;'='&amp;amp;Chr(39)&amp;amp;QMval&amp;amp;Chr(39),';') As QMstr&lt;BR /&gt;Resident QMvars;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Let&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;vQMstr&lt;/EM&gt;&lt;/STRONG&gt; = Peek('QMstr',0,'QMstr');&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;$(vQMstr)&lt;/EM&gt;&lt;/STRONG&gt;; //Execute the string&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Drop&lt;/STRONG&gt; Table QMstr;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 03:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-value-from-one-QVW-to-another/m-p/1692817#M727189</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-04-12T03:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pass variable value from one QVW to another</title>
      <link>https://community.qlik.com/t5/QlikView/Pass-variable-value-from-one-QVW-to-another/m-p/1697856#M727190</link>
      <description>&lt;P&gt;Check the Help link below, scroll to the Open QlikView Document header and check the contents there against what you are seeing, if something is not behaving according to the documentation, I would recommend submitting a support case at that point.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Button2.htm#anchor-4" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Button2.htm#anchor-4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The way the Help reads, the transfer state option is going to xfer the existing values, so it would set the variable to 1, not 2 in the other doc if I am reading things correctly.&amp;nbsp; You may want to consider using the Open URL if you are using Ajax client, as that way you could use the OpenDoc call and then you have access to the parameters to set things that way, but I am not sure you can push in a variable setting.&amp;nbsp; Sorry I do not have anything better for you.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 18:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pass-variable-value-from-one-QVW-to-another/m-p/1697856#M727190</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-04-29T18:29:10Z</dc:date>
    </item>
  </channel>
</rss>

