<?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: Changing __GEO_TABLES connection workaround in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Changing-GEO-TABLES-connection-workaround/m-p/1279033#M26621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was facing the same issue, and there is a workaround to this. Follow these steps once you migrate your app to the server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;First, go to data load editor and make your entire code a comment. We need to do this because you will not be able to access data manager as it will throw an error since it cannot locate the files needed.&lt;/LI&gt;&lt;LI&gt;Next, create a dummy excel file on your local desktop. It can have 2 columns: 1 with country and 1 more with some dummy data. An example below:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Country&lt;/TD&gt;&lt;TD width="64"&gt;Data&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;India&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Australia&lt;/TD&gt;&lt;TD align="right"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Bangladesh&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;40&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Now, go to data manager and load the above dummy file into QlikSense&lt;/LI&gt;&lt;LI&gt;You'll see that there is a new page containing auto generated code in the data load editor. You'll also see that QS would have automatically created the Geo Table connections (In my case, it points to a folder called "AttachedFiles"&lt;/LI&gt;&lt;LI&gt;Simply copy and replace the 2 library connections in your main code and un-comment them. Don't forget to either comment/delete the other page which contains our temporary code&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try loading the data now and it should work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2018 07:34:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-16T07:34:08Z</dc:date>
    <item>
      <title>Changing __GEO_TABLES connection workaround</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-GEO-TABLES-connection-workaround/m-p/1279032#M26620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know how to change the __GEO_TABLES connection, that is generated automatically by Qlik's Data Prep service?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For now, I have found the following workaround:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The Geo files can be located here: C:\Users\[user GUID]\AppData\Local\Programs\Qlik\Sense\DataPrepService\src\geo&lt;OL&gt;&lt;LI&gt;Move these files into a shared network folder&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Create a new connection (e.g. "__GEO_TABLES2"), and explicitly point it to this above shared folder&lt;/LI&gt;&lt;LI&gt;Other users can now obtain a copy of this folder (or generate their own version of geo QVDs), and then point to this folder&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is unfortunate this is not more transparent&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2016 19:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-GEO-TABLES-connection-workaround/m-p/1279032#M26620</guid>
      <dc:creator>neilhepburn</dc:creator>
      <dc:date>2016-12-18T19:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing __GEO_TABLES connection workaround</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-GEO-TABLES-connection-workaround/m-p/1279033#M26621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was facing the same issue, and there is a workaround to this. Follow these steps once you migrate your app to the server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;First, go to data load editor and make your entire code a comment. We need to do this because you will not be able to access data manager as it will throw an error since it cannot locate the files needed.&lt;/LI&gt;&lt;LI&gt;Next, create a dummy excel file on your local desktop. It can have 2 columns: 1 with country and 1 more with some dummy data. An example below:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Country&lt;/TD&gt;&lt;TD width="64"&gt;Data&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;India&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Australia&lt;/TD&gt;&lt;TD align="right"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Bangladesh&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;40&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Now, go to data manager and load the above dummy file into QlikSense&lt;/LI&gt;&lt;LI&gt;You'll see that there is a new page containing auto generated code in the data load editor. You'll also see that QS would have automatically created the Geo Table connections (In my case, it points to a folder called "AttachedFiles"&lt;/LI&gt;&lt;LI&gt;Simply copy and replace the 2 library connections in your main code and un-comment them. Don't forget to either comment/delete the other page which contains our temporary code&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try loading the data now and it should work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 07:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-GEO-TABLES-connection-workaround/m-p/1279033#M26621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T07:34:08Z</dc:date>
    </item>
  </channel>
</rss>

