<?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 two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46542#M777077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivesh ,&lt;/P&gt;&lt;P&gt;Instead of left join i tried join now U_ATBeatCode is coming&lt;/P&gt;&lt;P&gt;if(len(U_ATBeatCode)&amp;lt;&amp;gt;0,U_ATBeatCode,'') as U_ATBeatCode,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when i load&lt;/P&gt;&lt;P&gt;Paymentdetails:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;if(U_Export='Y',Company&amp;amp;'_'&amp;amp;Upper(U_ATBeatCode),if(U_Export='N',Company&amp;amp;'_'&amp;amp;Upper(U_BeatCode ))) as Payment_QVLink_BeatKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Payment;&lt;/P&gt;&lt;P&gt;drop table Payment;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Payment_QVLink_BeatKey doesn't comes when i select U_Export='Y in list box.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 10:58:03 GMT</pubDate>
    <dc:creator>ajsjoshua</dc:creator>
    <dc:date>2018-04-17T10:58:03Z</dc:date>
    <item>
      <title>Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46536#M777071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I am finding difficulties while joining this two tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Payment:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Company&amp;amp;'_'&amp;amp;if(left(CardCode,1)=0,mid(CardCode,2,15),CardCode) as Payment_QVLink_CustomerKey,&lt;/P&gt;&lt;P&gt;U_Export&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(qvd) where Canceled='N';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;PaymentCustomer:&lt;/P&gt;&lt;P&gt;LOAD Company&amp;amp;'_'&amp;amp;if(left(CardCode,1)=0,mid(CardCode,2,15),CardCode) as Payment_QVLink_CustomerKey,&lt;/P&gt;&lt;P&gt; U_ATBeatCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; U_BeatCode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where CardType='C';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i join only from &lt;E&gt; and &lt;E&gt; i am getting data for the field U_ATBeatCode but when i join from &lt;E&gt; and &lt;E&gt; i am not getting data for the field U_ATBeatCode&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46536#M777071</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46537#M777072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Payment:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Company&amp;amp;'_'&amp;amp;if(left(CardCode,1)=0,mid(CardCode,2,15),CardCode) as Payment_QVLink_CustomerKey,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;U_Export&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd) where Canceled='N';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;left join&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PaymentCustomer:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Company&amp;amp;'_'&amp;amp;if(left(CardCode,1)=0,mid(CardCode,2,15),CardCode) as Payment_QVLink_CustomerKey,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;U_ATBeatCode,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; U_BeatCode&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where CardType='C';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46537#M777072</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-17T07:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46538#M777073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Shivesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried as u suggested i am not getting data for the field U_ATBeatCode.&lt;/P&gt;&lt;P&gt;Actually the U_ATBeatCode field has data only for the tables OCRD_SL,OCRD_TM.&lt;/P&gt;&lt;P&gt;U_ATBeatCode has no data for the tables OCRD_UA,OCRD_SA,OCRD_LA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46538#M777073</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2018-04-17T07:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46539#M777074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't have values in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OCRD_UA,OCRD_SA,OCRD_LA. tables, why do you want to load data from these tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It's better to direct pull the values from&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OCRD_SL,OCRD_TM.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It may be due to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Payment_QVLink_CustomerKey . . . Is this value unique for all the tables?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46539#M777074</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-17T07:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46540#M777075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Shivesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In future there will be values for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OCRD_UA,OCRD_SA,OCRD_LA&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Some times in the filed U_ATBeatCode same values will be there in one or two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 07:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46540#M777075</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2018-04-17T07:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46541#M777076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the value of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;Payment_QVLink_CustomerKey key for these tables once. can u share the app?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 09:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46541#M777076</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-17T09:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46542#M777077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivesh ,&lt;/P&gt;&lt;P&gt;Instead of left join i tried join now U_ATBeatCode is coming&lt;/P&gt;&lt;P&gt;if(len(U_ATBeatCode)&amp;lt;&amp;gt;0,U_ATBeatCode,'') as U_ATBeatCode,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when i load&lt;/P&gt;&lt;P&gt;Paymentdetails:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;if(U_Export='Y',Company&amp;amp;'_'&amp;amp;Upper(U_ATBeatCode),if(U_Export='N',Company&amp;amp;'_'&amp;amp;Upper(U_BeatCode ))) as Payment_QVLink_BeatKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Payment;&lt;/P&gt;&lt;P&gt;drop table Payment;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Payment_QVLink_BeatKey doesn't comes when i select U_Export='Y in list box.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 10:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46542#M777077</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2018-04-17T10:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46543#M777078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u share the app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 11:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/46543#M777078</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-17T11:14:11Z</dc:date>
    </item>
  </channel>
</rss>

