<?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: Data modelling based on joins or concatenate in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-modelling-based-on-joins-or-concatenate/m-p/2040241#M85720</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;try below&lt;/P&gt;
&lt;P&gt;Test:&lt;BR /&gt;load * inline [&lt;BR /&gt;Accounid, Owner, owner1, owner2&lt;BR /&gt;1, a1, a,g&lt;BR /&gt;2, b2, b,2e&lt;BR /&gt;3, c3, c&lt;BR /&gt;4, d4, d&lt;BR /&gt;20, a&lt;BR /&gt;21, b&lt;BR /&gt;22, c&lt;BR /&gt;23, d&lt;BR /&gt;24, g&lt;BR /&gt;28, d&lt;BR /&gt;29, 2e&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Final:&lt;BR /&gt;Load Accounid, &lt;BR /&gt;Owner &lt;BR /&gt;Resident Test;&lt;BR /&gt;Concatenate&lt;BR /&gt;Load Accounid, &lt;BR /&gt;owner1 as Owner&lt;BR /&gt;Resident Test;&lt;BR /&gt;Concatenate&lt;BR /&gt;Load Accounid, &lt;BR /&gt;owner2 as Owner&lt;BR /&gt;Resident Test;&lt;/P&gt;
&lt;P&gt;Drop table Test;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2023 09:17:37 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2023-02-21T09:17:37Z</dc:date>
    <item>
      <title>Data modelling based on joins or concatenate</title>
      <link>https://community.qlik.com/t5/App-Development/Data-modelling-based-on-joins-or-concatenate/m-p/2040235#M85719</link>
      <description>&lt;P&gt;load * inline&lt;BR /&gt;[Accounid, Owner, 1owner, 2owner&lt;BR /&gt;1, a1, a,g&lt;BR /&gt;2, b2, b,2e&lt;BR /&gt;3, c3, c&lt;BR /&gt;4, d4, d&lt;BR /&gt;20, a &lt;BR /&gt;21, b &lt;BR /&gt;22, c &lt;BR /&gt;23, d &lt;BR /&gt;24, g &lt;BR /&gt;28, d &lt;BR /&gt;29, 2e &lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;consider the above table&lt;/P&gt;
&lt;P&gt;when i select 'a' from 1owner field i was to show data corresponding to Accountid row 1 and row 20&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnupamRaj_0-1676970488745.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100980i3D0CEACA0FB5024B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnupamRaj_0-1676970488745.png" alt="AnupamRaj_0-1676970488745.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in this way:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnupamRaj_1-1676970501064.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100981iA7EDBF1D052A3CA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnupamRaj_1-1676970501064.png" alt="AnupamRaj_1-1676970501064.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;how to achieve this? kindly help&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 09:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-modelling-based-on-joins-or-concatenate/m-p/2040235#M85719</guid>
      <dc:creator>Mapuna</dc:creator>
      <dc:date>2023-02-21T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling based on joins or concatenate</title>
      <link>https://community.qlik.com/t5/App-Development/Data-modelling-based-on-joins-or-concatenate/m-p/2040241#M85720</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;try below&lt;/P&gt;
&lt;P&gt;Test:&lt;BR /&gt;load * inline [&lt;BR /&gt;Accounid, Owner, owner1, owner2&lt;BR /&gt;1, a1, a,g&lt;BR /&gt;2, b2, b,2e&lt;BR /&gt;3, c3, c&lt;BR /&gt;4, d4, d&lt;BR /&gt;20, a&lt;BR /&gt;21, b&lt;BR /&gt;22, c&lt;BR /&gt;23, d&lt;BR /&gt;24, g&lt;BR /&gt;28, d&lt;BR /&gt;29, 2e&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Final:&lt;BR /&gt;Load Accounid, &lt;BR /&gt;Owner &lt;BR /&gt;Resident Test;&lt;BR /&gt;Concatenate&lt;BR /&gt;Load Accounid, &lt;BR /&gt;owner1 as Owner&lt;BR /&gt;Resident Test;&lt;BR /&gt;Concatenate&lt;BR /&gt;Load Accounid, &lt;BR /&gt;owner2 as Owner&lt;BR /&gt;Resident Test;&lt;/P&gt;
&lt;P&gt;Drop table Test;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 09:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-modelling-based-on-joins-or-concatenate/m-p/2040241#M85720</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2023-02-21T09:17:37Z</dc:date>
    </item>
  </channel>
</rss>

