<?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: Why cannot import joins from OLE DB connection to SQL Server? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891121#M1186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post this last question as a new question ... so if me suggestion is works for you I have the opportunity to get some points? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 21:45:14 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-05-07T21:45:14Z</dc:date>
    <item>
      <title>Why cannot import joins from OLE DB connection to SQL Server?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891114#M1179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working with Qlik Sense and creating a new connection to SQL Server on Azure using OLE DB. But when i go to the data model i can't see any join on selected tables. What's wrong? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 03:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891114#M1179</guid>
      <dc:creator />
      <dc:date>2015-05-07T03:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot import joins from OLE DB connection to SQL Server?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891115#M1180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing is wrong. The UI allows you to select either tables or views. If you want to load the result of a join between several tables you'll have to create the necessary sql statement manually or load the separat tables into the Qlik Sense app first and join the data there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 16:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891115#M1180</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-07T16:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot import joins from OLE DB connection to SQL Server?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891116#M1181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik Sense will connect tables (join if you like) by matching similar named field names from different tables. So if for instance two tables have no commonly named columns which will be turned into fields it will not associate the two tables. They will stay disconnected or un-associated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do connect them you will have to rename one or both column names that should be a key by for instance doing like this in the Load Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustID,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompanyName&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM dbo.Customers;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM dbo.Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Customers:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustID &lt;STRONG&gt;AS Customer_ID&lt;/STRONG&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompanyName&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SQL SELECT &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FROM dbo.Customers;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sales&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer_ID,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesDate,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;*&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FROM dbo.Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will get them connected (joined) by the common key called Customer_ID in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 17:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891116#M1181</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T17:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot import joins from OLE DB connection to SQL Server?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891117#M1182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, your responses was gret and the last one (&lt;A href="https://community.qlik.com/qlik-users/192025"&gt;petter.skjolden&lt;/A&gt;) have the solution i'm looking for. Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891117#M1182</guid>
      <dc:creator />
      <dc:date>2015-05-07T20:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot import joins from OLE DB connection to SQL Server?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891118#M1183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why if i have many joins to the same table? Something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD "PFac_idAtencionMedicaKey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_tipoFactorAsociado",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_idEncuestaFkey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_identificadorEncuestado",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_nombreMedicoRevisoHC",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_fechaRevisionHCFkey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "PFac_comorbilidad1Fkey" AS &lt;SPAN style="font-size: 13.3333330154419px;"&gt;AuxFac_idComorbilidadKey&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_comorbilidad2Fkey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_comorbilidad3Fkey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_comorbilidad4Fkey";&lt;/P&gt;&lt;P&gt;SQL SELECT "PFac_idAtencionMedicaKey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_tipoFactorAsociado",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_idEncuestaFkey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_identificadorEncuestado",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_nombreMedicoRevisoHC",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_fechaRevisionHCFkey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_comorbilidad1Fkey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_comorbilidad2Fkey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_comorbilidad3Fkey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PFac_comorbilidad4Fkey"&lt;/P&gt;&lt;P&gt;FROM Ecosalud.dbo."PFac_AtencionMedica";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD "AuxFac_idComorbilidadKey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "AuxFac_comorbilidad";&lt;/P&gt;&lt;P&gt;SQL SELECT "AuxFac_idComorbilidadKey",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "AuxFac_comorbilidad"&lt;/P&gt;&lt;P&gt;FROM Ecosalud.dbo."AuxFac_Comorbilidad";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What with the other joins? Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891118#M1183</guid>
      <dc:creator />
      <dc:date>2015-05-07T21:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot import joins from OLE DB connection to SQL Server?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891119#M1184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if I understand your question? I can't see many joins it what you show here ... You mean the different PFac_comorbilidad1Fkey, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;PFac_comorbilidad2Fkey, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;PFac_comorbilidad3Fkey ... and you want them all to be able to link to the last table ... even though you have selected only one here?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891119#M1184</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T21:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot import joins from OLE DB connection to SQL Server?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891120#M1185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually ... I think I understand your question now... let me have a few minutes to suggest a solution for you with CROSSTABLE LOAD for the first table....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891120#M1185</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T21:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why cannot import joins from OLE DB connection to SQL Server?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891121#M1186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post this last question as a new question ... so if me suggestion is works for you I have the opportunity to get some points? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Why-cannot-import-joins-from-OLE-DB-connection-to-SQL-Server/m-p/891121#M1186</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-07T21:45:14Z</dc:date>
    </item>
  </channel>
</rss>

