<?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 link tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/link-tables/m-p/212362#M66358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Deepak,&lt;/P&gt;&lt;P&gt;I tried both Join and concatenate.&lt;/P&gt;&lt;P&gt;Outcome is same in terms of count and other things. But the way the concatenate displays is each thing like below&lt;/P&gt;&lt;P&gt;Customer Date Loggedcount closedcount&lt;/P&gt;&lt;P&gt;c1 02/03/2011 10&lt;/P&gt;&lt;P&gt;c1 02/03/2011 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But join displays as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer Date Loggedcount closedcount&lt;/P&gt;&lt;P&gt;c1 02/03/2011 10 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Feb 2011 07:40:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-11T07:40:15Z</dc:date>
    <item>
      <title>link tables</title>
      <link>https://community.qlik.com/t5/QlikView/link-tables/m-p/212356#M66352</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 as A and B.&lt;/P&gt;&lt;P&gt;Table A has Customerid,loggeddate,ticketcount. And the Table B has Customerid,closeddate,ticketcount. So i want to make this as a single table.&lt;/P&gt;&lt;P&gt;As Customerid,date,loggedticketcount,closedticketcount.. How to get the same. I should use join or mapping function.Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 05:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/link-tables/m-p/212356#M66352</guid>
      <dc:creator />
      <dc:date>2011-02-11T05:49:08Z</dc:date>
    </item>
    <item>
      <title>link tables</title>
      <link>https://community.qlik.com/t5/QlikView/link-tables/m-p/212357#M66353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi XXX,&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Customerid,&lt;/P&gt;&lt;P&gt;..... from Table a&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Customerid... from table b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure the Customerid name is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 05:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/link-tables/m-p/212357#M66353</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-02-11T05:53:05Z</dc:date>
    </item>
    <item>
      <title>link tables</title>
      <link>https://community.qlik.com/t5/QlikView/link-tables/m-p/212358#M66354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;U can concatenate the tables using the flags and the flag can be used for further calculation in chart.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;AB:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Customerid,&lt;/P&gt;&lt;P&gt;loggeddate,&lt;/P&gt;&lt;P&gt;ticketcount ,&lt;/P&gt;&lt;P&gt;'A' as Flag&lt;/P&gt;&lt;P&gt;from Tablesname;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Customerid,&lt;/P&gt;&lt;P&gt;closeddate as DateAB,&lt;/P&gt;&lt;P&gt;ticketcount as TicketAB,&lt;/P&gt;&lt;P&gt;'B' as Flag&lt;/P&gt;&lt;P&gt;form TableB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 05:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/link-tables/m-p/212358#M66354</guid>
      <dc:creator>maneshkhottcpl</dc:creator>
      <dc:date>2011-02-11T05:54:46Z</dc:date>
    </item>
    <item>
      <title>link tables</title>
      <link>https://community.qlik.com/t5/QlikView/link-tables/m-p/212359#M66355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Ops it will be better to concatenate....&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;from Table a&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;From Table b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 05:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/link-tables/m-p/212359#M66355</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-02-11T05:54:58Z</dc:date>
    </item>
    <item>
      <title>link tables</title>
      <link>https://community.qlik.com/t5/QlikView/link-tables/m-p/212360#M66356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks deepak,&lt;/P&gt;&lt;P&gt;But Concatenate will create a table with all rows from table A and all rows from Table B. But i want the output like this&lt;/P&gt;&lt;P&gt;Table A&lt;/P&gt;&lt;P&gt;Customer id , Arrivaldate, loggedcount&lt;/P&gt;&lt;P&gt;c1 02/02/2011 12&lt;/P&gt;&lt;P&gt;c2 02/03/2011 10&lt;/P&gt;&lt;P&gt;c1 02/03/2011 50&lt;/P&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;P&gt;Customer Id, closeddate, closedcount&lt;/P&gt;&lt;P&gt;c3 02/02/2011 12&lt;/P&gt;&lt;P&gt;c2 02/03/2011 10&lt;/P&gt;&lt;P&gt;c1 02/03/2011 50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output as&lt;/P&gt;&lt;P&gt;Customerid, Date, loggedcount,closedcount. .&lt;/P&gt;&lt;P&gt;c1 02/02/2011 12&lt;/P&gt;&lt;P&gt;c1 02/03/2011 50 50&lt;/P&gt;&lt;P&gt;c2 02/03/2011 10 10&lt;/P&gt;&lt;P&gt;c3 02/02/2011 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 06:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/link-tables/m-p/212360#M66356</guid>
      <dc:creator />
      <dc:date>2011-02-11T06:52:15Z</dc:date>
    </item>
    <item>
      <title>link tables</title>
      <link>https://community.qlik.com/t5/QlikView/link-tables/m-p/212361#M66357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;When concatenating just change the field name of the Count fields as loggedcount and closedcount and you will get the result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 07:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/link-tables/m-p/212361#M66357</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-02-11T07:11:21Z</dc:date>
    </item>
    <item>
      <title>link tables</title>
      <link>https://community.qlik.com/t5/QlikView/link-tables/m-p/212362#M66358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Deepak,&lt;/P&gt;&lt;P&gt;I tried both Join and concatenate.&lt;/P&gt;&lt;P&gt;Outcome is same in terms of count and other things. But the way the concatenate displays is each thing like below&lt;/P&gt;&lt;P&gt;Customer Date Loggedcount closedcount&lt;/P&gt;&lt;P&gt;c1 02/03/2011 10&lt;/P&gt;&lt;P&gt;c1 02/03/2011 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But join displays as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer Date Loggedcount closedcount&lt;/P&gt;&lt;P&gt;c1 02/03/2011 10 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 07:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/link-tables/m-p/212362#M66358</guid>
      <dc:creator />
      <dc:date>2011-02-11T07:40:15Z</dc:date>
    </item>
  </channel>
</rss>

