<?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: joining more than 1 table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/joining-more-than-1-table/m-p/685795#M1076284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Monohara,&lt;/P&gt;&lt;P&gt;QlikView associates tables using columns of the same name. To force the association simple rename the column. In your case &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date &lt;STRONG&gt;as InvoiceDate&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;Quarter&lt;/P&gt;&lt;P&gt;from TimeTable;&lt;/P&gt;&lt;P&gt;Use &amp;lt;CTRL T&amp;gt; to see the resulting Table structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you've got more than one date (InvoiceDate and OrderDate) you'll need to setup corresponding date dimensions - there's lots of examples of this on community - e.g. &lt;A href="https://community.qlik.com/thread/48693"&gt;Creating A Master Calendar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2014 06:52:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-31T06:52:01Z</dc:date>
    <item>
      <title>joining more than 1 table</title>
      <link>https://community.qlik.com/t5/QlikView/joining-more-than-1-table/m-p/685794#M1076283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Employee Table(EmpID,EmpName,DeptID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Customer Table(CustID,CustomerName,CustAddress,CustPhone,City)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Orders Header Table(OrdID,CustId,OrdDate,Total Sales,Total Quantity)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Time Table(Date,Month,Year,Quarter)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;OrderDetailsTable(OrderId,CustId,OrderDate,ProductId,EmpId,LineNo,LineQuantity,LineAmount,InvoiceDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Product Table(ProductId,ProductName,CategoryName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00ff00;"&gt;&amp;nbsp; Questions:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: #000000;"&gt;1.I want by customer name,customer city and invoice year, i want line quantity,line amount where custId=5,10,15-------&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="color: #000000;"&gt;I want by customer name,customer city and invoice year, i want Total Sales and total Quantity.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: #000000;"&gt;3.I want by Product Name by Category Name by Invoice Month,by Invoice Year I want Line Quantity and Line Amount when Line Amount &amp;gt;=$500&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: #000000;"&gt;I want by Product Name by Category Name by Order Month by Order Year I want Line Quantity and Line Amount whereTotal Amount &amp;gt;=$500 and Last current 3 Years.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; I Have a Question here how to join invoice year using time table and order Details Table....?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Guys Can you help me finding above 4 questions....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 17:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-more-than-1-table/m-p/685794#M1076283</guid>
      <dc:creator>manozpph</dc:creator>
      <dc:date>2014-07-30T17:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: joining more than 1 table</title>
      <link>https://community.qlik.com/t5/QlikView/joining-more-than-1-table/m-p/685795#M1076284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Monohara,&lt;/P&gt;&lt;P&gt;QlikView associates tables using columns of the same name. To force the association simple rename the column. In your case &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date &lt;STRONG&gt;as InvoiceDate&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;Quarter&lt;/P&gt;&lt;P&gt;from TimeTable;&lt;/P&gt;&lt;P&gt;Use &amp;lt;CTRL T&amp;gt; to see the resulting Table structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you've got more than one date (InvoiceDate and OrderDate) you'll need to setup corresponding date dimensions - there's lots of examples of this on community - e.g. &lt;A href="https://community.qlik.com/thread/48693"&gt;Creating A Master Calendar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 06:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/joining-more-than-1-table/m-p/685795#M1076284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T06:52:01Z</dc:date>
    </item>
  </channel>
</rss>

