<?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: How to join two tables by different fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914643#M983744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Max,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It showed like below and I would like to get new field in Table1:.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95288_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;But I would like to get as below,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95289_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;After that, I'll show Customer Id(for only 111,112,113,114 because I've maintain another excel file with Customer Id(111),Customer Name(Zaw Min Naing). at that situation, I don't want to get Customer Id(AB112,AB113,AB114,AB115).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kyaw Myo Tun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2015 05:02:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-07T05:02:58Z</dc:date>
    <item>
      <title>How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914638#M983739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would like to join two table for my analysis purpose. The main purpose is to identify "The customers' favorite products" for my shop. In below situation, Customer Id 111 favorite product is "Clothing" in my shop. In my source file, I can only get&amp;nbsp; "Customer Id" and "Product Id" altogether.I would like to know is "How to join these two tables" to get analysis form.Hope to help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95272_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kyaw Myo Tun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 03:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914638#M983739</guid>
      <dc:creator />
      <dc:date>2015-08-07T03:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914639#M983740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table 2 looks like a good data to load into QlikView, but Table 1 seems out of order. Is this the exact way the data is structured or is this just to show what you are looking for???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 03:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914639#M983740</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-07T03:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914640#M983741</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;1: Create New Field in Table1 with the help of wildmatch() or match().&lt;/P&gt;&lt;P&gt;2: Name it as Product _Id&lt;/P&gt;&lt;P&gt;3: Then USe LEft Join to join the table1 an Table2 or Kept as it is so because of association it will map to each other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like,&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load *,wildmatch(Customer ID,'AB*') as Product_ID from Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load * from Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 04:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914640#M983741</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-08-07T04:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914641#M983742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; That is just to show what I am looking for and the two tables are in separate sheets. Then, you could neglect the "Date" field. Is it possible to get my requirement?&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kyaw Myo Tun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 04:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914641#M983742</guid>
      <dc:creator />
      <dc:date>2015-08-07T04:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914642#M983743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share the actual formatted sample excel file with few lines of data in it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 04:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914642#M983743</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-07T04:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914643#M983744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Max,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It showed like below and I would like to get new field in Table1:.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95288_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;But I would like to get as below,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95289_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;After that, I'll show Customer Id(for only 111,112,113,114 because I've maintain another excel file with Customer Id(111),Customer Name(Zaw Min Naing). at that situation, I don't want to get Customer Id(AB112,AB113,AB114,AB115).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kyaw Myo Tun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914643#M983744</guid>
      <dc:creator />
      <dc:date>2015-08-07T05:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914644#M983745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here are some real data. Please see below.&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95290_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95291_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Hope to help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kyaw Myo Tun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914644#M983745</guid>
      <dc:creator />
      <dc:date>2015-08-07T05:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914645#M983746</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;Please provide some sample in excel .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914645#M983746</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-08-07T05:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914646#M983747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is this the output you are looking for?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;Reference_No&lt;/P&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Ac_No&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Department&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2060000151810001&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20640906004074901&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Deposit&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2060000151810001&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20666906001101401&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Deposit&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2060000151810001&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;330601017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Deposit&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2060000251810001&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20611207201101401&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Deposit&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2060000251810001&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;330601017&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Deposit&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914646#M983747</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-07T05:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914647#M983748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reference_No, Ac_No&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000151810001, 20640906004074901&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000151810001, 20666906001101401&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000151810001, 330601017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000251810001, 20611207201101401&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000251810001, 330601018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ac_No, Department1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;330601017, Deposit&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;330601018, Remittance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Reference_No,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Department1 as Department&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not IsNull(Department1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Field Department1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95297_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914647#M983748</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-07T05:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914648#M983749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It worked correctly what I want to but I have one thing left to solve is to show by bar chart with Ac_No(20640906004074901, not with 330601017 belongs to which Department). I tested with some aggregation functions on bar chart but it didn't work correctly. Hope to help me again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kyaw Myo Tun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 06:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914648#M983749</guid>
      <dc:creator />
      <dc:date>2015-08-07T06:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914649#M983750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate the bar chart requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 06:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914649#M983750</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-07T06:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914650#M983751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would like to show which Ac_No belongs to which Department. I hope you to clear my requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95292_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kyaw Myo Tun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 07:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914650#M983751</guid>
      <dc:creator />
      <dc:date>2015-08-07T07:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914651#M983752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;206000015180001 is Reference_No and 20611207201101401 is Ac_No. I am not sure what you are looking for here. Do you want Reference_No and count of Department on the bar chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 07:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914651#M983752</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-07T07:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914652#M983753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry for my mistake. I only want to show with Ac_No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kyaw Myo Tun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 07:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914652#M983753</guid>
      <dc:creator />
      <dc:date>2015-08-07T07:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914653#M983754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="95301" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95301_Capture.PNG" style="height: 247px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reference_No, Ac_No&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000151810001, 20640906004074901&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000151810001, 20666906001101401&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000151810001, 330601017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000251810001, 20611207201101401&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2060000251810001, 330601018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ac_No, Department1, Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;330601017, Deposit, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;330601018, Remittance, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Reference_No,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Department1 as Department&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not IsNull(Department1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Field Department1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Ac_No,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Reference_No,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Department,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Len(Trim(Flag)) = 0, 0, Flag) as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart's Dimension:&amp;nbsp; &lt;STRONG&gt;Ac_No&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression: &lt;STRONG&gt;=Count({&amp;lt;Flag -= {'1'}&amp;gt;}Department)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 07:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914653#M983754</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-07T07:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914654#M983755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; One more question please. I also have another condition. These are between Ac_No and Product only.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95341_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Firstly, We filtered by Reference_No and Ac_No and one more condition for Product now.(for exp: I've maintained Product - CQWL = Cash Withdrawl(Department)&amp;nbsp; in other spread sheet. I also want to show that in my bar chart. Hope to help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kyaw Myo Tun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 10:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914654#M983755</guid>
      <dc:creator />
      <dc:date>2015-08-07T10:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to join two tables by different fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914655#M983756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand what you are trying to do. You will need to share more information. I would suggest closing this thread down and probably starting a new thread for your new requirement. This way more people will try and provide your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 13:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-two-tables-by-different-fields/m-p/914655#M983756</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-07T13:19:37Z</dc:date>
    </item>
  </channel>
</rss>

