<?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>article How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/ta-p/2055587</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Currently, in Qlik Application Automation it is not possible to export more than 100,000 cells using the &lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt;&amp;nbsp;block.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Content:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To overcome this limit, the workaround is to export records in batches from the Qlik Sense straight table to the cloud storage platform of your choice. The prerequisite is to have a unique numerical field in your dataset. If you don't have the unique field in your dataset, you can add it using&lt;FONT face="courier new,courier"&gt; RowNo()&lt;/FONT&gt; function in the load script as shown below. This counts the rows in the dataset.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RowNo.png" style="width: 815px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106211i9A6A2F42F5F711D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="RowNo.png" alt="RowNo.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this example, we will export data from the Qlik Sense straight table to Dropbox as a CSV file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also find an exported version of this automation and application attached to this article. More information on importing automation can be found&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Automation Part 1" style="width: 360px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106212i5D9FB9694B23C355/image-size/large?v=v2&amp;amp;px=999" role="button" title="Automation Part 1.png" alt="Automation Part 1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Automation Part 1&lt;/span&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Automation Part 2" style="width: 477px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106213i1E5BC2ED63496D1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Automation Part 2.png" alt="Automation Part 2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Automation Part 2&lt;/span&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Automation Part 3" style="width: 482px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106214i90CDB0AB1131C010/image-size/large?v=v2&amp;amp;px=999" role="button" title="Automation Part 3.png" alt="Automation Part 3" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Automation Part 3&lt;/span&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Steps to set up the variables&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;vAppId:&amp;nbsp;&lt;/STRONG&gt;Variable used to&amp;nbsp;&lt;SPAN&gt;define your app ID.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;vSheetId:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;Variable used to define your sheet ID.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;vTableId:&amp;nbsp;&lt;/STRONG&gt;Variable used to define your straight table ID.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;vFieldName:&amp;nbsp;&lt;/STRONG&gt;Variable used to define the field name on which the straight table data should be filtered based on the selection applied using the &lt;STRONG&gt;Select Field Value By Query&lt;/STRONG&gt; block.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H5&gt;&amp;nbsp;&lt;/H5&gt;
&lt;H3 id="toc-hId--1601348018"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Automation structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Add the &lt;STRONG&gt;Create Measure&lt;/STRONG&gt; block to the automation and configure the Measure Expression parameter by providing an expression that calculates the number of rows in the dataset. In this example, I have added&amp;nbsp;RowNo( ) as a unique field to the dataset, so the expression used is&amp;nbsp;count([RowNo( )]).&lt;/LI&gt;
&lt;LI&gt;Add the &lt;STRONG&gt;Get Measure&lt;/STRONG&gt; block to get the number of rows in the dataset.&lt;/LI&gt;
&lt;LI&gt;Store the number of rows obtained from the previous step in the &lt;STRONG&gt;vNRecords&lt;/STRONG&gt; variable.&lt;/LI&gt;
&lt;LI&gt;Delete the measure created using the &lt;STRONG&gt;Delete Measure&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;Add the&amp;nbsp;&lt;STRONG&gt;vNLoops&amp;nbsp;&lt;/STRONG&gt;variable to calculate the number of loops that can be used to export straight table data in batches. Please note the formula used in the variable. Edit it to suit your needs. Change the 10000 value as you want but keep in mind that too many records could exceed the &lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block's 100,000 cells limit.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VNLoops Formula.png" style="width: 475px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106215i4E6CCEACF56868D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="VNLoops Formula.png" alt="VNLoops Formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;The &lt;STRONG&gt;Custom Code&lt;/STRONG&gt; block creates a list with items 1 to n where n is the number of loops calculated in the previous step.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Create File on Dropbox&lt;/STRONG&gt; block to create a new CSV file in Dropbox. You can select any other cloud storage connector, just remember to configure the relevant value in the Path parameter. The Qlik Sense straight table data will be exported to this file.&lt;/LI&gt;
&lt;LI&gt;Add the &lt;STRONG&gt;Select Field Values By Query&lt;/STRONG&gt; block to apply selection to the unique identifier created in the dataset to fetch only one record from the &lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Write Line To File on Dropbox&lt;/STRONG&gt; block to add straight table keys as column headers to the CSV file.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Loop&lt;/STRONG&gt; block to loop over the list created using the &lt;STRONG&gt;Custom Code&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Condition&lt;/STRONG&gt; block to check if it's iterating over the 1st item, if yes set &lt;STRONG&gt;vRecordsStart&lt;/STRONG&gt; variable value to 1, else set &lt;STRONG&gt;vRecordsStart&lt;/STRONG&gt; variable value to &lt;STRONG&gt;vRecordsEnd&lt;/STRONG&gt; variable. The&amp;nbsp;&lt;STRONG&gt;vRecordsEnd&amp;nbsp;&lt;/STRONG&gt;variable represents the last record that needs to be fetched from the straight table during each iteration. Please note the formula used in the variable. The value under the Value 1 parameter in the Multiply formula should match the value provided in the Divide formula of the &lt;STRONG&gt;vNLoops&lt;/STRONG&gt; variable.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Multiply Formula.png" style="width: 455px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106216iD5686881BA9B4EC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Multiply Formula.png" alt="Multiply Formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the &lt;STRONG&gt;Select Field Values By Query&lt;/STRONG&gt; block to apply selection to the unique identifier created in the dataset to fetch the records between &lt;STRONG&gt;vRecordsStart&lt;/STRONG&gt; and &lt;STRONG&gt;vRecordsEnd&lt;/STRONG&gt; variables from the &lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Write Line To File on Dropbox&lt;/STRONG&gt; block within the&amp;nbsp;&lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block which writes each straight table data into the CSV file. Configure it to use the output from the&amp;nbsp;&lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block as the Data parameter.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Save And Close File on Dropbox&lt;/STRONG&gt; block and configure the file parameter to use the CSV file we have created.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;LI-PRODUCT title="Qlik Cloud" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;LI-PRODUCT title="Qlik Application Automation" id="qlikApplicationAutomation"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 02 May 2023 09:58:50 GMT</pubDate>
    <dc:creator>AfeefaTk</dc:creator>
    <dc:date>2023-05-02T09:58:50Z</dc:date>
    <item>
      <title>How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/ta-p/2055587</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Currently, in Qlik Application Automation it is not possible to export more than 100,000 cells using the &lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt;&amp;nbsp;block.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Content:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To overcome this limit, the workaround is to export records in batches from the Qlik Sense straight table to the cloud storage platform of your choice. The prerequisite is to have a unique numerical field in your dataset. If you don't have the unique field in your dataset, you can add it using&lt;FONT face="courier new,courier"&gt; RowNo()&lt;/FONT&gt; function in the load script as shown below. This counts the rows in the dataset.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RowNo.png" style="width: 815px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106211i9A6A2F42F5F711D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="RowNo.png" alt="RowNo.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this example, we will export data from the Qlik Sense straight table to Dropbox as a CSV file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also find an exported version of this automation and application attached to this article. More information on importing automation can be found&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-to-upload-and-download-blends/ta-p/1781602" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Automation Part 1" style="width: 360px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106212i5D9FB9694B23C355/image-size/large?v=v2&amp;amp;px=999" role="button" title="Automation Part 1.png" alt="Automation Part 1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Automation Part 1&lt;/span&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Automation Part 2" style="width: 477px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106213i1E5BC2ED63496D1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Automation Part 2.png" alt="Automation Part 2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Automation Part 2&lt;/span&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Automation Part 3" style="width: 482px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106214i90CDB0AB1131C010/image-size/large?v=v2&amp;amp;px=999" role="button" title="Automation Part 3.png" alt="Automation Part 3" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Automation Part 3&lt;/span&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Steps to set up the variables&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;vAppId:&amp;nbsp;&lt;/STRONG&gt;Variable used to&amp;nbsp;&lt;SPAN&gt;define your app ID.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;vSheetId:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;Variable used to define your sheet ID.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;vTableId:&amp;nbsp;&lt;/STRONG&gt;Variable used to define your straight table ID.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;vFieldName:&amp;nbsp;&lt;/STRONG&gt;Variable used to define the field name on which the straight table data should be filtered based on the selection applied using the &lt;STRONG&gt;Select Field Value By Query&lt;/STRONG&gt; block.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H5&gt;&amp;nbsp;&lt;/H5&gt;
