Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Version control in qlikview

Can 2 developer simultaneosly work on 1 QVW file?

How can we merge changes?

8 Replies
its_anandrjs

I suggest you can use TostoiseSVN version control for this which is third party tool.

Regards

Anand

Anonymous
Not applicable
Author

But how I will merge chart design.As per I knowledge SVN only help to merge code or script files.

Could you plase elaborate more

Not applicable
Author

Using Tortise SVN and Qlikview's -prj folders for every .QVW file lets almost all the code (scripts, charts, settings, etc.) get saved into a -prj folder as a bunch of XML files (one -prj folder per .QVW).  You then link Tortoise SVN to a repository like unfuddle.com where you check in changes to your development directory structure.  


It's essential all the developers follow very deliberate and consistent procedures, use identical versions, etc. to keep things in sync and working properly.  Do not do this unless it's absolutely essential in your environment but it does allow multiple developers to work on the same .QVW's, merge changes, etc.   Even with this, two developers working on exactly the same chart simultaneously would not be a good idea (& probably isn't really necessary).

fkeuroglian
Partner - Master
Partner - Master

Hi, as Dave said, "Do not do this unless it is absolutely essential", If you have the possibility to manage and not do this, let think about it ,

good luck

Fernando

Anonymous
Not applicable
Author

Hi,

If 2 people are doing on same dashbaord, both of them must be not doing on the same sheet. you can copy the sheet from other person who has minor changes.

if it at chart level you can replace the chart.

This kind of situation arises rarely. so you can go for manual copy paste of objects/sheets.

Obviously both are not working on the same part of dashboard.

Regards,

Chinna

Not applicable
Author

Hi,

Do you really need to separate a QlikView app so there will be many people to develop concurrently?

Try to divide the work load for generating different qvds, gvws, qlikmarts etc

sandeepprasad_j
Creator
Creator

Hello Kiran,

You can check this link for integrating Tortoise SVN

Qlikview-BI Tool

Hope this Helps

Sandeep.

Not applicable
Author

Try to check TortoiseHG... It has several advantages over SVN: easier to use, decentralized, ...

Check  here for an easy setup:

Qlikview and version control, part 1 - Sigma Blogg