<?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 Business Logic from One App to Another in Insight Advisor</title>
    <link>https://community.qlik.com/t5/Insight-Advisor/Copying-Business-Logic-from-One-App-to-Another/m-p/2438084#M399</link>
    <description>&lt;P&gt;This seems to be a good candidate to implement a binary load, so you can have a logic and model in one place. Other applications must do a binary load of the application. Extra logic, if required, could be added.&lt;/P&gt;
&lt;P&gt;Check here for the binary load syntax and documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Binary.htm#:~:text=The%20binary%20statement%20is%20used,is%20allowed%20in%20the%20script" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Binary.htm#:~:text=The%20binary%20statement%20is%20used,is%20allowed%20in%20the%20script&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 18:52:16 GMT</pubDate>
    <dc:creator>SteveReyCH</dc:creator>
    <dc:date>2024-04-04T18:52:16Z</dc:date>
    <item>
      <title>Copying Business Logic from One App to Another</title>
      <link>https://community.qlik.com/t5/Insight-Advisor/Copying-Business-Logic-from-One-App-to-Another/m-p/2434261#M394</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;Environment:&amp;nbsp; Client Managed, Qlik Sense Server August 2023 (Patch 5)&lt;/P&gt;
&lt;P&gt;I have setup the business logic (both logical model and vocabulary) on a specific app.&lt;/P&gt;
&lt;P&gt;How do I copy both business logic components to another app?&lt;/P&gt;
&lt;P&gt;We have many apps with the same data model, and manually configuring the business logic on each of them is not an option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need a way to export the business logic from one app, and import it into another app.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 13:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Insight-Advisor/Copying-Business-Logic-from-One-App-to-Another/m-p/2434261#M394</guid>
      <dc:creator>VinayR</dc:creator>
      <dc:date>2024-03-25T13:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Business Logic from One App to Another</title>
      <link>https://community.qlik.com/t5/Insight-Advisor/Copying-Business-Logic-from-One-App-to-Another/m-p/2438084#M399</link>
      <description>&lt;P&gt;This seems to be a good candidate to implement a binary load, so you can have a logic and model in one place. Other applications must do a binary load of the application. Extra logic, if required, could be added.&lt;/P&gt;
&lt;P&gt;Check here for the binary load syntax and documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Binary.htm#:~:text=The%20binary%20statement%20is%20used,is%20allowed%20in%20the%20script" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Binary.htm#:~:text=The%20binary%20statement%20is%20used,is%20allowed%20in%20the%20script&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 18:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Insight-Advisor/Copying-Business-Logic-from-One-App-to-Another/m-p/2438084#M399</guid>
      <dc:creator>SteveReyCH</dc:creator>
      <dc:date>2024-04-04T18:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Business Logic from One App to Another</title>
      <link>https://community.qlik.com/t5/Insight-Advisor/Copying-Business-Logic-from-One-App-to-Another/m-p/2439239#M403</link>
      <description>&lt;P&gt;Thanks for the feedback.&lt;/P&gt;
&lt;P&gt;Unfortunately, a binary load does not copy across the Business Logic.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 09:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Insight-Advisor/Copying-Business-Logic-from-One-App-to-Another/m-p/2439239#M403</guid>
      <dc:creator>VinayR</dc:creator>
      <dc:date>2024-04-09T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Business Logic from One App to Another</title>
      <link>https://community.qlik.com/t5/Insight-Advisor/Copying-Business-Logic-from-One-App-to-Another/m-p/2462822#M436</link>
      <description>&lt;P&gt;I'd suggest looking into a couple different common architectures and picking one to try out. In general, adhering to an architecture isn't going to reduce the amount of code in your app, in fact it probably will add a bit. The point is the code will be structured more consistently, and code readability will improve along with ease of refactoring/maintenance.&lt;/P&gt;
&lt;P&gt;I know my line of thinking when first starting to be more disciplined about structuring code was 'this is a stupid waste of time and is just creating extra boiler plate code' which may be the case when you start a simple app. But as the app grows in complexity and you continue to maintain and update it, the structure will pay off and you'll begin to see the benefits.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 08:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Insight-Advisor/Copying-Business-Logic-from-One-App-to-Another/m-p/2462822#M436</guid>
      <dc:creator>faxeed</dc:creator>
      <dc:date>2024-06-16T08:41:17Z</dc:date>
    </item>
  </channel>
</rss>

