<?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 Using reference project best practices. in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281541#M3645</link>
    <description>Hi 
&lt;BR /&gt;I am using a reference project in two different projects. Before I go to production, I'd like to know the best practices for the usage of a reference project. 
&lt;BR /&gt;As in, 
&lt;BR /&gt;1) after reference project is built and tested, would i tag it and then have the referencing project pull from the tag? 
&lt;BR /&gt;2) How do I set context variables? I tried emptying the context variable values in the reference project and check the transmit whole context on the referenced-subjob inside the referencing projects job. But it seems like at that point I can't 
&lt;BR /&gt;Please pass along any information I can use 
&lt;BR /&gt;Also, unrelated to the reference projects, when I run a job with multiple subjobs, do i need to set the version on each of the subjobs or is there some other way this can be acheived? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Amritha.</description>
    <pubDate>Fri, 30 May 2014 12:10:10 GMT</pubDate>
    <dc:creator>rithmaa</dc:creator>
    <dc:date>2014-05-30T12:10:10Z</dc:date>
    <item>
      <title>Using reference project best practices.</title>
      <link>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281541#M3645</link>
      <description>Hi 
&lt;BR /&gt;I am using a reference project in two different projects. Before I go to production, I'd like to know the best practices for the usage of a reference project. 
&lt;BR /&gt;As in, 
&lt;BR /&gt;1) after reference project is built and tested, would i tag it and then have the referencing project pull from the tag? 
&lt;BR /&gt;2) How do I set context variables? I tried emptying the context variable values in the reference project and check the transmit whole context on the referenced-subjob inside the referencing projects job. But it seems like at that point I can't 
&lt;BR /&gt;Please pass along any information I can use 
&lt;BR /&gt;Also, unrelated to the reference projects, when I run a job with multiple subjobs, do i need to set the version on each of the subjobs or is there some other way this can be acheived? 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Amritha.</description>
      <pubDate>Fri, 30 May 2014 12:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281541#M3645</guid>
      <dc:creator>rithmaa</dc:creator>
      <dc:date>2014-05-30T12:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using reference project best practices.</title>
      <link>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281542#M3646</link>
      <description>Usually 
&lt;BR /&gt;- A version is fixed for all the jobs and items inside the project at fixed number... This becomes easy for identification 
&lt;BR /&gt;- Usually all the variables are categorized at Context Group, job level context variables, environment variables, global variables etc... 
&lt;BR /&gt;- A property file with required variable is used in main job which is loaded and tContextLaod is used to make all the variables available to all the jobs 
&lt;BR /&gt;- Transmit whole context is enabled on all the subjobs... 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 30 May 2014 12:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281542#M3646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-30T12:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using reference project best practices.</title>
      <link>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281543#M3647</link>
      <description>Hi Vaibhav, 
&lt;BR /&gt;Thanks for your response, i need some further clarification, 
&lt;BR /&gt;1) "A version is fixed for all the jobs and items inside the project at fixed number... This becomes easy for identification" - is that something that I/developer would set up or does the parent job just pick a version (based on the version number set on the trunjob that runs the subjob within the parent job which is set to 'Latest' by default - which means the parent job always picks the latest version of the subjob.) 
&lt;BR /&gt;2) "A property file with required variable is used in main job which is loaded and tContextLaod is used to make all the variables available to all the jobs" - just to make sure i understand what you mean, lets take an example - 
&lt;BR /&gt;a) there is a reference project named R that has a job named r1 
&lt;BR /&gt;b) there is a referencing project named A that references R and uses r1 within its jobs a1. 
&lt;BR /&gt;c) r1 needs property p1 
&lt;BR /&gt;R has a context variable p1 - context.p1 
&lt;BR /&gt;A &amp;amp; B also each have a context variable named p1 within their own contexts. 
&lt;BR /&gt;And we use a tContextLoad to load p1 value in a1 and transmit whole context so that r1 has access to the correct value. Is this correct? 
&lt;BR /&gt;3) Could you please point me to some resources for best practices for using reference projects (eg: after reference project is built and tested, would i tag it and then have the referencing project pull from the tag?) 
&lt;BR /&gt;Thanks. 
&lt;BR /&gt;Am</description>
      <pubDate>Mon, 02 Jun 2014 11:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281543#M3647</guid>
      <dc:creator>rithmaa</dc:creator>
      <dc:date>2014-06-02T11:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using reference project best practices.</title>
      <link>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281544#M3648</link>
      <description>Hi Am, 
&lt;BR /&gt;1) Project Manager or team lead, would set the values of all the versions of job at the particular release level 
&lt;BR /&gt;tRunJob would/should always pickup latest except some exceptional situations. 
&lt;BR /&gt;2) Correct 
&lt;BR /&gt;3) Not aware of any development practices, but as you said it in point no.3, is the right way to do it 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Mon, 02 Jun 2014 12:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281544#M3648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-02T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using reference project best practices.</title>
      <link>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281545#M3649</link>
      <description>Can I use a reference project in the Data Profiling Perspective? We have all our Library objects on a shared space and have various projects using the Library for Data analysis. How do we reference such objects.</description>
      <pubDate>Mon, 06 Apr 2015 19:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Using-reference-project-best-practices/m-p/2281545#M3649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-06T19:45:44Z</dc:date>
    </item>
  </channel>
</rss>

