<?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 Using AAI for Write Back in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Using-AAI-for-Write-Back/m-p/40319#M14188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be possible to use an engine such as Python or R to send variables from Qlik sense (which have been input by a front end user with the variable extension) to the external engine which would then create a csv data point which could appended to an existing csv? This would allow Qlik sense users to add rows to the current app. My main question is this: how often is data sent back and forth between the external engine and QIX? If I write a script to save one row of a csv, will it duplicate that row and how many times? For example if added this as a measure to a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KPI R.ScriptEvalStr('table &amp;lt;- read.csv("table.csv"); &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table &amp;lt;- rbind(&lt;SPAN style="font-size: 13.3333px;"&gt;table,&lt;/SPAN&gt;read.csv(text = q$csv));&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write.csv(table, file = "table.csv");'&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;'Field1,Field2,DateAdded'&amp;amp;Chr(13)&amp;amp;&amp;nbsp; vField1Input&amp;amp;','&amp;amp;vField2Input&amp;amp;','&amp;amp;Date(floor(Today()),'MM/DD/YYYY') as csv)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;how many rows would be appended to table.csv? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:19:28 GMT</pubDate>
    <dc:creator>bassamkhatri</dc:creator>
    <dc:date>2024-11-16T08:19:28Z</dc:date>
    <item>
      <title>Using AAI for Write Back</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Using-AAI-for-Write-Back/m-p/40319#M14188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be possible to use an engine such as Python or R to send variables from Qlik sense (which have been input by a front end user with the variable extension) to the external engine which would then create a csv data point which could appended to an existing csv? This would allow Qlik sense users to add rows to the current app. My main question is this: how often is data sent back and forth between the external engine and QIX? If I write a script to save one row of a csv, will it duplicate that row and how many times? For example if added this as a measure to a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KPI R.ScriptEvalStr('table &amp;lt;- read.csv("table.csv"); &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table &amp;lt;- rbind(&lt;SPAN style="font-size: 13.3333px;"&gt;table,&lt;/SPAN&gt;read.csv(text = q$csv));&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write.csv(table, file = "table.csv");'&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;'Field1,Field2,DateAdded'&amp;amp;Chr(13)&amp;amp;&amp;nbsp; vField1Input&amp;amp;','&amp;amp;vField2Input&amp;amp;','&amp;amp;Date(floor(Today()),'MM/DD/YYYY') as csv)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;how many rows would be appended to table.csv? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Using-AAI-for-Write-Back/m-p/40319#M14188</guid>
      <dc:creator>bassamkhatri</dc:creator>
      <dc:date>2024-11-16T08:19:28Z</dc:date>
    </item>
  </channel>
</rss>