&lt;H3 id="toc-hId--1601348018"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Automation structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Add the &lt;STRONG&gt;Create Measure&lt;/STRONG&gt; block to the automation and configure the Measure Expression parameter by providing an expression that calculates the number of rows in the dataset. In this example, I have added&amp;nbsp;RowNo( ) as a unique field to the dataset, so the expression used is&amp;nbsp;count([RowNo( )]).&lt;/LI&gt;
&lt;LI&gt;Add the &lt;STRONG&gt;Get Measure&lt;/STRONG&gt; block to get the number of rows in the dataset.&lt;/LI&gt;
&lt;LI&gt;Store the number of rows obtained from the previous step in the &lt;STRONG&gt;vNRecords&lt;/STRONG&gt; variable.&lt;/LI&gt;
&lt;LI&gt;Delete the measure created using the &lt;STRONG&gt;Delete Measure&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;Add the&amp;nbsp;&lt;STRONG&gt;vNLoops&amp;nbsp;&lt;/STRONG&gt;variable to calculate the number of loops that can be used to export straight table data in batches. Please note the formula used in the variable. Edit it to suit your needs. Change the 10000 value as you want but keep in mind that too many records could exceed the &lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block's 100,000 cells limit.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VNLoops Formula.png" style="width: 475px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106215i4E6CCEACF56868D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="VNLoops Formula.png" alt="VNLoops Formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;The &lt;STRONG&gt;Custom Code&lt;/STRONG&gt; block creates a list with items 1 to n where n is the number of loops calculated in the previous step.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Create File on Dropbox&lt;/STRONG&gt; block to create a new CSV file in Dropbox. You can select any other cloud storage connector, just remember to configure the relevant value in the Path parameter. The Qlik Sense straight table data will be exported to this file.&lt;/LI&gt;
&lt;LI&gt;Add the &lt;STRONG&gt;Select Field Values By Query&lt;/STRONG&gt; block to apply selection to the unique identifier created in the dataset to fetch only one record from the &lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Write Line To File on Dropbox&lt;/STRONG&gt; block to add straight table keys as column headers to the CSV file.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Loop&lt;/STRONG&gt; block to loop over the list created using the &lt;STRONG&gt;Custom Code&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Condition&lt;/STRONG&gt; block to check if it's iterating over the 1st item, if yes set &lt;STRONG&gt;vRecordsStart&lt;/STRONG&gt; variable value to 1, else set &lt;STRONG&gt;vRecordsStart&lt;/STRONG&gt; variable value to &lt;STRONG&gt;vRecordsEnd&lt;/STRONG&gt; variable. The&amp;nbsp;&lt;STRONG&gt;vRecordsEnd&amp;nbsp;&lt;/STRONG&gt;variable represents the last record that needs to be fetched from the straight table during each iteration. Please note the formula used in the variable. The value under the Value 1 parameter in the Multiply formula should match the value provided in the Divide formula of the &lt;STRONG&gt;vNLoops&lt;/STRONG&gt; variable.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Multiply Formula.png" style="width: 455px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/106216iD5686881BA9B4EC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Multiply Formula.png" alt="Multiply Formula.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the &lt;STRONG&gt;Select Field Values By Query&lt;/STRONG&gt; block to apply selection to the unique identifier created in the dataset to fetch the records between &lt;STRONG&gt;vRecordsStart&lt;/STRONG&gt; and &lt;STRONG&gt;vRecordsEnd&lt;/STRONG&gt; variables from the &lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Write Line To File on Dropbox&lt;/STRONG&gt; block within the&amp;nbsp;&lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block which writes each straight table data into the CSV file. Configure it to use the output from the&amp;nbsp;&lt;STRONG&gt;Get Straight Table Data&lt;/STRONG&gt; block as the Data parameter.&lt;/LI&gt;
&lt;LI&gt;Add &lt;STRONG&gt;Save And Close File on Dropbox&lt;/STRONG&gt; block and configure the file parameter to use the CSV file we have created.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;LI-PRODUCT title="Qlik Cloud" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;LI-PRODUCT title="Qlik Application Automation" id="qlikApplicationAutomation"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 02 May 2023 09:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/ta-p/2055587</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-05-02T09:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2076451#M9327</link>
      <description>&lt;P&gt;Hey there&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134179"&gt;@AfeefaTk&lt;/a&gt;&amp;nbsp;, Im trying&amp;nbsp; to use this automation, with the example dataset, and I can't make it work.. I got the same error: "&lt;SPAN&gt;Object data can't be bigger than 100.000 cells"..&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you give me a hand with it? &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 16:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2076451#M9327</guid>
      <dc:creator>epatinos</dc:creator>
      <dc:date>2023-05-25T16:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2076574#M9330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/231873"&gt;@epatinos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer step 5&lt;/P&gt;
