<?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: Export straight table data automatically. in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Export-straight-table-data-automatically/m-p/2541090#M6408</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/324711"&gt;@Keerthi1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry - you are not precise enough in providing answers to the questions I asked earlier which prevents me from giving you answer more detailed answer, sorry. So again:&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;In what format do you want to send this data to S3 (csv, skv, qvd, xlsx) ?&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;Your single table: is it already in the format you need it in data model or are we talking about UI object which has to be exported.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Now thinking about it I don't know what should I suggest. You may spend more time describing reasons as to what you do and reasons why you do those things. For example, you mentioned that you are only having single table in Qlik Sense (are you talking about single table in data model or single UI table object). If it is in data model you could use store into command + automation to send it to s3 as parquet or csv or skv or txt or qvd file (whichever you need).&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if it is UI table object workflow would be very different and more complex!&lt;/P&gt;&lt;P&gt;I suggest we learn more about your approach, what you have and why, and what tools you are using etc. We may as well learn what Qlik technology you are referring to. You posted in Analytics &amp;amp; AI forum so I assumed you are talking only about Qlik Sense, but maybe we should be talking about Qlik Data Integration? The fact you used "app" and "reload" indicates to me Qlik Sense but this is just assumption.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2026 07:25:30 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2026-01-19T07:25:30Z</dc:date>
    <item>
      <title>Export straight table data automatically.</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Export-straight-table-data-automatically/m-p/2540987#M6405</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a usecase where I need to daily reload an app and export the straight table data automatically. How should I do that? I saw a solution using creating excel work book and looping into it and dumping , but do we have a straight forward method of doing this? Because manually it is done just by a single click.&lt;/P&gt;&lt;P&gt;Please let me know if any method is available or not? and how to approach this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keer&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 06:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Export-straight-table-data-automatically/m-p/2540987#M6405</guid>
      <dc:creator>Keerthi1234</dc:creator>
      <dc:date>2026-01-16T06:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export straight table data automatically.</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Export-straight-table-data-automatically/m-p/2540990#M6406</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/324711"&gt;@Keerthi1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well it all depends. Here are few follow up questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;where do you want to export this data to? email? share point? somewhere else?&lt;/LI&gt;&lt;LI&gt;how many rows and columns roughly will the exported dataset have&lt;OL&gt;&lt;LI&gt;if more than&amp;nbsp;&lt;SPAN&gt;1,048,576 rows then excel solution will not be suitable as that is excel limitation.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;what sort of export format do you have in mind? .txt, .csv, .xlsx?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;then there could be a question whether you could just store the output directly during reload in script command (store XYZ into xyz) but that would only apply in scenario when all data would be coming from single table in data model&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If email or sharepoint are acceptable and you are happy with xlsx file and final output will be less than mentioned 1.05M records then using in app reporting (tabular reporting with excel) sounds like super easy solution.&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Product-Innovation/Tabular-Reporting-within-Qlik-Cloud-Analytics/ba-p/2433893" target="_blank"&gt;https://community.qlik.com/t5/Product-Innovation/Tabular-Reporting-within-Qlik-Cloud-Analytics/ba-p/2433893&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Using this method is super easy, but whether or not it will suite your requirements depends on few things I mentioned above.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 07:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Export-straight-table-data-automatically/m-p/2540990#M6406</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2026-01-16T07:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export straight table data automatically.</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Export-straight-table-data-automatically/m-p/2541083#M6407</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the reply, I have only one table in the app and I need to send that table to a existing s3 bucket. The records are also not more that 1M , I have doubt here do I need to populate everything in excel and send it to s3 or can I directly bulk upload the table? I am not getting any documentation for sending table data to S3, only using data from s3 in load editor I can find .All these are a bit new to me.&lt;/P&gt;&lt;P&gt;Can you pls help me building the right approach here?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 05:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Export-straight-table-data-automatically/m-p/2541083#M6407</guid>
      <dc:creator>Keerthi1234</dc:creator>
      <dc:date>2026-01-19T05:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export straight table data automatically.</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Export-straight-table-data-automatically/m-p/2541090#M6408</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/324711"&gt;@Keerthi1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry - you are not precise enough in providing answers to the questions I asked earlier which prevents me from giving you answer more detailed answer, sorry. So again:&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;In what format do you want to send this data to S3 (csv, skv, qvd, xlsx) ?&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#FF0000"&gt;Your single table: is it already in the format you need it in data model or are we talking about UI object which has to be exported.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Now thinking about it I don't know what should I suggest. You may spend more time describing reasons as to what you do and reasons why you do those things. For example, you mentioned that you are only having single table in Qlik Sense (are you talking about single table in data model or single UI table object). If it is in data model you could use store into command + automation to send it to s3 as parquet or csv or skv or txt or qvd file (whichever you need).&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if it is UI table object workflow would be very different and more complex!&lt;/P&gt;&lt;P&gt;I suggest we learn more about your approach, what you have and why, and what tools you are using etc. We may as well learn what Qlik technology you are referring to. You posted in Analytics &amp;amp; AI forum so I assumed you are talking only about Qlik Sense, but maybe we should be talking about Qlik Data Integration? The fact you used "app" and "reload" indicates to me Qlik Sense but this is just assumption.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 07:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Export-straight-table-data-automatically/m-p/2541090#M6408</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2026-01-19T07:25:30Z</dc:date>
    </item>
  </channel>
</rss>

