<?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: what is  concatenate ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108086#M763030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Don't forget !&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;When applicable please mark the appropriate replies as CORRECT &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;"&gt;https://community.qlik.com/docs/DOC-14806&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2018 17:02:12 GMT</pubDate>
    <dc:creator>PabloTrevisan</dc:creator>
    <dc:date>2018-07-20T17:02:12Z</dc:date>
    <item>
      <title>what is  concatenate ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108083#M763027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi qlik team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i am new in qlik view so you can explain the concatenate concept&lt;/P&gt;&lt;P&gt;&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; Thanking you team,&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/what-is-concatenate/m-p/108083#M763027</guid>
      <dc:creator>ksk278074</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: what is  concatenate ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108084#M763028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Hi Sivakumar, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;Concatenate appends the rows of one table to another. Concatenate never merges any rows. The number of rows in a concatenated table is always the sum of the rows from the two input tables. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;look this two tables:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="208357" alt="tbles.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208357_tbles.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Now let's apply a concatenate function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15320265237994633 jive_text_macro" jivemacro_uid="_15320265237994633"&gt;
&lt;P&gt;TABLE1:&lt;/P&gt;
&lt;P&gt;LOAD * FROM Table1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;concatenate(TABLE1)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD * FROM Table2;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="208361" alt="res.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/208361_res.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It help's you ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 18:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108084#M763028</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-07-19T18:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: what is  concatenate ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108085#M763029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you reading:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/concatenate.htm" style="font-size: 10pt;" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/concatenate.htm"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/concatenate.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikfix.com/2010/12/09/merging-tables-concatenation/" style="font-size: 10pt;" title="http://www.qlikfix.com/2010/12/09/merging-tables-concatenation/"&gt;http://www.qlikfix.com/2010/12/09/merging-tables-concatenation/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/concatenate-and-noconcatenate-in-qlikview-part-2/" style="font-size: 10pt;" title="http://www.learnallbi.com/concatenate-and-noconcatenate-in-qlikview-part-2/"&gt;http://www.learnallbi.com/concatenate-and-noconcatenate-in-qlikview-part-2/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 05:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108085#M763029</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2018-07-20T05:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: what is  concatenate ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108086#M763030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Don't forget !&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;When applicable please mark the appropriate replies as CORRECT &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;"&gt;https://community.qlik.com/docs/DOC-14806&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 17:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108086#M763030</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-07-20T17:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: what is  concatenate ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108087#M763031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like Union in SQL, Concatenate is used in Qlikview to create new columns by concatenating tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate defined in 3 ways in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoConcatenate - QIX engine forms Autoconcatenate, By Similar fields from different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Force Concatenate - When there is no common fields in different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Concatenate - When not to combine data from different tables &amp;amp; make it as Individual tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2018 07:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108087#M763031</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-22T07:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: what is  concatenate ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108088#M763032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would put it a little differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the fields are all the same name (and remember that field names are case sensitive), then the second table will auto-concatenate. You can also force concatenation by using concatenate keyword ahead of the LOAD. Or you can prevent autio-concatenation using the NoConcatenate keyword ahead of the LOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, its a little different to a SQL union, which only works when the fields are identical name and type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jul 2018 15:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108088#M763032</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-07-22T15:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: what is  concatenate ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108089#M763033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 17:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108089#M763033</guid>
      <dc:creator>ksk278074</dc:creator>
      <dc:date>2018-08-14T17:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: what is  concatenate ?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108090#M763034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;Don't forget !&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;When applicable please mark the appropriate replies as CORRECT &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806" style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3778c7;"&gt;https://community.qlik.com/docs/DOC-14806&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 19:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-concatenate/m-p/108090#M763034</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2018-08-14T19:18:18Z</dc:date>
    </item>
  </channel>
</rss>

