<?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: Copying Sections of Data Load Editor Using Automation in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Copying-Sections-of-Data-Load-Editor-Using-Automation/m-p/2511214#M5670</link>
    <description>&lt;P&gt;There's an old discontinued(?) open source project that probably does (did) what you want:&amp;nbsp;&lt;A href="https://github.com/ptarmiganlabs/butler-app-duplicator" target="_blank"&gt;https://github.com/ptarmiganlabs/butler-app-duplicator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Perhaps ptarmiganlabs moved the functionality into some other project, I don't know. Perhaps you could find something there...&lt;/P&gt;</description>
    <pubDate>Mon, 24 Mar 2025 08:59:17 GMT</pubDate>
    <dc:creator>henrikalmen</dc:creator>
    <dc:date>2025-03-24T08:59:17Z</dc:date>
    <item>
      <title>Copying Sections of Data Load Editor Using Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Copying-Sections-of-Data-Load-Editor-Using-Automation/m-p/2511123#M5668</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am currently working on an application that will ultimately be used as a source for change management within my team. That is to say, we would have one 'source of truth' and apply this template to subsequent dashboards. I have been building automations and ran into this issue. Every application we manage has a different SQL query for their respective data. There is logic for QVD storage, partial reloads, and master calendars that I would like to have within this templated application. The question I have is, is there a way to copy the load script from the template application and update the sections of the target application while leaving the other sections alone?&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;Template application load script sections:&lt;/P&gt;&lt;P&gt;QVD Logic, Reload Logic, Master Calendar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Target application load script sections:&lt;/P&gt;&lt;P&gt;QVD Logic, Reload Logic, SQL Query and Table Load, Master Calendar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to push updates to each application if I change the load script on the template. Is this possible or not? I can not use the MUST_INCLUDE or INCLUDE functions with text files (that would be the easiest solution here) as I have to export the QVF and have another application host the dashboard so I need the script in each QVF.&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2025 20:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Copying-Sections-of-Data-Load-Editor-Using-Automation/m-p/2511123#M5668</guid>
      <dc:creator>AJDoc31</dc:creator>
      <dc:date>2025-03-23T20:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Sections of Data Load Editor Using Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Copying-Sections-of-Data-Load-Editor-Using-Automation/m-p/2511214#M5670</link>
      <description>&lt;P&gt;There's an old discontinued(?) open source project that probably does (did) what you want:&amp;nbsp;&lt;A href="https://github.com/ptarmiganlabs/butler-app-duplicator" target="_blank"&gt;https://github.com/ptarmiganlabs/butler-app-duplicator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Perhaps ptarmiganlabs moved the functionality into some other project, I don't know. Perhaps you could find something there...&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 08:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Copying-Sections-of-Data-Load-Editor-Using-Automation/m-p/2511214#M5670</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-03-24T08:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Sections of Data Load Editor Using Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Copying-Sections-of-Data-Load-Editor-Using-Automation/m-p/2512256#M5704</link>
      <description>&lt;P&gt;I was able to do this with a custom code block in the automation space using python. It was very straight forward separating out each section by the '///$tab' phrase&lt;/P&gt;</description>
      <pubDate>Sun, 30 Mar 2025 23:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Copying-Sections-of-Data-Load-Editor-Using-Automation/m-p/2512256#M5704</guid>
      <dc:creator>AJDoc31</dc:creator>
      <dc:date>2025-03-30T23:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Sections of Data Load Editor Using Automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Copying-Sections-of-Data-Load-Editor-Using-Automation/m-p/2512261#M5706</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/248618"&gt;@AJDoc31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have made a process to dynamically create Qlik Sense Apps using Automations and Script Templates with replaceable areas, very similar to what you have described.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1743385150166.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179124i6032DD638DE47108/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1743385150166.png" alt="marksouzacosta_0-1743385150166.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can find the full Automation Code here - it is part of a bigger article that I'm finishing up:&lt;BR /&gt;&lt;A href="https://github.com/Data-Voyagers/ParquetVsQVD/blob/main/Automations/Parquet%20vs%20QVD%20Tests%20-%20Create%20Scripts%20-%20Reduced%20Columns.json" target="_blank"&gt;https://github.com/Data-Voyagers/ParquetVsQVD/blob/main/Automations/Parquet%20vs%20QVD%20Tests%20-%20Create%20Scripts%20-%20Reduced%20Columns.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 01:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Copying-Sections-of-Data-Load-Editor-Using-Automation/m-p/2512261#M5706</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-03-31T01:46:04Z</dc:date>
    </item>
  </channel>
</rss>

