<?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: Data entry in Qlik Sense writing to database in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1685340#M52204</link>
    <description>&lt;P&gt;Hi Andrea,&lt;/P&gt;
&lt;P&gt;I hope you have found a solution to your request.&lt;/P&gt;
&lt;P&gt;If not, then you should take a look at our native Qlik Sense write-back extension "Komment":&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A title="Native Qlik Sense write-back extension" href="https://www.extendbi.com/products/komment" target="_blank" rel="nofollow noopener noreferrer noreferrer"&gt;Komment&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It only uses native Qlik functionality and APIs and hence, it can be installed right away without the involvement of IT. All your comments are stored to QVDs so there is no need for external services or databases.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Happy commenting&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;All the best&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 08:49:59 GMT</pubDate>
    <dc:creator>daniel_s-cubed</dc:creator>
    <dc:date>2022-01-05T08:49:59Z</dc:date>
    <item>
      <title>Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153418#M20746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Our customer ask us to be able to do data entry ex. for budgeting inside a Qlik Sense app.&lt;/P&gt;&lt;P&gt;I looked at the branch but I did not find any extensions regarding this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to prototyping a simple HTML table with two columns (ex. last year amount sold and current year budget) for all customers.&lt;/P&gt;&lt;P&gt;That is a simple HTML form with an input text for budget entry for each customer.&lt;/P&gt;&lt;P&gt;After the form is submitted the data should be written on database table (ex. MySql or others).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone guide me to the right direction to achieve it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 07:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153418#M20746</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-08-23T07:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153419#M20747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first instance it maybe worth reviewing &lt;A href="https://community.qlik.com/docs/DOC-5970"&gt;SQL Writeback from QlikView extension object.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I would put together a simple table extension, or take one from Qlik Branch. Would then embed a form/button calling an external PHP page with the values to write back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 07:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153419#M20747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-23T07:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153420#M20748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your suggestion...&lt;/P&gt;&lt;P&gt;i'm working around developing an extension using angluarjs and making a jquery ajax call to nodejs with expressjs to write back form parameters to postgres database table.&lt;/P&gt;&lt;P&gt;Now I'm in troubles with the jquery ajax call because it seems to work only in GET method...even I specified type = POST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below my extension js code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$.ajax({&lt;/P&gt;&lt;P&gt;&amp;nbsp; type: "GET",&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:3000/endpoint" rel="nofollow" target="_blank"&gt;http://localhost:3000/endpoint&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; data: jsonTxt,&lt;/P&gt;&lt;P&gt;&amp;nbsp; crossDomain: "true",&lt;/P&gt;&lt;P&gt;&amp;nbsp; contentType: "application/json; charset=utf-8",&lt;/P&gt;&lt;P&gt;&amp;nbsp; dataType: "jsonp",&lt;/P&gt;&lt;P&gt;&amp;nbsp; jsonpCallback: 'callback',&lt;/P&gt;&lt;P&gt;&amp;nbsp; cache: false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; async: false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; jsonp: 'jsonp',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; success: function( resp ) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('SUCCESS !!!');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log( resp ); // server response&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; error: function() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('Uh Oh!');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;working via GET request the url I get is like below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:3000/endpoint?jsonp=callback&amp;amp;{%22firstName%22:%20%22dvv%22,%22lastName%22:%20%22vcvccv%22}&amp;amp;_=1472049305033" title="http://localhost:3000/endpoint?jsonp=callback&amp;amp;{%22firstName%22:%20%22dvv%22,%22lastName%22:%20%22vcvccv%22}&amp;amp;_=1472049305033"&gt;http://localhost:3000/endpoint?jsonp=callback&amp;amp;{%22firstName%22:%20%22dvv%22,%22lastName%22:%20%22vcvccv%22}&amp;amp;_=1472049305…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and at server side using express js the parse function return an error parsing the request as below&lt;/P&gt;&lt;P&gt;var query = url.parse(req.url).query&lt;/P&gt;&lt;P&gt;JSON.parse(decodeURIComponent(query))&lt;/P&gt;&lt;P&gt;It would expect the following url:&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:3000/endpoint?{%22firstName%22:%20%22andrea%22,%22lastName%22:%20%22gigliotti%22}" title="http://localhost:3000/endpoint?{%22firstName%22:%20%22andrea%22,%22lastName%22:%20%22gigliotti%22}"&gt;http://localhost:3000/endpoint?&lt;/A&gt;&lt;A href="http://localhost:3000/endpoint?jsonp=callback&amp;amp;{%22firstName%22:%20%22dvv%22,%22lastName%22:%20%22vcvccv%22}&amp;amp;_=1472049305033" style="font-size: 13.3333px;" title="http://localhost:3000/endpoint?jsonp=callback&amp;amp;{%22firstName%22:%20%22dvv%22,%22lastName%22:%20%22vcvccv%22}&amp;amp;_=1472049305033"&gt;{%22firstName%22:%20%22dvv%22,%22lastName%22:%20%22vcvccv%22}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it means "jsonp" and "_" parameters in query string ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while forcing post method in jquery ajax (using $.post rather than $.ajax) the url called is like below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:4848/sense/[object%20Object]" title="http://localhost:4848/sense/[object%20Object]"&gt;http://localhost:4848/sense/[object%20Object]&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't understand why !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both way I have some problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me to fix it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 07:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153420#M20748</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-08-24T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153421#M20749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens if you use $.post() instead of $.ajax()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 12:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153421#M20749</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-25T12:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153422#M20750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as i wrote above I get the following url:&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:4848/sense/[object%20Object]" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" target="_blank" title="http://localhost:4848/sense/[object%20Object]"&gt;http://localhost:4848/sense/[object%20Object]&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I was expecting the same specified in the ajax call...!?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 12:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153422#M20750</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-08-25T12:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153423#M20751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be a Cross domain issue &lt;A href="https://zinoui.com/blog/cross-domain-ajax-request" title="https://zinoui.com/blog/cross-domain-ajax-request"&gt;https://zinoui.com/blog/cross-domain-ajax-request&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please put&lt;/P&gt;&lt;P&gt;alert(window.location); at somewhere into your code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 13:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153423#M20751</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-25T13:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153424#M20752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get as below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WL.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135659_WL.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 07:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153424#M20752</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-08-26T07:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153425#M20753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really don't understand why using type: "POST" it seems to be ignored... because it still uses GET method !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 10:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153425#M20753</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-08-26T10:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153426#M20754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you pointing to same server but different ports (3000 x 4848) is considered a Cross Domain Post (&lt;A href="http://stackoverflow.com/questions/1077218/are-different-ports-on-the-same-server-considered-cross-domain-ajax-wise" title="http://stackoverflow.com/questions/1077218/are-different-ports-on-the-same-server-considered-cross-domain-ajax-wise"&gt;Are different ports on the same server considered cross-domain? (Ajax-wise) - Stack Overflow&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;When a Cross Domain Post occurs, it´s not possible to make a POST request using Ajax unless you configure to enable it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/26752069/how-to-solve-cross-domain-in-ajax" title="http://stackoverflow.com/questions/26752069/how-to-solve-cross-domain-in-ajax"&gt;javascript - how to solve cross domain in ajax - Stack Overflow&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/23927850/what-is-the-cross-domain-issue" title="http://stackoverflow.com/questions/23927850/what-is-the-cross-domain-issue"&gt;javascript - What is the cross domain issue - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 12:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153426#M20754</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-26T12:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153427#M20755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please take a look at my last answer, that´s why your POST is being ignored&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 12:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153427#M20755</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-26T12:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153428#M20756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I understand why POST method is being ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I wrote above I just tried to make a GET request but I got the below url:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://localhost:3000/endpoint?jsonp=callback&amp;amp;{%22firstName%22:%20%22dvv%22,%22lastName%22:%20%22vcvccv%22}&amp;amp;_=1472049305033" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" target="_blank"&gt;http://localhost:3000/endpoint?jsonp=callback&amp;amp;{%22firstName%22:%20%22dvv%22,%22lastName%22:%20%22vcvccv%22}&amp;amp;_=1472049305…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that cause me a parsing error, below the code:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;var query = url.parse(req.url).query&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;JSON.parse(decodeURIComponent(query))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;that's why there are two parameters (json and _ that should not exists) in the query string,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the parsing statement would expect only the json data...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;What does the two parameters means ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 12:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153428#M20756</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-08-26T12:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153429#M20757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jquery uses that parameters for internal control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 13:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153429#M20757</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-26T13:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153430#M20758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hold on, writing a hack &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 13:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153430#M20758</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-26T13:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153431#M20759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A javascript hack&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14722179022197162" jivemacro_uid="_14722179022197162"&gt;
