<?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: Store variables into QV Server through access point (AJAX) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778997#M276106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. That's what I did to the script, while &lt;STRONG&gt;QVW in Ajax&lt;/STRONG&gt; will restore the value in the input box to the initial one after &lt;STRONG&gt;document reloading&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why I want to write back is because there're &lt;STRONG&gt;a bunch of variables&lt;/STRONG&gt; that values can be changed. And we need to use the mobile client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In the desktop client, variables' values are saved then reload&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In the IE plugin, it support Macro to export.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;However, I've tried lots of approaches, all can't work in the Ajax client.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Do you have other ideas about it if not writing back data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Alan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2014 12:24:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-30T12:24:07Z</dc:date>
    <item>
      <title>Store variables into QV Server through access point (AJAX)</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778994#M276103</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;&lt;/P&gt;&lt;P&gt;I've got 3 variables in a QV document, and I want to write it back into the QV server and stored as csv file. Users need to access it through both Desktop Client &amp;amp; AJAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I can use &lt;STRONG&gt;Marco&lt;/STRONG&gt; or &lt;STRONG&gt;Partial reload&lt;/STRONG&gt; to implement it for desktop access while I don't know how to do it through access point (AJAX). Can anyone help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 09:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778994#M276103</guid>
      <dc:creator />
      <dc:date>2014-12-23T09:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Store variables into QV Server through access point (AJAX)</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778995#M276104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a macro method:&lt;A _jive_internal="true" href="https://community.qlik.com/message/319137#319137" title="http://community.qlik.com/message/319137#319137"&gt;http://community.qlik.com/message/319137#319137&lt;/A&gt;&lt;/P&gt;&lt;P&gt;How can I do it for AJAX?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 14:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778995#M276104</guid>
      <dc:creator />
      <dc:date>2014-12-29T14:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Store variables into QV Server through access point (AJAX)</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778996#M276105</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;We can do this only by using macros, but macros won't work in Ajax.&amp;nbsp; I am not sure why you are looking to write back?&amp;nbsp; Instead you can write back in next reload using below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(variable1) AS Var1,&lt;/P&gt;&lt;P&gt; $(variable2) AS Var2,&lt;/P&gt;&lt;P&gt; $(variable3) AS Var3&lt;/P&gt;&lt;P&gt;AutoGenerate(1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE TableName INTO FileName.csv (txt);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 06:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778996#M276105</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-30T06:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Store variables into QV Server through access point (AJAX)</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778997#M276106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. That's what I did to the script, while &lt;STRONG&gt;QVW in Ajax&lt;/STRONG&gt; will restore the value in the input box to the initial one after &lt;STRONG&gt;document reloading&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why I want to write back is because there're &lt;STRONG&gt;a bunch of variables&lt;/STRONG&gt; that values can be changed. And we need to use the mobile client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In the desktop client, variables' values are saved then reload&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In the IE plugin, it support Macro to export.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;However, I've tried lots of approaches, all can't work in the Ajax client.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Do you have other ideas about it if not writing back data?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Alan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 12:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778997#M276106</guid>
      <dc:creator />
      <dc:date>2014-12-30T12:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Store variables into QV Server through access point (AJAX)</title>
      <link>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778998#M276107</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;I think you can check for EDX triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 17:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-variables-into-QV-Server-through-access-point-AJAX/m-p/778998#M276107</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-31T17:16:56Z</dc:date>
    </item>
  </channel>
</rss>

