<?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: qlik script or code or expression for the &amp;quot;export data&amp;quot; function in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-script-or-code-or-expression-for-the-quot-export-data-quot/m-p/1452757#M14493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam:&lt;/P&gt;&lt;P&gt;What you have described as "the core of the idea... is exactly what I am trying to accomplish: the input data is originating from QLIK Sense visualized after a selection. In addition to the export function which involves a non-"invisible" step, my question is how to use get QLIK Sense to send this data to R "invisibly" and following manipulation in R invisibly, R can return it back to QLIK Sense invisibly as an outputted file for ongoing QLIK Sense action -- "all that invisibly for the user.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R is already integrated into my QLIK Sense Desktop, using the instructions posted here and getting help from kind and generous members of the group like you; without this latter group, I wouldn't have gotten this far, at least, not this fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will really help me and I will appreciate it if you have an answer to my question. Thanks in advance.&lt;/P&gt;&lt;P&gt;Oguchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2017 16:09:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-27T16:09:45Z</dc:date>
    <item>
      <title>qlik script or code or expression for the "export data" function</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-script-or-code-or-expression-for-the-quot-export-data-quot/m-p/1452755#M14491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I would like to subset a dataset by ROWS using, naturally, SELECTIONS.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Once my selection is resulted in the sheet, with a right click, I can "export data" to obtain an xslx file version; (reference: &lt;A href="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/DataExport/export-data.htm" title="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/DataExport/export-data.htm" target="_blank"&gt;Exporting data from a visualization ‒ Qlik Sense&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;What I would really like is to have the Qlik sense script or code to reproduce the "export data" command and generate the same file / table right there in place in QLIK sense, so that I can now continue to use newly generated row-subsetted table&amp;nbsp; for more work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I would like to&amp;nbsp; use such new table as the QLIK sense inputfile into R for further manipulation in R. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oguchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-script-or-code-or-expression-for-the-quot-export-data-quot/m-p/1452755#M14491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: qlik script or code or expression for the "export data" function</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-script-or-code-or-expression-for-the-quot-export-data-quot/m-p/1452756#M14492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The core of the idea of integration R and Qlik Sense is not to do that.&lt;/P&gt;&lt;P&gt;We do not want to export data to do something in R. Via selection in Qlik and via integration with R we send the data which we want to process in R, get it processed and place results on chart - and all that invisibly for user. Why don't you try to integrate R with your application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 08:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-script-or-code-or-expression-for-the-quot-export-data-quot/m-p/1452756#M14492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-27T08:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: qlik script or code or expression for the "export data" function</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-script-or-code-or-expression-for-the-quot-export-data-quot/m-p/1452757#M14493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam:&lt;/P&gt;&lt;P&gt;What you have described as "the core of the idea... is exactly what I am trying to accomplish: the input data is originating from QLIK Sense visualized after a selection. In addition to the export function which involves a non-"invisible" step, my question is how to use get QLIK Sense to send this data to R "invisibly" and following manipulation in R invisibly, R can return it back to QLIK Sense invisibly as an outputted file for ongoing QLIK Sense action -- "all that invisibly for the user.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R is already integrated into my QLIK Sense Desktop, using the instructions posted here and getting help from kind and generous members of the group like you; without this latter group, I wouldn't have gotten this far, at least, not this fast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will really help me and I will appreciate it if you have an answer to my question. Thanks in advance.&lt;/P&gt;&lt;P&gt;Oguchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-script-or-code-or-expression-for-the-quot-export-data-quot/m-p/1452757#M14493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-27T16:09:45Z</dc:date>
    </item>
  </channel>
</rss>

