<?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: Question in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805474#M2591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the fields you want to join on have exactly the same name and figure out what join you want (outer, inner, left, right).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of join:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(tableToJoinWith)&lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 21:17:06 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2015-03-02T21:17:06Z</dc:date>
    <item>
      <title>Question</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805469#M2586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;BR /&gt;Dears,&lt;/DIV&gt;&lt;DIV&gt;i am really new and not so technical.&lt;/DIV&gt;&lt;DIV&gt;I am trying to create a ODBC connection from my ERP database&lt;/DIV&gt;&lt;DIV&gt;I go in Edit scrip and I followed the web suggestion on ODBC connection&lt;/DIV&gt;&lt;DIV&gt;I obtained this attached script (see end of the message)&lt;/DIV&gt;&lt;DIV&gt;I have an error when I try to load the data:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;Unknown statement&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;ODBC CONNE&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;SQL SELECT "alfa_alsis_scope",&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; artbeskr,&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; artikelvariant,&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; extordtyp,&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ordantal,&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; orddatum,&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; saljare,&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; varugruppkod,&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "vb_pris"&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;FROM ArtecAirSU.dbo.orp&lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt;"&gt;I suppose it depnd from &lt;SPAN style="color: #800000;"&gt;alfa_alsis_scope and "vb_pris"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Please, How to solve it? Many thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;EM&gt; ODBC CONNE&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//-------- Start Multiple Select Statements ------&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;SQL SELECT &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"alfa_alsis_scope"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; artbeskr,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; artikelvariant,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extordtyp,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ordantal,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; orddatum,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; saljare,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; varugruppkod,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"vb_pris"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; FROM ArtecAirSU.dbo.orp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT kundbestdat,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kundref2,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ordstat,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; slutkundnamn1&lt;BR /&gt; FROM ArtecAirSU.dbo.oh;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT ftgnamn&lt;BR /&gt; FROM ArtecAirSU.dbo.fr;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//-------- End Multiple Select Statements ------&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; CT TO AirArtecSu (XUserId is GLBPNZVMQbbEHaZL);&lt;BR /&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 16:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805469#M2586</guid>
      <dc:creator />
      <dc:date>2015-02-27T16:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805470#M2587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;ODBC CONNE &lt;/EM&gt;&lt;/SPAN&gt;is not a valid qlikview statement. Open the script editor, select the option ODBC in the dropdown list at the bottom left and press the Connect button next to it. Then choose the odbc data source you need to connect to your database and supply a user name and password. Perhaps the screenshots in this blog post help: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/02/10/odbc-confusion" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;The Great ODBC Confusion&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 17:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805470#M2587</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-27T17:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805471#M2588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems that the last part of the connect statement is at the end of your script&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ODBC CONNE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;.........................&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;CT TO AirArtecSu (XUserId is GLBPNZVMQbbEHaZL);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;STRONG&gt;it should be&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ODBC CONNE&lt;/EM&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;CT TO AirArtecSu (XUserId is GLBPNZVMQbbEHaZL);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;SQL SELECT ......;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;SQL SELECT.....;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;there is no need to repeat the odbc connect if the database is the same; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;only add another connect if you change the database&lt;/SPAN&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;EM style="line-height: 1.5em; color: #3d3d3d; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805471#M2588</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-27T18:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805472#M2589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you remove most of the connection string part on purpose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, that is your problem.&lt;/P&gt;&lt;P&gt;If you did, please post the exact error you are getting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 21:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805472#M2589</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-02T21:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805473#M2590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi , many thanks for your emial.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*I arranged the database extraction,  now I am trying to join table from&lt;/P&gt;&lt;P&gt;same source and also from other source.*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Mon, Mar 2, 2015 at 10:10 PM, Onno van Knotsenburg &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 21:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805473#M2590</guid>
      <dc:creator />
      <dc:date>2015-03-02T21:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805474#M2591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the fields you want to join on have exactly the same name and figure out what join you want (outer, inner, left, right).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of join:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(tableToJoinWith)&lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 21:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805474#M2591</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-02T21:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805475#M2592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is answers, please flag correct and helpful reply. Thank you!&lt;/P&gt;&lt;P&gt;Good luck data modeling!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, please clarify what answer you are still looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 14:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805475#M2592</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-04T14:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805476#M2593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;yes I received the reply i needed, many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Wed, Mar 4, 2015 at 3:00 PM, Onno van Knotsenburg &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 17:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Question/m-p/805476#M2593</guid>
      <dc:creator />
      <dc:date>2015-03-04T17:07:46Z</dc:date>
    </item>
  </channel>
</rss>