&lt;P&gt;In&amp;nbsp;&lt;STRONG&gt;vNLoops&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;variable&amp;nbsp;, reduce the value under Value 2 which is&amp;nbsp;10000&amp;nbsp;to a lower number. For testing purposes replace 10000 with 3000.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also make appropriate changes to the&amp;nbsp;&lt;STRONG&gt;vRecordsEnd&amp;nbsp;&lt;/STRONG&gt;variable (Step 11). As mentioned&amp;nbsp;Value 1 parameter in the Multiply formula should be the same as that of the Value 2 parameter in the Divide formula of the&amp;nbsp;&lt;STRONG&gt;vNLoops&lt;/STRONG&gt;&amp;nbsp;variable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let me know if that works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 03:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2076574#M9330</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2023-05-26T03:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2077465#M9345</link>
      <description>&lt;P&gt;That work for me, I was also trying to select some fields before the measure, it seems that alterate the whole structure of the code..&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 22:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2077465#M9345</guid>
      <dc:creator>epatinos</dc:creator>
      <dc:date>2023-05-29T22:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2114874#M10102</link>
      <description>&lt;P&gt;I tried to build the example by using your files. (QVF and json)&lt;/P&gt;
&lt;P&gt;I don't know, what to enter in the variable vFieldName.&lt;/P&gt;
&lt;P&gt;Could you help me please.&lt;/P&gt;
&lt;P&gt;(For a newbie like me this tutorial contains to less explanation.)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 08:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2114874#M10102</guid>
      <dc:creator>Jenser55</dc:creator>
      <dc:date>2023-09-08T08:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2160254#M11096</link>
      <description>&lt;P&gt;Hello, I am having trouble with the "Get Measure" block. I have attempted this two ways, as you described above using the "Create Measure" block, as well as by manually creating the measure within the app. The measure is called "row_count" with a formula of "count(row_number)", which is the alias I gave the RowNo() column in the data load. When used within the app in a KPI, the measure correctly indicates that there are 143 rows.&lt;/P&gt;
