Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
yogitamehta10
Creator
Creator

How to share my app with other developers

Hi All,

i have a concern , i have 3 developers in my team , we are working for a dashboard.

how should we plan our development together , do we all need to work on Single Qvf file or different QVf  file.

6 Replies
tracysmart
Creator II
Creator II

QlikView will integrate with version control software such as TFS which might be the best way to go if there are multiple developers working on a single dashboard.

if you do not have source control then you are going to have to work on separate dashboards and merge the changes yourselves.

MK9885
Master II
Master II

Place that qvw in a shared server folder and each one of you guys will have access to it and after making changes and before saving let other developers know that you're saving it.

You can also do binary load but binary load is limited for 1 time. It is good to actually load data model as binary load and rest of the developing on server folder.
Or you can use Version Control software provided by your company, if they doesn;t then maybe use use ''PRJ'' folder

Below link might help you?

https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/QlikView_Project_Files.htm

You can search more about PRJ in community, with examples as well.

Thanks.

yogitamehta10
Creator
Creator
Author

Hi ,

i'm using  Qliksense server.

Thanks,

Yogita

agomes1971
Specialist II
Specialist II

MK9885
Master II
Master II

Qlik Sense doesn't have a version control option I believe. I worked on 2.1 version. Maybe 3.0 has something now?

I don;t think it is possible in Qlik Sense.

The below link might help?

Qlik Sense integration with Version Control Systems

Again it has to be either prj folder or doing a binary load (which is limited to 1 time).

On server the file is not available to other developers until you publish it and when you publish it, you cannot edit the original qvf but you have to make a copy and make changes.

My suggestion will be use same method as qvw which I said above, export the qvf to local machine and then move that copy into shared server folder where everyone has access to it.

Use Qliksense desktop to make any changes and save on same shared server folder and once it is ready, import it to Qliksense hub, I.E Server.

It is not the best way but if I were you i'd have done this.

Thanks.

yogitamehta10
Creator
Creator
Author

stalwar1

Any suggestion?