<?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 SV:How to join in between tables? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150698#M28674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"i should not fetch the data from other tables where there is no link"&lt;/P&gt;&lt;P&gt;&lt;B&gt;ANS:&lt;/B&gt; No, You can fetch data without having link between tables.&lt;/P&gt;&lt;P&gt;But if you want to join between tables you have to be careful to link the fields. Data won't be wrong, you are getting the right data.&lt;/P&gt;&lt;P&gt;-Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2009 17:50:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-30T17:50:00Z</dc:date>
    <item>
      <title>How to join in between tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150692#M28668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Am trying to fetch the data from 5 tables (Customer,geography,product,time,scenario) from SQL server.Where 2 tables (customer and geography) are joined by automatically. (Am getting that from table viewer)&lt;/P&gt;&lt;P&gt;But still am getting data from all the tables in my sheet and the Time is getting affected according to the customer selection as well, even though they does not have any relations. So am wondering is the data shown is correct?&lt;/P&gt;&lt;P&gt;Else how do i write some custom script to set the relation?&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 13:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150692#M28668</guid>
      <dc:creator />
      <dc:date>2009-07-30T13:54:08Z</dc:date>
    </item>
    <item>
      <title>SV:How to join in between tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150693#M28669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview logical connects fields with the same name so you need to either rename fields that aren't the same or use the qualify-command.&lt;/P&gt;&lt;P&gt;Customer: Load nm ....&lt;/P&gt;&lt;P&gt;Region: Load nm as region_nm ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not your problem please supply a sample of your loading script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 14:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150693#M28669</guid>
      <dc:creator />
      <dc:date>2009-07-30T14:30:49Z</dc:date>
    </item>
    <item>
      <title>How to join in between tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150694#M28670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mahasweta,&lt;/P&gt;&lt;P&gt;can you post the query you are using along with column names in your qlik doc?&lt;/P&gt;&lt;P&gt;-Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 14:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150694#M28670</guid>
      <dc:creator />
      <dc:date>2009-07-30T14:40:57Z</dc:date>
    </item>
    <item>
      <title>SV:How to join in between tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150695#M28671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks a ton for your reply.&lt;/P&gt;&lt;P&gt;Here i didnt write any script. Rather i have selected the fields from the sheet it self. so back end i got the script as below.&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM AdventureWorksDW.dbo.DimScenario;;&lt;BR /&gt;//************************************************&lt;BR /&gt;LOAD TimeKey, FullDateAlternateKey, DayNumberOfWeek, EnglishDayNameOfWeek, SpanishDayNameOfWeek, FrenchDayNameOfWeek, DayNumberOfMonth, DayNumberOfYear, WeekNumberOfYear, EnglishMonthName, SpanishMonthName, FrenchMonthName, MonthNumberOfYear, CalendarQuarter, CalendarYear, CalendarSemester, FiscalQuarter, FiscalYear, FiscalSemester;&lt;BR /&gt;SQL SELECT * FROM AdventureWorksDW.dbo.DimTime;;&lt;BR /&gt;//************************************************&lt;BR /&gt;LOAD CustomerKey, GeographyKey, CustomerAlternateKey, Title, FirstName, MiddleName, LastName, NameStyle, BirthDate, MaritalStatus, Suffix, Gender, EmailAddress, YearlyIncome, TotalChildren, NumberChildrenAtHome, EnglishEducation, SpanishEducation, FrenchEducation, EnglishOccupation, SpanishOccupation, FrenchOccupation, HouseOwnerFlag, NumberCarsOwned, AddressLine1, AddressLine2, Phone, DateFirstPurchase, CommuteDistance;&lt;BR /&gt;SQL SELECT * FROM AdventureWorksDW.dbo.DimCustomer;;&lt;BR /&gt;//************************************************&lt;BR /&gt;LOAD GeographyKey, City, StateProvinceCode, StateProvinceName, CountryRegionCode, EnglishCountryRegionName, SpanishCountryRegionName, FrenchCountryRegionName, PostalCode, SalesTerritoryKey;&lt;BR /&gt;SQL SELECT * FROM AdventureWorksDW.dbo.DimGeography;;&lt;BR /&gt;//************************************************&lt;BR /&gt;LOAD GeographyKey, City, StateProvinceCode, StateProvinceName, CountryRegionCode, EnglishCountryRegionName, SpanishCountryRegionName, FrenchCountryRegionName, PostalCode, SalesTerritoryKey;&lt;BR /&gt;SQL SELECT * FROM AdventureWorksDW.dbo.DimGeography;&lt;/P&gt;&lt;P&gt;Now please do suggest me .&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 16:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150695#M28671</guid>
      <dc:creator />
      <dc:date>2009-07-30T16:42:30Z</dc:date>
    </item>
    <item>
      <title>SV:How to join in between tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150696#M28672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can see the Last 3 LOAD statements the &lt;B&gt;"GeographKey"&lt;/B&gt; is the common field. These 3 tables will be linked together. But i don't see any link with the first LOAD statement.&lt;/P&gt;&lt;P&gt;-Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 17:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150696#M28672</guid>
      <dc:creator />
      <dc:date>2009-07-30T17:24:46Z</dc:date>
    </item>
    <item>
      <title>SV:How to join in between tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150697#M28673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;That means i should not fetch the data from other tables where there is no link, but i am able fetch the data from other tables as well. OR am i getting the wrong data there/ PLease guide me. Sorry am a beginer ,so asking some basic questions. Thanks, Mahasweta&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 17:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150697#M28673</guid>
      <dc:creator />
      <dc:date>2009-07-30T17:40:52Z</dc:date>
    </item>
    <item>
      <title>SV:How to join in between tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150698#M28674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"i should not fetch the data from other tables where there is no link"&lt;/P&gt;&lt;P&gt;&lt;B&gt;ANS:&lt;/B&gt; No, You can fetch data without having link between tables.&lt;/P&gt;&lt;P&gt;But if you want to join between tables you have to be careful to link the fields. Data won't be wrong, you are getting the right data.&lt;/P&gt;&lt;P&gt;-Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 17:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150698#M28674</guid>
      <dc:creator />
      <dc:date>2009-07-30T17:50:00Z</dc:date>
    </item>
    <item>
      <title>SV:How to join in between tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150699#M28675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Raghu...&lt;/P&gt;&lt;P&gt;So if am getting correct data then no need to worry for the links in the back end.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 18:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-in-between-tables/m-p/150699#M28675</guid>
      <dc:creator />
      <dc:date>2009-07-30T18:29:05Z</dc:date>
    </item>
  </channel>
</rss>

