<?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: write back from front end. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013935#M343895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this: &lt;A href="https://community.qlik.com/docs/DOC-5970"&gt;SQL Writeback from QlikView extension object.&lt;/A&gt; reduced the needed efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2016 13:22:52 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-04-25T13:22:52Z</dc:date>
    <item>
      <title>write back from front end.</title>
      <link>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013933#M343893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want suggestions from you , &lt;/P&gt;&lt;P&gt;I am trying to give user as functionality that they can edit data from front end and this will write back to database.&lt;/P&gt;&lt;P&gt;what are the ways to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 13:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013933#M343893</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-04-25T13:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: write back from front end.</title>
      <link>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013934#M343894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to build&amp;nbsp; an extension.&lt;/P&gt;&lt;P&gt;This is possible but required good programming skills.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'comic sans ms', sans-serif;"&gt;Feeling Qlikngry?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="8342" data-objecttype="102" href="https://community.qlik.com/docs/DOC-8342" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How To /Missing Manual(25 articles)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 13:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013934#M343894</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-04-25T13:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: write back from front end.</title>
      <link>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013935#M343895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this: &lt;A href="https://community.qlik.com/docs/DOC-5970"&gt;SQL Writeback from QlikView extension object.&lt;/A&gt; reduced the needed efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 13:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013935#M343895</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-25T13:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: write back from front end.</title>
      <link>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013936#M343896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to be entirely correct there are actually at least 5 approaches &lt;SPAN style="font-size: 13.3333px;"&gt;to do a write-back to another system from QlikView&lt;/SPAN&gt; (depending on how you categorize them). There is not so much information here on Community on how to do it in a reliable way - with full examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a QlikView Extension as suggested by Robert. The one that is rather well documented.&lt;/LI&gt;&lt;LI&gt;URL Action - The URL can be a query-string that is interpreted by another system to contain some data. Limitations to data size.&lt;/LI&gt;&lt;LI&gt;Invoke a WebService via a VBScript/JScript macro. And yes they can be run from Ajax and on the server contrary to what some people claim on this forum.&lt;/LI&gt;&lt;LI&gt;Do a ServerSideExportEx() function call via the COM-Object Model for QlikView on the server to store a file. This file can be picked up with a Windows operating system WindowsFileSystemWatcher trigger that reads the file and store the content in another system via database calls or REST-calls or whatever.&lt;/LI&gt;&lt;LI&gt;Use Varibles that are stored as part of a bookmark and shared between users and have an application reading this bookmark and storing the information into another system.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The level of effort and risk is or could be rather high on any of these approaches. It does require insights into technologies that many QlikView developers might not have. So I have never seen this as recommended practice from Qlik - but it is feasible for some use-cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In most cases it would be safer and cheaper to buy third-party solutions to do this. There are several...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 14:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013936#M343896</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-04-25T14:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: write back from front end.</title>
      <link>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013937#M343897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're also aware of the huge can of worms you're about to open by giving user(s) read/write functionality to your back end databases, right? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 14:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013937#M343897</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2016-04-25T14:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: write back from front end.</title>
      <link>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013938#M343898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes , actually user wants to edit table record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 14:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013938#M343898</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-04-25T14:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: write back from front end.</title>
      <link>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013939#M343899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James advice is very sound. You should be very reluctant in saying yes to something that might have a huge cost. Implementing this might cost as much as 5 to 20 times as much time as building the regular QlikView application. So don't promise them that is will be a quick and easy extra that they get for free...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 15:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/write-back-from-front-end/m-p/1013939#M343899</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-04-25T15:06:44Z</dc:date>
    </item>
  </channel>
</rss>