&lt;P&gt;However, using "Get Measure" in an Automation doesn't return anything. I put "row_count" into the Measure Id field, but nothing happens. When I do a test run, there is an "In" section in History, but no "Out" section. Trying to set the returned value to the vNRecords variable produces a value of 0. The "In" section of the history in the Variable block says "&lt;SPAN data-v-05a469cc=""&gt;Set vNRecords equal to &amp;lt;empty&amp;gt;&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Why is "Get Measure" not working for me?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 22:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2160254#M11096</guid>
      <dc:creator>skustes</dc:creator>
      <dc:date>2024-01-10T22:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2160773#M11106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/234597"&gt;@skustes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out.&lt;/P&gt;
&lt;P&gt;Could you please share the automation workspace and the app for us to investigate the issue further?&lt;/P&gt;
&lt;P&gt;Steps on how to export automation can be found &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Qlik-Application-Automation/ta-p/2016531" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;(Section: Download Workspace).&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 22:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2160773#M11106</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2024-01-11T22:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2160799#M11107</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/234597"&gt;@skustes&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If you have the RowNo() function added in the load script of the app, the formula that you need to use while creating the measure is&amp;nbsp;Count([RowNo( )]).&lt;/P&gt;
&lt;P&gt;I see you are using the incorrect formula "&lt;SPAN&gt;count(row_number)".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please give it a try with&amp;nbsp;Count([RowNo( )]) formula in the Create Measure block and see if that works?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create-measure-block.png" style="width: 361px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126943i5FF8EB4E662ABDF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="create-measure-block.png" alt="create-measure-block.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let me know your feedback.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Afeefa TK&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 01:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2160799#M11107</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2024-01-12T01:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2161135#M11120</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134179"&gt;@AfeefaTk&lt;/a&gt;,&amp;nbsp;I aliased the RowNo() function as row_number in the load. "RowNo() AS row_number". There is no problem within the app using "count(row_number)" to get the correct count. However, I opened a support case about the issue, so I will work through it via that channel.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 14:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2161135#M11120</guid>
      <dc:creator>skustes</dc:creator>
      <dc:date>2024-01-12T14:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2163176#M11175</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I think this kind of automation works in shared space only.&lt;/P&gt;
