<?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: Edit app data load script using API in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469588#M99551</link>
    <description>&lt;P&gt;The documentation says Qlik Cli supports client managed and saas deployments. I realize concepts like spaces would not be a thing in client managed but the only thing you can do is try it out.&lt;/P&gt;
&lt;P&gt;Please let us know how it goes.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2024 13:58:56 GMT</pubDate>
    <dc:creator>chriscammers</dc:creator>
    <dc:date>2024-07-10T13:58:56Z</dc:date>
    <item>
      <title>Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/1877487#M72332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm struggling to find an API that offers functionality for editing the data load script of a Qlik app.&lt;/P&gt;
&lt;P&gt;I have a scenario where I have a stream of template apps that are going to be copied over to multiple customer streams. In that regard I'd like to edit the datasource, through API functionality, of each app copy, so that I can load data from the corresponding customer database.&lt;/P&gt;
&lt;P&gt;Thanks in advance! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Jørn&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 13:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/1877487#M72332</guid>
      <dc:creator>jornk</dc:creator>
      <dc:date>2022-01-05T13:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/1877784#M72351</link>
      <description>&lt;P&gt;You can get and set the script using Doc.GetScript/SetScript&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/EngineJSONAPI/Content/service-doc-setscript.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/EngineJSONAPI/Content/service-doc-setscript.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are also command line utilities that can set script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What language are you using?&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 04:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/1877784#M72351</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-01-06T04:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/1877875#M72370</link>
      <description>&lt;P&gt;Great, thanks! I will look into this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I'm using .NET Core when communicating with the APIs.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 09:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/1877875#M72370</guid>
      <dc:creator>jornk</dc:creator>
      <dc:date>2022-01-06T09:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/1877963#M72383</link>
      <description>&lt;P&gt;For .NET it's the Qlik.Engine.App class:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/NetSDKAPIref/Content/Qlik.Engine.App.GetScript.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/NetSDKAPIref/Content/Qlik.Engine.App.GetScript.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 13:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/1877963#M72383</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-01-06T13:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469306#M99534</link>
      <description>&lt;P&gt;Hi Rob.&amp;nbsp; I was curious about your statement that "There are also command line utilities that can set script".&amp;nbsp; I'm working on some automation using Powershell and Qlik CLI, and am able to duplicate apps and download them as QVF files (for copying/importing into upper environments).&amp;nbsp; But first I need to make changes to the load script of those duplicate apps to update the binary load statements in them, and I simply cannot figure out how to get Powershell/CLI to accomplish that.&amp;nbsp; I wasn't sure if it was possible or not with those tools - so I thought I'd reach out.&amp;nbsp; Any help you could give me would be appreciated.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 20:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469306#M99534</guid>
      <dc:creator>Steve_Rosebrook</dc:creator>
      <dc:date>2024-07-09T20:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469312#M99535</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216161"&gt;@Steve_Rosebrook&lt;/a&gt;&amp;nbsp;you are likely looking to use the "app script set" command in the the cli &lt;A href="https://qlik.dev/toolkits/qlik-cli/app/app-script-set/" target="_blank"&gt;https://qlik.dev/toolkits/qlik-cli/app/app-script-set/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;the example shows using a qvs file as the new script.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 21:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469312#M99535</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2024-07-09T21:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469534#M99549</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14016"&gt;@chriscammers&lt;/a&gt;.&amp;nbsp; I should have mentioned that I'm using the Windows client-managed version of Qlik - not Qlik SaaS.&amp;nbsp; Does the link you shared work for client-managed?&amp;nbsp; I tried that code and it's giving me an error so I wanted to check.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 12:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469534#M99549</guid>
      <dc:creator>Steve_Rosebrook</dc:creator>
      <dc:date>2024-07-10T12:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469588#M99551</link>
      <description>&lt;P&gt;The documentation says Qlik Cli supports client managed and saas deployments. I realize concepts like spaces would not be a thing in client managed but the only thing you can do is try it out.&lt;/P&gt;
&lt;P&gt;Please let us know how it goes.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 13:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469588#M99551</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2024-07-10T13:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469726#M99562</link>
      <description>&lt;P&gt;I am able to use CLI on our client-manager version of Qlik.&amp;nbsp; However, I think the syntax/functions/cmdlets must be different between the SaaS version of CLI and the client-managed version.&amp;nbsp; Here's the error message I get when trying to use the "qlik app script set" command:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Steve_Rosebrook_0-1720643466816.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169217i40267702923C5921/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Steve_Rosebrook_0-1720643466816.png" alt="Steve_Rosebrook_0-1720643466816.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 20:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469726#M99562</guid>
      <dc:creator>Steve_Rosebrook</dc:creator>
      <dc:date>2024-07-10T20:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469998#M99581</link>
      <description>&lt;P&gt;There are two things named "Qlik-CLI".&lt;/P&gt;
&lt;P&gt;1) Original "qlik-cli"&amp;nbsp;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows" target="_blank"&gt;https://github.com/ahaydon/Qlik-Cli-Windows&lt;/A&gt;&amp;nbsp;a powershell module for client-managed. You can likely set the script on client managed using this one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) New qlik-cli&amp;nbsp;&lt;A href="https://qlik.dev/toolkits/qlik-cli/" target="_blank"&gt;https://qlik.dev/toolkits/qlik-cli/&lt;/A&gt;&amp;nbsp;for Qlik-SaaS and some client-managed functions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 14:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2469998#M99581</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-07-11T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Edit app data load script using API</title>
      <link>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2470328#M99611</link>
      <description>&lt;P&gt;Thanks Rob - that's definitely a helpful distinction (I've looked at both of those sites already but haven't really seen anything in either of them that laid it out as clearly as you just did).&amp;nbsp; However, I've been going through&amp;nbsp;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/ahaydon/Qlik-Cli-Windows&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;for the past several weeks, and scouring community posts, and I can't find anything that says you can use the Windows CLI version to modify load script.&amp;nbsp; If anyone has done something like that, it would be great to see sample code.&amp;nbsp; Right now I'm kind of stuck with only a half-way automated process . . . .&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 12:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Edit-app-data-load-script-using-API/m-p/2470328#M99611</guid>
      <dc:creator>Steve_Rosebrook</dc:creator>
      <dc:date>2024-07-12T12:32:52Z</dc:date>
    </item>
  </channel>
</rss>

