<?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: Concatenate issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-issue/m-p/1255170#M860428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should to use left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at the app t have attach &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2017 14:36:50 GMT</pubDate>
    <dc:creator>annafuksa1</dc:creator>
    <dc:date>2017-01-16T14:36:50Z</dc:date>
    <item>
      <title>Concatenate issue</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-issue/m-p/1255169#M860427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I concatenate tables, I see that my expenses rows in straight table show region as null, even though the personID key values matches. What is the proper way to bring region values to the 2nd table, I mean the best approach to follow in my situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Table1:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Region, Sales, PersonID&lt;BR /&gt; US, 100, 1&lt;BR /&gt; UK, 200, 2&lt;BR /&gt; IND, 300, 3&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Table1)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; PersonID, Expenses&lt;BR /&gt; 1, 10&lt;BR /&gt; 2, 20&lt;BR /&gt; 3, 30&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please note that I don't want to do join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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/Concatenate-issue/m-p/1255169#M860427</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate issue</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-issue/m-p/1255170#M860428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should to use left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at the app t have attach &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-issue/m-p/1255170#M860428</guid>
      <dc:creator>annafuksa1</dc:creator>
      <dc:date>2017-01-16T14:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate issue</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-issue/m-p/1255171#M860430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could consider to use mapping instead of joining: &lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt;. Another way would be to include Region to your concatenate-load or to remove from your Table1 and keep Region as an associated dimension-table to Table1 by connecting them over PersonID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-issue/m-p/1255171#M860430</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-16T14:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate issue</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-issue/m-p/1255172#M860433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much. I like your second approach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-issue/m-p/1255172#M860433</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2017-01-16T14:48:44Z</dc:date>
    </item>
  </channel>
</rss>

