<?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: SQL problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291733#M706372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;“and you need to specify which field does the relationship”, how should I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, newbie need to learn a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Van: Miguel Angel Baeyens &lt;A href="mailto:qliktech@sgaur.hosted.jivesoftware.com"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Verzonden: vrijdag 20 januari 2012 11:32&lt;/P&gt;&lt;P&gt;Aan: Dirk De Wispelaere&lt;/P&gt;&lt;P&gt;Onderwerp: &lt;A href="Development (QlikView Desktop)"&gt;&lt;/A&gt; - Re: SQL problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;http://community.qlik.com/index.jspa&amp;gt; QlikCommunity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: SQL problem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created by Miguel Angel Baeyens &amp;lt;http://community.qlik.com/people/mabaeyens&amp;gt;  in Development (QlikView Desktop) - View the full discussion &amp;lt;http://community.qlik.com/message/184174#184174&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Jan 2012 15:14:56 GMT</pubDate>
    <dc:creator>dirk1955</dc:creator>
    <dc:date>2012-01-21T15:14:56Z</dc:date>
    <item>
      <title>SQL problem</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291727#M706362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In qlikview i have 2 tables:&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;DataA208:&lt;BR /&gt;LOAD Jaar, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IDF, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CX, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VV, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KD, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Doc, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Code station]&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\CV-R-KD\A208\A208.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);Next i want to run a SQL on those tables:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i want to run a SQL on those tables.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The purpose, joining the data from both tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;SELECT RESIDENT DataA208.Jaar, RESIDENT DataA208.IDF, RESIDENT DataA208.RX, RESIDENT DataA208.CX, RESIDENT DataA208.VV, RESIDENT DataA208.KD, RESIDENT [Code stations MPP].StationRap&lt;/P&gt;&lt;P&gt;FROM RESIDENT DataA208 LEFT JOIN RESIDENT DataMPPCodeStation ON RESIDENT DataA208.[Code station] = RESIDENT DataMPPCodeStation.[Code Station];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i get the error, syntax error,missing operator in querry expression.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;What am I doing wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I'm pretty new in Qlikview&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataTest208:&lt;/P&gt;&lt;P&gt;DataMPPCodeStation:&lt;BR /&gt;LOAD [Code Station], StationRap FROM&lt;BR /&gt;[..\..\Code stations MPP.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 22:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291727#M706362</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2012-01-19T22:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQL problem</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291728#M706363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modified question, my text was messed up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In qlikview i have 2 tables:&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataMPPCodeStation:&lt;/P&gt;&lt;P&gt;LOAD [Code Station], StationRap FROM&lt;BR /&gt;[..\..\Code stations MPP.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;DataA208:&lt;BR /&gt;LOAD Jaar, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IDF, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CX, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VV, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KD, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Doc, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Code station]&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\CV-R-KD\A208\A208.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i want to run a SQL on those tables.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The purpose, joining the data from both tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;DATATEST208:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;SELECT RESIDENT DataA208.Jaar, RESIDENT DataA208.IDF, RESIDENT DataA208.RX, RESIDENT DataA208.CX, RESIDENT DataA208.VV, RESIDENT DataA208.KD, RESIDENT [Code stations MPP].StationRap&lt;/P&gt;&lt;P&gt;FROM RESIDENT DataA208 LEFT JOIN RESIDENT DataMPPCodeStation ON RESIDENT DataA208.[Code station] = RESIDENT DataMPPCodeStation.[Code Station];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i get the error, syntax error,missing operator in querry expression.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;What am I doing wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I'm pretty new in Qlikview&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 22:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291728#M706363</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2012-01-19T22:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: SQL problem</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291729#M706365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never seen this syntax in fact. Are you sure that you can SQL with resident ? Try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;DATATEST208:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;[Code station],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Jaar,&lt;/P&gt;&lt;P&gt;IDF,&lt;/P&gt;&lt;P&gt;RX,&lt;/P&gt;&lt;P&gt;CX,&lt;/P&gt;&lt;P&gt;VV,&lt;/P&gt;&lt;P&gt;KD&lt;/P&gt;&lt;P&gt;RESIDENT DataA208;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (&lt;SPAN style="font-size: 8pt;"&gt;DATATEST208)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;Load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;[Code station],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;StationRap&lt;/P&gt;&lt;P&gt;RESIDENT DataMPPCodeStation;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that the syntax "table.field" can be used in QV only if you have declared QUALIFY before. Else you will just use "field" and the join is done implicitely on the synonyms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 07:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291729#M706365</guid>
      <dc:creator>nstefaniuk</dc:creator>
      <dc:date>2012-01-20T07:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL problem</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291730#M706367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nstefaniuk suggestion is correct. However, I'd rather use a mapping table. Depending on the size of the data set, JOINs in QlikView use a lot of disk space making the application bigger. The result, if the data model is correct, will be the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;DataMPPCodeStationMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD [Code Station], StationRap FROM&lt;BR /&gt;[..\..\Code stations MPP.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataA208:&lt;BR /&gt;LOAD Jaar, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IDF, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CX, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VV, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KD, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Doc, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Code station],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;DataMPPCodeStationMap&lt;/SPAN&gt;', &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;[Code station]&lt;/SPAN&gt;) AS StationRap&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\CV-R-KD\A208\A208.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that in QlikView field names and values are case sensitive, so [Code station] is not the same as [Code Station] (note the capital S in the second table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 08:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291730#M706367</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-20T08:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQL problem</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291731#M706369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Remember that the syntax "table.field" can be used in QV only if you have declared QUALIFY before. Else you will just use "field" and the join is done implicitely on the synonyms."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How and where do i have to declare "QUALIFY"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for the answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 10:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291731#M706369</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2012-01-20T10:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: SQL problem</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291732#M706371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualifying prefixes each filed with the name of the table. See this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;FROM File.qvd (qvd);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will create a table "Data" with fields "Data.Field1" and "Data.Field2" instead of the normal "Field1" and "Field2". As opposed to traditional SQL, where many tables may share many field names, and you need to specify which field does the relationship, QlikView links automatically tables when one or more fields are named the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 10:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291732#M706371</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-20T10:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL problem</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291733#M706372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;“and you need to specify which field does the relationship”, how should I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, newbie need to learn a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Van: Miguel Angel Baeyens &lt;A href="mailto:qliktech@sgaur.hosted.jivesoftware.com"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Verzonden: vrijdag 20 januari 2012 11:32&lt;/P&gt;&lt;P&gt;Aan: Dirk De Wispelaere&lt;/P&gt;&lt;P&gt;Onderwerp: &lt;A href="Development (QlikView Desktop)"&gt;&lt;/A&gt; - Re: SQL problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;http://community.qlik.com/index.jspa&amp;gt; QlikCommunity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: SQL problem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created by Miguel Angel Baeyens &amp;lt;http://community.qlik.com/people/mabaeyens&amp;gt;  in Development (QlikView Desktop) - View the full discussion &amp;lt;http://community.qlik.com/message/184174#184174&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2012 15:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291733#M706372</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2012-01-21T15:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: SQL problem</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291734#M706373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was talking about SQL, not QlikView. In SQL you need to specify the key fields in each table, irrespective their name. Not in QlikView, where two tables links were the name of at least one field is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 10:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-problem/m-p/291734#M706373</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-22T10:57:29Z</dc:date>
    </item>
  </channel>
</rss>

