<?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: Developing on a QV Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433354#M161502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nobody knows it? I'm sure there is somebody that knows that... So please, help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;TMF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 08:41:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-22T08:41:29Z</dc:date>
    <item>
      <title>Developing on a QV Server</title>
      <link>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433353#M161501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi developers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue here. I only know how to develop a QV application in my Personal Edition program of QV. However, I'm going to a project next week and I need to know how can I work in paralel with other colleague. We need to work in paralel in the same project, in same document, so can we do that? If so, how?&lt;/P&gt;&lt;P&gt;After that, how can I deploy my QV App in Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I need some guidelines of how to work with a team in an Enterprise Environment.&lt;/P&gt;&lt;P&gt;I'm sure almost all of you guys know the anwsers for these questions, so please give some help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;TMF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 13:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433353#M161501</guid>
      <dc:creator />
      <dc:date>2012-10-19T13:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Developing on a QV Server</title>
      <link>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433354#M161502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nobody knows it? I'm sure there is somebody that knows that... So please, help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;TMF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 08:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433354#M161502</guid>
      <dc:creator />
      <dc:date>2012-10-22T08:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Developing on a QV Server</title>
      <link>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433355#M161503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two approaches to team development of a QV app, plus one tip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, the tip. Seperate the data loading qvw from the user dashboard qvw. If you are creating a Finance dashboard, here will be (at least) two qvws:&lt;/P&gt;&lt;P&gt;Finance DM.qvw --- contains the script that build the data model.&lt;/P&gt;&lt;P&gt;Finance.qvw -- has one script statement -- BINARY Finance DM.qvw -- that loads the data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This arrangement allows you to work on the data model and UI somewhat independently and makes the manual merge technique below easier to work with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Work on different copies of the same app and manually merge work into a single master. It's easy to copy/paste objects from one qvw to another. So I can build one sheet while you build another. When you are ready I can copy your objects into mine (the master).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Use the source control feature built into QV to merge changes form multiple developers. If you are attacking the same project, you'll want to divinde it up into big components like sheets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For getting the initial work done on a big project, I find option 1 easiest. Option 2 may be better over the long haul for maintainence, but I don't find the benefit for initial development, especially if the developers can communicate closely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 22:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433355#M161503</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-10-22T22:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Developing on a QV Server</title>
      <link>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433356#M161504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide some tutorial / tips to get initiated to QV Source Control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 09:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433356#M161504</guid>
      <dc:creator />
      <dc:date>2012-10-23T09:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Developing on a QV Server</title>
      <link>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433357#M161505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rob &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;TMF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 11:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433357#M161505</guid>
      <dc:creator />
      <dc:date>2012-10-23T11:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Developing on a QV Server</title>
      <link>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433358#M161506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Aldo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Here's a recent guide &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-3424"&gt;http://community.qlik.com/docs/DOC-3424&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 17:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433358#M161506</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-10-23T17:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Developing on a QV Server</title>
      <link>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433359#M161507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 08:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Developing-on-a-QV-Server/m-p/433359#M161507</guid>
      <dc:creator />
      <dc:date>2012-10-24T08:51:54Z</dc:date>
    </item>
  </channel>
</rss>

