<?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/2068856#M1223565</link>
    <description>&lt;P&gt;Hi,you could truncate the item number with the leading zeros to conform to the other. This should be the easiest way.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Num("Item Number") as "Item Number"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FROM SecondQVD;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2023 18:45:01 GMT</pubDate>
    <dc:creator>BrunPierre</dc:creator>
    <dc:date>2023-05-08T18:45:01Z</dc:date>
    <item>
      <title>Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/2068822#M1223563</link>
      <description>&lt;P&gt;I want to join two qvds so I have order number and item number common fields between these two qvds but issue in first qvd I have item number like this 1 , 2 ,3 and in second qvd I have item number like with leading zeros 0001 ,0002 ,0003&amp;nbsp; &amp;nbsp;so how can join these qvds&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 17:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/2068822#M1223563</guid>
      <dc:creator>Vinni2000</dc:creator>
      <dc:date>2023-05-08T17:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/2068856#M1223565</link>
      <description>&lt;P&gt;Hi,you could truncate the item number with the leading zeros to conform to the other. This should be the easiest way.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Num("Item Number") as "Item Number"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FROM SecondQVD;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 18:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/2068856#M1223565</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-05-08T18:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/2068879#M1223568</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214178"&gt;@Vinni2000&lt;/a&gt;&amp;nbsp; if it is in Number format you can try what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16737"&gt;@BrunPierre&lt;/a&gt;&amp;nbsp; mentioned. But if field containing 001.. text you can try below to make it in number format and then join&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;LOAD Field1,
     Field2,
     replace(Ltrim(Replace([Item Number],0,' ')),' ',0) as [Item Number]
FROM Source;

or

LOAD Field1,
     Field2,
     num(num#([Item Number])) as [Item Number]
FROM Source
&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 08 May 2023 20:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-two-tables/m-p/2068879#M1223568</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2023-05-08T20:04:56Z</dc:date>
    </item>
  </channel>
</rss>

