<?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 plz help in data model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268062#M1204303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two tables&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;Acct No&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;Acct No&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;Revenue&lt;/P&gt;&lt;P&gt;Buy/Sell&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;When I join using Acct no revenue data is not showing properly, the problem is with date... how to I join these two tables so that I can use a list box for date, &amp;amp; other columns to filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jul 2010 16:53:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-26T16:53:57Z</dc:date>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268062#M1204303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have two tables&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;Acct No&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;Acct No&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;Revenue&lt;/P&gt;&lt;P&gt;Buy/Sell&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;xxx&lt;/P&gt;&lt;P&gt;When I join using Acct no revenue data is not showing properly, the problem is with date... how to I join these two tables so that I can use a list box for date, &amp;amp; other columns to filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 16:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268062#M1204303</guid>
      <dc:creator />
      <dc:date>2010-07-26T16:53:57Z</dc:date>
    </item>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268063#M1204304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be there wud be some account no repeating in table 1 that's why the revenue number wudn't be matching, you need to try distinct account no for revenue expression.&lt;/P&gt;&lt;P&gt;Shumail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 17:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268063#M1204304</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2010-07-26T17:02:36Z</dc:date>
    </item>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268064#M1204305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the Date column in Table 1 the same as the Date column in Table 2? if so drop the Date field when importing Table 2&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;What way are you joing the data, left join, concatenate....&lt;/P&gt;&lt;P&gt;If left Join&lt;/P&gt;&lt;P&gt;Table_1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Acct No, Date;&lt;/P&gt;&lt;P&gt;SQL Select * From tableA;&lt;/P&gt;&lt;P&gt;LEFT JOIN ([Table_1])&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Acct No, Date, Revenue, Buy/Sell;&lt;/P&gt;&lt;P&gt;SQL Select * From tableB;&lt;/P&gt;&lt;P&gt;OR Try&lt;/P&gt;&lt;P&gt;Table_1_Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Acct No, Date;&lt;/P&gt;&lt;P&gt;SQL Select * From tableA;&lt;/P&gt;&lt;P&gt;Table_1:&lt;/P&gt;&lt;P&gt;CONCATENATE LOAD&lt;/P&gt;&lt;P&gt;Acct No, Date, Revenue, Buy/Sell;&lt;/P&gt;&lt;P&gt;SQL Select * From tableB;&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD&lt;/P&gt;&lt;P&gt;Acct No, Date, Revenue, Buy/Sell&lt;/P&gt;&lt;P&gt;RESIDENT Table_1_Temp;&lt;/P&gt;&lt;P&gt;DROP TABLE Table_1_Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 17:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268064#M1204305</guid>
      <dc:creator />
      <dc:date>2010-07-26T17:09:17Z</dc:date>
    </item>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268065#M1204306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both are different dates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 19:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268065#M1204306</guid>
      <dc:creator />
      <dc:date>2010-07-26T19:29:28Z</dc:date>
    </item>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268066#M1204307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV is joining the tables based on both of the fields that have identical names, which is not what you want.&lt;/P&gt;&lt;P&gt;If the dates are different, as you mention, alias one, or both of your date fields to stop them from joining (and creating a synthetic key). I would recomend giving them a more meaningful name than 'date'. Describe what each of the date fields are actually for. This will solve the issue of the bad join, and make it easier to report on these dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 20:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268066#M1204307</guid>
      <dc:creator />
      <dc:date>2010-07-26T20:01:18Z</dc:date>
    </item>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268067#M1204308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me give an example for my requirement&lt;/P&gt;&lt;P&gt;Example Table 1:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:331pt;" width="440"&gt;&lt;COL style="width:51pt;" width="68" /&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;COL style="width:50pt;" width="66" /&gt;&lt;COL style="width:82pt;" width="109" /&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;COL style="width:52pt;" width="69" /&gt;&lt;TBODY&gt;&lt;TR style="height:15pt;"&gt;&lt;TD height="20" style="height:15pt;width:51pt;" width="68"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:48pt;" width="64"&gt;Table 1&lt;/TD&gt;&lt;TD style="width:50pt;" width="66"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:82pt;" width="109"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:48pt;" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:52pt;" width="69"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD height="20" style="height:15pt;"&gt;date&lt;/TD&gt;&lt;TD&gt;Acct No&lt;/TD&gt;&lt;TD&gt;Acct Type&lt;/TD&gt;&lt;TD&gt;Company Name&lt;/TD&gt;&lt;TD&gt;Tickets&lt;/TD&gt;&lt;TD&gt;Prod Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/26/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Retail&lt;/TD&gt;&lt;TD&gt;ABC Ltd&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;TD&gt;aaa&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/27/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Retail&lt;/TD&gt;&lt;TD&gt;ABC Ltd&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD&gt;bbb&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/26/2010&lt;/TD&gt;&lt;TD align="right"&gt;15000&lt;/TD&gt;&lt;TD&gt;Market&lt;/TD&gt;&lt;TD&gt;XYZ LTD&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;aaa&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Example Table 2:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:279pt;" width="371"&gt;&lt;COL style="width:51pt;" width="68" /&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;COL style="width:50pt;" width="66" /&gt;&lt;COL style="width:82pt;" width="109" /&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;TBODY&gt;&lt;TR style="height:15pt;"&gt;&lt;TD height="20" style="height:15pt;width:51pt;" width="68"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:48pt;" width="64"&gt;Table 2&lt;/TD&gt;&lt;TD style="width:50pt;" width="66"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:82pt;" width="109"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:48pt;" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD height="20" style="height:15pt;"&gt;Date&lt;/TD&gt;&lt;TD&gt;Acct No&lt;/TD&gt;&lt;TD&gt;Buy/Sell&lt;/TD&gt;&lt;TD&gt;Revenue&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/26/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Buy&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/26/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Sell&lt;/TD&gt;&lt;TD align="right"&gt;250&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/27/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Buy&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/27/2010&lt;/TD&gt;&lt;TD align="right"&gt;15000&lt;/TD&gt;&lt;TD&gt;Buy&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 20:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268067#M1204308</guid>
      <dc:creator />
      <dc:date>2010-07-26T20:38:32Z</dc:date>
    </item>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268068#M1204309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me give an example&lt;/P&gt;&lt;P&gt;Example Table 1:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:331pt;" width="440"&gt;&lt;COL style="width:51pt;" width="68" /&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;COL style="width:50pt;" width="66" /&gt;&lt;COL style="width:82pt;" width="109" /&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;COL style="width:52pt;" width="69" /&gt;&lt;TBODY&gt;&lt;TR style="height:15pt;"&gt;&lt;TD height="20" style="height:15pt;width:51pt;" width="68"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:48pt;" width="64"&gt;Table 1&lt;/TD&gt;&lt;TD style="width:50pt;" width="66"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:82pt;" width="109"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:48pt;" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:52pt;" width="69"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD height="20" style="height:15pt;"&gt;date&lt;/TD&gt;&lt;TD&gt;Acct No&lt;/TD&gt;&lt;TD&gt;Acct Type&lt;/TD&gt;&lt;TD&gt;Company Name&lt;/TD&gt;&lt;TD&gt;Tickets&lt;/TD&gt;&lt;TD&gt;Prod Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/26/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Retail&lt;/TD&gt;&lt;TD&gt;ABC Ltd&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;TD&gt;aaa&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/27/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Retail&lt;/TD&gt;&lt;TD&gt;ABC Ltd&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD&gt;bbb&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/26/2010&lt;/TD&gt;&lt;TD align="right"&gt;15000&lt;/TD&gt;&lt;TD&gt;Market&lt;/TD&gt;&lt;TD&gt;XYZ LTD&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;aaa&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Example Table 2:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;width:279pt;" width="371"&gt;&lt;COL style="width:51pt;" width="68" /&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;COL style="width:50pt;" width="66" /&gt;&lt;COL style="width:82pt;" width="109" /&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;TBODY&gt;&lt;TR style="height:15pt;"&gt;&lt;TD height="20" style="height:15pt;width:51pt;" width="68"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:48pt;" width="64"&gt;Table 2&lt;/TD&gt;&lt;TD style="width:50pt;" width="66"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:82pt;" width="109"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD style="width:48pt;" width="64"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD height="20" style="height:15pt;"&gt;Date&lt;/TD&gt;&lt;TD&gt;Acct No&lt;/TD&gt;&lt;TD&gt;Buy/Sell&lt;/TD&gt;&lt;TD&gt;Revenue&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/26/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Buy&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/26/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Sell&lt;/TD&gt;&lt;TD align="right"&gt;250&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/27/2010&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;TD&gt;Buy&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD align="right" class="xl65" height="20" style="height:15pt;"&gt;7/27/2010&lt;/TD&gt;&lt;TD align="right"&gt;15000&lt;/TD&gt;&lt;TD&gt;Buy&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 20:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268068#M1204309</guid>
      <dc:creator />
      <dc:date>2010-07-26T20:39:18Z</dc:date>
    </item>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268069#M1204310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 21:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268069#M1204310</guid>
      <dc:creator />
      <dc:date>2010-07-27T21:41:20Z</dc:date>
    </item>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268070#M1204311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I suggested earlier, if your fields, both labled 'date' represent different dates, then they must be aliased to prevent Qlikview from joining them together.&lt;/P&gt;&lt;P&gt;When Qlikview sees two fields that are called the same thing in two different tables, it assumes that this a join condition. If you actually intend to join the records ONLY on account ID, then these date fields must be given different names in your load script. (date AS [Some Other Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 21:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268070#M1204311</guid>
      <dc:creator />
      <dc:date>2010-07-27T21:49:45Z</dc:date>
    </item>
    <item>
      <title>plz help in data model</title>
      <link>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268071#M1204312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help...but that is not my question, I should be able to filter my data using "Date" filed. How to get the common date field as because i have two date fields if i use table 1 date the revenue date wont changes, &amp;amp; if i use table 2 date then the tickets wont changes&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 22:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/plz-help-in-data-model/m-p/268071#M1204312</guid>
      <dc:creator />
      <dc:date>2010-07-27T22:05:57Z</dc:date>
    </item>
  </channel>
</rss>