&lt;P&gt;Is there a workaround for managed space ?&lt;/P&gt;
&lt;P&gt;thanks !&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 07:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2163176#M11175</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2024-01-19T07:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2164303#M11282</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134179"&gt;@AfeefaTk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to do in different way and it works well.&lt;/P&gt;
&lt;P&gt;The problem is it's very very long to export (52 minutes to export 16 000 lines) because it copy to file line by line.&lt;/P&gt;
&lt;P&gt;Is there a way to improve performance like a bulk export ?&lt;/P&gt;
&lt;P&gt;The goal is to allow users to automate their export data from corporate application to S3, and then they can use this dataset to build their own application in their shared space.&lt;/P&gt;
&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 10:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2164303#M11282</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2024-01-23T10:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2411465#M12421</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134179"&gt;@AfeefaTk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to export data to csv (as an output format).&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2411465#M12421</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2024-01-26T14:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2413520#M12471</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/62662"&gt;@random_user_3869&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The example in this article (including the one you can download) exports to .csv.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a more generic question regarding available output formats for different blocks, please post about your requirement and question in the &lt;A href="https://community.qlik.com/t5/qlik-application-automation/bd-p/qlik-application-automation-discussions" target="_blank" rel="noopener"&gt;Qlik Application Automation&lt;/A&gt; forum.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 10:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2413520#M12471</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-02-01T10:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2427309#M13420</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134179"&gt;@AfeefaTk&lt;/a&gt;,&amp;nbsp;I'm trying to do an export of data that was input by system users in a textbox. Those text strings can contain double quotes, single quotes, and line breaks, like in this example with what should end up as two rows in Excel.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[["1","This string will break due to
this line break and these "double quotes" and these 'single quotes'."],["2","This string is fine."]]&lt;/LI-CODE&gt;
&lt;P&gt;I understand why double quotes break the string. Unfortunately, so do single quotes and line breaks, resulting in the Excel output receiving no data. That means I can't replace double quotes with single quotes. Do you know of a way to safely sanitize text outputs to get around this issue?&lt;/P&gt;
&lt;P&gt;The replace function doesn't seem to work for double or single quotes, however, the regexreplace function does. Nonetheless, I don't know what I can replace them with to maintain string readability that won't break the output.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 16:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2427309#M13420</guid>
      <dc:creator>skustes</dc:creator>
      <dc:date>2024-03-05T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2522950#M16043</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134179"&gt;@AfeefaTk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm trying&amp;nbsp; to use this automation, My dataset has &lt;STRONG&gt;10327 rows * 13 columns &amp;gt;&amp;gt; 134251 total cells&lt;/STRONG&gt;. and I can't make it work. I got the same error: "Object data can't be bigger than 100.000 cells".&amp;nbsp;&lt;/P&gt;&lt;P&gt;as I read in comments I also try to reduce the value of these variables &lt;STRONG&gt;( vNLoops &amp;nbsp;vRecordsEnd ) &lt;/STRONG&gt;to 3000 but still doesn't work.&lt;/P&gt;&lt;P&gt;My second question is that I need to fetch the whole table and I don't need to filter my table. so can I just delete these following blocks &amp;gt;&amp;gt; &lt;STRONG&gt;Select Field Values By Query2,3 and vFieldName.&lt;/STRONG&gt; if no can you tell me how I can set these variables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you give me a hand with it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 07:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2522950#M16043</guid>
      <dc:creator>Napus</dc:creator>
      <dc:date>2025-07-02T07:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to export more than 100000 cells using the Get Straight Table Data block in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2522972#M16045</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226551"&gt;@Napus&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="my-0"&gt;Could you please share the automation workspace and run logs?&lt;/P&gt;
&lt;P class="my-0"&gt;Regarding your second question, with this approach, we are not filtering the actual straight table data, unless we apply a filter on the unique identifier to process the data in batches and export it to the destination.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 09:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2522972#M16045</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2025-07-02T09:51:22Z</dc:date>
    </item>
  </channel>
</rss>

