Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multi user development

How can we modify QVW's with several users (multi user mode read/write) ?

3 Replies
Not applicable
Author

i would really like to know the answer?

me too...!

Anonymous
Not applicable
Author

I avoid more than one person modifying the same qvw at the same time.  Otherwise what could happen is:

  • User A opens & modifies qvw
  • User B opens & modifies qvw
  • User A saves & closes qvw
  • User B saves & closes qvw
    • This User B save will overwrite what User A has done and that work will be lost.
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Use a VCS (Version Control System) that provides check in/check out-capabilities. Search the net for information on SubVersion (svn), an open source VCS that seamlessly ties into QV Desktop.

Peter