&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;&lt;SPAN&gt;var s ='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:3000/endpoint?jsonp=callback&amp;amp;" rel="nofollow" target="_blank"&gt;http://localhost:3000/endpoint?jsonp=callback&amp;amp;&lt;/A&gt;&lt;SPAN&gt;{%22firstName%22:%20%22dvv%22,%22lastName%22:%20%22vcvccv%22}&amp;amp;_=1472049305033';&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;var q = &lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt; s.split('&amp;amp;');&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;var o = JSON.parse(&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;decodeURIComponent(q[1]));&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 13:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153431#M20759</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-26T13:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153432#M20760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I do&amp;nbsp; res.jsonp(o);&amp;nbsp; I get the below error in ajax call:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Refused to execute script from '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:3000/endpoint?jsonp=callback&amp;amp;" rel="nofollow" target="_blank"&gt;http://localhost:3000/endpoint?jsonp=callback&amp;amp;&lt;/A&gt;&lt;SPAN&gt;{%22firstName%22:%20%22ggggh%22,%22lastName%22:%20%22hhhhh%22}&amp;amp;_=1472219930227' because its MIME type ('application/json') is not executable, and strict MIME type checking is enabled."&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 13:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153432#M20760</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-08-26T13:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153433#M20761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/24528211/refused-to-execute-script-from-because-its-mime-type-application-json-is" title="http://stackoverflow.com/questions/24528211/refused-to-execute-script-from-because-its-mime-type-application-json-is"&gt;javascript - Refused to execute script from '*' because its MIME type ('application/json') is not executable, and strict…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 16:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153433#M20761</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-26T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153434#M20762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved appending '&lt;SPAN style="font-size: 13.3333px;"&gt;/jsonp?callback=?' to the url in ajax call like below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:3000/endpoint" rel="nofollow" target="_blank"&gt;http://localhost:3000/endpoint&lt;/A&gt;&lt;SPAN&gt;" + '/jsonp?callback=?'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153434#M20762</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2016-08-29T08:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153435#M20763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to read that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 11:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153435#M20763</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-08-29T11:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153436#M20764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is actually a ready-to-use solution 'Apparo Fast Edit for Qlik', which allows security controlled data entry.&lt;BR /&gt;&lt;SPAN&gt;Please check this brief vid or visit &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://apparo.solutions" rel="nofollow" target="_blank"&gt;http://apparo.solutions&lt;/A&gt;&lt;IFRAME frameborder="0" width="425" height="350" src="https://www.youtube.com/embed/EywsemZvNKE" allowfullscreen=""&gt;&lt;/IFRAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 08:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153436#M20764</guid>
      <dc:creator />
      <dc:date>2016-08-30T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data entry in Qlik Sense writing to database</title>
      <link>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153437#M20765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;see: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.apparo.solutions" rel="nofollow" target="_blank"&gt;http://www.apparo.solutions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addon is helpful for data entry, data import from Excel and eMail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 06:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-entry-in-Qlik-Sense-writing-to-database/m-p/1153437#M20765</guid>
      <dc:creator />
      <dc:date>2016-09-26T06:59:25Z</dc:date>
    </item>
  </channel>
</rss>

