<?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: Qlikview Version Control in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/1542750#M439556</link>
    <description>&lt;P&gt;Another great solution is PlatformManager by In4BI. This flagschip product does not only provide version control. PlatformManager simplifies your development and deployment process, saves time with in testing your apps, provides insight in relations, visualizes all QVD relations, manages your Extensions, Mashups and Widgets, Reload tasks, provides a workflow for approval and much more. And it works for QlikView AND Qlik Sense! Seamlessly integrated with both solutions.&lt;/P&gt;&lt;P&gt;With over 150 Customer it's the most used Application Governance solution available today. With presence in over 19 countries you can probably find a partner nearby. You can download a demo video through PlatformManager.com.&lt;/P&gt;&lt;P&gt;Hope this helps you!&lt;/P&gt;</description>
    <pubDate>Tue, 12 Feb 2019 08:20:33 GMT</pubDate>
    <dc:creator>PlatformManager-Expert</dc:creator>
    <dc:date>2019-02-12T08:20:33Z</dc:date>
    <item>
      <title>Qlikview Version Control</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/76126#M12582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a multi Qlikview developer environment and are looking at different version control solutions to enable our developers to work in a more effective and stricter workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our current manual solution could be vastly improved by enabling version control to effectively track developer changes, enable us to view historical versions and branching to allow developers to work on an application at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're currently using version control with in a work environment, could you please share your experiences both good/bad and the solution that is working best for your team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've also looked at the eBiExperts solution named WIP, this is a very good product but at this time of writing it was missing one of our key requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 15:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/76126#M12582</guid>
      <dc:creator>dave_treagust_m</dc:creator>
      <dc:date>2018-06-25T15:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Version Control</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/76127#M12583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried using SVN in our environment. It helped to some extent but not fully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard TFS works better with Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 17:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/76127#M12583</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-06-25T17:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Version Control</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/76128#M12584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#1. You can see the following guide:&lt;A href="https://community.qlik.com/docs/DOC-3424"&gt;Updated Guide to QlikView and Source Control (TFS &amp;amp;amp; Subversion)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It contains general work with TFS and SVN.&lt;BR /&gt;QlikView has 'out of box' only integration with SVN and TFS, but you can use Git as version control system. (link: &lt;A href="https://birchroad.wordpress.com/2011/03/16/how-to-use-git-with-qlikview-10/" title="https://birchroad.wordpress.com/2011/03/16/how-to-use-git-with-qlikview-10/"&gt;How to use Git with QlikView 10 | Birchroad&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About process of working on application in same time: not so good idea, because QlikView application exported his meta data into xml file, that managed by QlikView Desktop, not by programmer (of course if you don`t want to save qvw file into version control system). Merging changes in XML from different developers may cause to corruption application. More details described in &lt;SPAN style="font-size: 13.3333px;"&gt;guide #1.&lt;BR /&gt;&lt;/SPAN&gt;And if you use this approach - during release process through Version Control system you need to open, save and close QlikView application to import back changes from xml file to qvw. I use powershell to automate it (&lt;A href="https://eugeneniemand.wordpress.com/2013/09/03/qlikview-open-save-close-a-qvw-without-reloading-data-using-powershell/" title="https://eugeneniemand.wordpress.com/2013/09/03/qlikview-open-save-close-a-qvw-without-reloading-data-using-powershell/"&gt;QlikView – Open, Save, Close a QVW without reloading data using PowerShell – Eugene Niemand's Blog&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can move reload script to external file and include it in application using Include and Must_Include statements (see discussion&lt;A href="https://community.qlik.com/thread/114834"&gt;Include and MustInclude&lt;/A&gt;). &lt;BR /&gt;This separate load script from interface development process.&lt;BR /&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;We use it for configuration file - settings on DEV/TEST/PROD environments can be different.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our development process we use 3 environment: Development (on developer machine), Testing (on QlikView Server) and Production (on&amp;nbsp; QlikView Server). We deliver changes through version control system. &lt;/P&gt;&lt;P&gt;1. Developer make changes into application and commit it to version control system.&lt;BR /&gt;2. Release engineer deliver changes to QlikView Server by making Get operation in TFS (Development and Test has same folder in version control system) and Open/Save/Close application.&lt;BR /&gt;3. Release engineer reload QlikView application manually or using reload task on QlikView Server. We automate this step by using QMS API of QlikView Server.&lt;BR /&gt;4. User/developer test application on Test environment.&lt;/P&gt;&lt;P&gt;5. If everything is good, r&lt;SPAN style="font-size: 13.3333px;"&gt;elease engineer make merge from Testing to production folder in version control system (TFS).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;6. Release engineer make &lt;SPAN style="font-size: 13.3333px;"&gt;Open/Save/Close application and reload it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;This is simplified process (in real it may be more complex with more actions and details in steps) of release process in our company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have mentioned about WIP and your requirements to version control system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;We've also looked at the eBiExperts solution named WIP, this is a very good product but at this time of writing it was missing one of our key requirements.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are key requirements you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Savchuk Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 07:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/76128#M12584</guid>
      <dc:creator>romansavchuk</dc:creator>
      <dc:date>2018-06-26T07:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Version Control</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/1542750#M439556</link>
      <description>&lt;P&gt;Another great solution is PlatformManager by In4BI. This flagschip product does not only provide version control. PlatformManager simplifies your development and deployment process, saves time with in testing your apps, provides insight in relations, visualizes all QVD relations, manages your Extensions, Mashups and Widgets, Reload tasks, provides a workflow for approval and much more. And it works for QlikView AND Qlik Sense! Seamlessly integrated with both solutions.&lt;/P&gt;&lt;P&gt;With over 150 Customer it's the most used Application Governance solution available today. With presence in over 19 countries you can probably find a partner nearby. You can download a demo video through PlatformManager.com.&lt;/P&gt;&lt;P&gt;Hope this helps you!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 08:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/1542750#M439556</guid>
      <dc:creator>PlatformManager-Expert</dc:creator>
      <dc:date>2019-02-12T08:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Version Control</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/1829065#M1214263</link>
      <description>&lt;P&gt;This is not totally true /&amp;nbsp; accurate. Document will loose "Always one selected" setting and all variable values. In case you have "Always one selected" in Alternate States is will not recover the setting even if you open QVD file already with data, which suppose to be developers daily activity.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 12:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Version-Control/m-p/1829065#M1214263</guid>
      <dc:creator>RimantasE</dc:creator>
      <dc:date>2021-08-17T12:45:26Z</dc:date>
    </item>
  </channel>
</rss>

