<?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: QAA Update Excel rows from Table Data in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877433#M259</link>
    <description>&lt;P&gt;I'll give this a go and let you know how it goes.&amp;nbsp; It does seem a bit overkill to have to put the data into a variable and then add it line by line.&amp;nbsp; Qlik dashboards have the capability to export to excel so i had hoped that feature would be available via automations - simply dump all straight table data into an Excel worksheet.&amp;nbsp; Do you know why this is not possible?&amp;nbsp; Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 10:59:45 GMT</pubDate>
    <dc:creator>MLaverick</dc:creator>
    <dc:date>2022-01-05T10:59:45Z</dc:date>
    <item>
      <title>QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877177#M252</link>
      <description>&lt;P&gt;Can anyone provide support on how to use the Get Table Data block and write that to an excel worksheet? i have the attached Automation that can create an excel file from a blank template, but i am having trouble getting the straight table data to write out.&amp;nbsp; interestingly, if you just read other excel data, this Automation works fine.&amp;nbsp; &amp;nbsp;There are also some steps i need to work out for determining how much data is present, but one step at a time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17411"&gt;@Carl_Hunter&lt;/a&gt;&amp;nbsp; i think this applies to a comment i saw you make as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 18:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877177#M252</guid>
      <dc:creator>jheasley</dc:creator>
      <dc:date>2022-01-04T18:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877205#M254</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27520"&gt;@jheasley&lt;/a&gt;&amp;nbsp;yes that was me, I posted on the Excel connector/block knowledgebase article - no reply yet!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;FYI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/59364"&gt;@MLaverick&lt;/a&gt;&amp;nbsp;its similar to what we were trying to figure out!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 20:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877205#M254</guid>
      <dc:creator>Carl_Hunter</dc:creator>
      <dc:date>2022-01-04T20:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877343#M256</link>
      <description>&lt;P&gt;Hi both.&amp;nbsp; Yes, I'm hitting a brick wall with this too.&amp;nbsp; There's no documentation on the Excel blocks at all which is worrying.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 08:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877343#M256</guid>
      <dc:creator>MLaverick</dc:creator>
      <dc:date>2022-01-05T08:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877410#M257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27520"&gt;@jheasley&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17411"&gt;@Carl_Hunter&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/59364"&gt;@MLaverick&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The issue here is probably with the format the row is provided in. Get straight table data returns each row as a json object as key value pairs. e.g. { "mykey" : "value", "header2" : "another_value" }.&lt;/P&gt;
&lt;P&gt;The block Add Row to Excel Table should receive an array containing values. The attached automation creates a variable "row" in which values of the objects are being added and subsequently this row is written to the table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 10:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877410#M257</guid>
      <dc:creator>MarkGeurtsen</dc:creator>
      <dc:date>2022-01-05T10:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877433#M259</link>
      <description>&lt;P&gt;I'll give this a go and let you know how it goes.&amp;nbsp; It does seem a bit overkill to have to put the data into a variable and then add it line by line.&amp;nbsp; Qlik dashboards have the capability to export to excel so i had hoped that feature would be available via automations - simply dump all straight table data into an Excel worksheet.&amp;nbsp; Do you know why this is not possible?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 10:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877433#M259</guid>
      <dc:creator>MLaverick</dc:creator>
      <dc:date>2022-01-05T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877446#M260</link>
      <description>&lt;P&gt;Ill give this a try.&amp;nbsp; sounds like a block needs to be build to convert table output for different formats&lt;/P&gt;
&lt;P&gt;Convert Table Data:&lt;/P&gt;
&lt;P&gt;Input:&amp;nbsp; Get Straight Table Block&lt;/P&gt;
&lt;P&gt;output format:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- excel (worksheet)&lt;BR /&gt;&amp;nbsp;- excel (table)&lt;BR /&gt;&amp;nbsp;- google sheet&lt;BR /&gt;&amp;nbsp;- csv&lt;/P&gt;
&lt;P&gt;Alternatively, this could be added to the settings of the Get Straight Table&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 11:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877446#M260</guid>
      <dc:creator>jheasley</dc:creator>
      <dc:date>2022-01-05T11:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877459#M261</link>
      <description>&lt;P&gt;so took your example and modified it work with writing to a worksheet rather than a table, and got it working, but this isnt really a scalable solution.&amp;nbsp; iterating through each row is fine if there are maybe 100-200 rows, but if i want to use this to generate a report it is just too slow.&amp;nbsp; ideal solution would be the ability to output from the Get Straight Table Data block in the format required for Excel Sheets, Excel Tables, Google Sheets, or CSV.&amp;nbsp; from there, the flexibility would exist to keep going.&amp;nbsp; &amp;nbsp;Additionally, the output of the straight table data should include the number of rows and columns as selectable values in later blocks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 12:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877459#M261</guid>
      <dc:creator>jheasley</dc:creator>
      <dc:date>2022-01-05T12:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877461#M262</link>
      <description>&lt;P&gt;Right now this is not possible, but thanks for the suggestion!&lt;/P&gt;
&lt;P&gt;We will explore options to make it easier to export this data to other platforms as it's a common usecase.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 12:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877461#M262</guid>
      <dc:creator>MarkGeurtsen</dc:creator>
      <dc:date>2022-01-05T12:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877553#M263</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27520"&gt;@jheasley&lt;/a&gt;&amp;nbsp;This might be a better way of doing it with larger amounts of data and scales better. It requires some custom code.&lt;/P&gt;
&lt;P&gt;See attachment.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 11:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1877553#M263</guid>
      <dc:creator>MarkGeurtsen</dc:creator>
      <dc:date>2022-01-06T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1929746#M563</link>
      <description>&lt;P&gt;I found a rootcause using get straight table in Table data block where I tried to get the output of a comment field&lt;/P&gt;&lt;P&gt;sometimes it worked sometimes it didn't . The solution was to check what I had in the comment field and then I used:&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;=purgechar([Comment],'",\',) as a filter in my expression&lt;/STRONG&gt;. This worked out and I was able to get all comments into the excel sheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 10:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/1929746#M563</guid>
      <dc:creator>karin_B_56</dc:creator>
      <dc:date>2022-05-12T10:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: QAA Update Excel rows from Table Data</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/2460123#M4139</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would it be posible to add a new table to the report? I tried it but I didn't get any result.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 08:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/QAA-Update-Excel-rows-from-Table-Data/m-p/2460123#M4139</guid>
      <dc:creator>aares</dc:creator>
      <dc:date>2024-06-07T08:01:15Z</dc:date>
    </item>
  </channel>
</rss>

