<?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: How could we use Mapping LOAD from MySQL(ODBC Connection) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027626#M639051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that was my mistake &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User_ID_to_EnteredByMap:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; id as user_id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; username&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;InventoryDb.Orders&lt;/SPAN&gt;; (I used this as we Mapping Load from QVD files with out using the SQL SELECT )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the new Correct script is like this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User_ID_to_EnteredByMap:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; id as user_id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; username; SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;InventoryDb.Orders&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;now the problem is ok, and one question is there any performance issues while i use &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;InventoryDb.Orders&lt;/SPAN&gt;; in Mapping LOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Mar 2016 07:12:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-20T07:12:16Z</dc:date>
    <item>
      <title>How could we use Mapping LOAD from MySQL(ODBC Connection)</title>
      <link>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027622#M639047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i connect to Mysql DB from Qlikview (using ODBC 32) it works fine, But when i use Mapping LOAD from Mysql Table it shows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cannot Open file&amp;nbsp; filepath\InventoryDb.Orders System Can't find the file specified error generate. Actually there is no such location like filepath\ &lt;SPAN style="font-size: 13.3333px;"&gt;InventoryDb.Orders. Qlikview wrongly assuming my MySQL table as file.What i do to resolve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Script is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO InventoryDSN; //DSN i used to connect MySQL DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i tried OEDB Provider for ODBC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT32 TO [Provider=MSDASQL.1;Persist Security Info=False;Data Source=&lt;SPAN style="font-size: 13.3333px;"&gt;InventoryDSN&lt;/SPAN&gt;;Extended Properties="DSN=&lt;SPAN style="font-size: 13.3333px;"&gt;InventoryDSN&lt;/SPAN&gt;;";Initial Catalog=&lt;SPAN style="font-size: 13.3333px;"&gt;InventoryDb&lt;/SPAN&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User_ID_to_EnteredByMap:&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; id as user_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; username&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;InventoryDb.Orders&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 15:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027622#M639047</guid>
      <dc:creator />
      <dc:date>2016-03-19T15:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How could we use Mapping LOAD from MySQL(ODBC Connection)</title>
      <link>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027623#M639048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; id as user_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; username&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;InventoryDb.Orders&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 15:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027623#M639048</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-19T15:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: How could we use Mapping LOAD from MySQL(ODBC Connection)</title>
      <link>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027624#M639049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It throws table doesn't exist error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 15:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027624#M639049</guid>
      <dc:creator />
      <dc:date>2016-03-19T15:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How could we use Mapping LOAD from MySQL(ODBC Connection)</title>
      <link>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027625#M639050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the table wizard to just load this table from your DB as a resident table into your data model? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as this works out, creating a mapping table should be easy by adding the MAPPING LOAD prefix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 23:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027625#M639050</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-19T23:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: How could we use Mapping LOAD from MySQL(ODBC Connection)</title>
      <link>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027626#M639051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that was my mistake &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User_ID_to_EnteredByMap:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; id as user_id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; username&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;InventoryDb.Orders&lt;/SPAN&gt;; (I used this as we Mapping Load from QVD files with out using the SQL SELECT )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the new Correct script is like this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User_ID_to_EnteredByMap:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mapping LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; id as user_id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; username; SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;InventoryDb.Orders&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;now the problem is ok, and one question is there any performance issues while i use &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;InventoryDb.Orders&lt;/SPAN&gt;; in Mapping LOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2016 07:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027626#M639051</guid>
      <dc:creator />
      <dc:date>2016-03-20T07:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: How could we use Mapping LOAD from MySQL(ODBC Connection)</title>
      <link>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027627#M639052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to SELECT only the fields in the SQL statement that you later use in the preceding LOAD statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the DB table doesn't change (often), you can consider storing the table to a QVD to speed up the daily load script. You can look into a multi-staged load process (like QVD generators, data model,&amp;nbsp; dashboard) then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Mar 2016 11:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-could-we-use-Mapping-LOAD-from-MySQL-ODBC-Connection/m-p/1027627#M639052</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-20T11:40:44Z</dc:date>
    </item>
  </channel>
</rss>

