<?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 Data manager and changing LIB with environments in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-manager-and-changing-LIB-with-environments/m-p/2055711#M12141</link>
    <description>&lt;P&gt;we have 3 environments, DEV, TEST and PROD.&lt;/P&gt;
&lt;P&gt;Each has its own LIB connection, like:&amp;nbsp;lib://qlikview@dwh_load@test&lt;/P&gt;
&lt;P&gt;We have to use a variable based on the file name to determine which environment to load from (dev, test, prod).&lt;/P&gt;
&lt;P&gt;But,&lt;/P&gt;
&lt;P&gt;when using Data Manager this variable cannot be set without unlocking the script. And I want to use data manager as script editor.&lt;/P&gt;
&lt;P&gt;Is there a solution for this to get the variable lib in the table extraction in data manager?&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2023 13:32:09 GMT</pubDate>
    <dc:creator>Michiel_QV_Fan</dc:creator>
    <dc:date>2023-03-31T13:32:09Z</dc:date>
    <item>
      <title>Data manager and changing LIB with environments</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-manager-and-changing-LIB-with-environments/m-p/2055711#M12141</link>
      <description>&lt;P&gt;we have 3 environments, DEV, TEST and PROD.&lt;/P&gt;
&lt;P&gt;Each has its own LIB connection, like:&amp;nbsp;lib://qlikview@dwh_load@test&lt;/P&gt;
&lt;P&gt;We have to use a variable based on the file name to determine which environment to load from (dev, test, prod).&lt;/P&gt;
&lt;P&gt;But,&lt;/P&gt;
&lt;P&gt;when using Data Manager this variable cannot be set without unlocking the script. And I want to use data manager as script editor.&lt;/P&gt;
&lt;P&gt;Is there a solution for this to get the variable lib in the table extraction in data manager?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 13:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-manager-and-changing-LIB-with-environments/m-p/2055711#M12141</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2023-03-31T13:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data manager and changing LIB with environments</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-manager-and-changing-LIB-with-environments/m-p/2059238#M12165</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14241"&gt;@Michiel_QV_Fan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Crazy Idea over here&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt; (kind of old approach)&lt;/P&gt;
&lt;P&gt;Try to have a file (like csv):&lt;/P&gt;
&lt;P&gt;e.g. (pasted an inline version in attachment)&lt;/P&gt;
&lt;P&gt;Server, Environment, Lib&lt;/P&gt;
&lt;P&gt;node1, dev, lib-de&lt;/P&gt;
&lt;P&gt;node2, dev, lib-dev&lt;/P&gt;
&lt;P&gt;node1, test, lib-test&lt;/P&gt;
&lt;P&gt;node2, test, lib-test&lt;/P&gt;
&lt;P&gt;node1, prod, lib-prod&lt;/P&gt;
&lt;P&gt;node2, prod, lib-prod&lt;/P&gt;
&lt;P&gt;Having a file like this you can drag &amp;amp; drop it to the data manager to use it alog with in the script the function ComputerName() (has to match with the column Server of the csv file to work properly)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps you&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Rgds,&lt;/P&gt;
&lt;P&gt;Toni&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 16:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-manager-and-changing-LIB-with-environments/m-p/2059238#M12165</guid>
      <dc:creator>molinaantonio</dc:creator>
      <dc:date>2023-04-11T16:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data manager and changing LIB with environments</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-manager-and-changing-LIB-with-environments/m-p/2059383#M12167</link>
      <description>&lt;P&gt;Thanks. But still, the LIB cannot be changed in Data manager. That is fixed and locked.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 05:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-manager-and-changing-LIB-with-environments/m-p/2059383#M12167</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2023-04-12T05:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data manager and changing LIB with environments</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-manager-and-changing-LIB-with-environments/m-p/2062150#M12194</link>
      <description>&lt;P&gt;Question, are you looking to modify directly there because the app has old data and you want somehow modify the values?&lt;/P&gt;
&lt;P&gt;If so, maybe you can store all the tables inside the app into csv. Delete the one that is bothering you with old data and follow the approach mentioned in my prior entry :).&lt;/P&gt;
&lt;P&gt;Rgds,&lt;/P&gt;
&lt;P&gt;Toni&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 16:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-manager-and-changing-LIB-with-environments/m-p/2062150#M12194</guid>
      <dc:creator>molinaantonio</dc:creator>
      <dc:date>2023-04-19T16:04:48Z</dc:date>
    </item>
  </channel>
</rss>

