<?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 diffeence in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/diffeence/m-p/1005992#M948956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between concat and&amp;nbsp; concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Dec 2015 08:57:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-13T08:57:55Z</dc:date>
    <item>
      <title>diffeence</title>
      <link>https://community.qlik.com/t5/QlikView/diffeence/m-p/1005992#M948956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between concat and&amp;nbsp; concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2015 08:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/diffeence/m-p/1005992#M948956</guid>
      <dc:creator />
      <dc:date>2015-12-13T08:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: diffeence</title>
      <link>https://community.qlik.com/t5/QlikView/diffeence/m-p/1005993#M948957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONCAT is a function&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;to aggregated string concatenation of all values of expression iterated over a chart dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concat( Code, ';' )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concat( FirstName&amp;amp;' '&amp;amp;LastName, ',' )&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/thread/30920"&gt;Concat Two Fields&lt;/A&gt;&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate is used to merge two tables&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P class="Code" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2015 09:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/diffeence/m-p/1005993#M948957</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-12-13T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: diffeence</title>
      <link>https://community.qlik.com/t5/QlikView/diffeence/m-p/1005994#M948958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenate is a prefix for loading &lt;STRONG&gt;tables&lt;/STRONG&gt;, &lt;STRONG&gt;only used in script&lt;/STRONG&gt;. Concatenate appends the rows of one table (T2) to another (T1) previously loaded table. The result is one table (T1); the number of rows of the concatenated table (T1) is the sum of the number of rows of T1 and T2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat is an aggregation function used to string / join together&lt;STRONG&gt; values/words/selections&lt;/STRONG&gt; into one string.&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concat is used in script and chart&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2796"&gt;The Concat Function&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2015 09:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/diffeence/m-p/1005994#M948958</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-13T09:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: diffeence</title>
      <link>https://community.qlik.com/t5/QlikView/diffeence/m-p/1005995#M948959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your understanding, &lt;STRONG&gt;Concat&lt;/STRONG&gt; can be classified as a string operation when 2 values can be merged together.&lt;/P&gt;&lt;P&gt;Whereas, &lt;STRONG&gt;Concatenate&lt;/STRONG&gt; is used to merge 2 tables. Its similar to a Union All function in SQL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2015 10:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/diffeence/m-p/1005995#M948959</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-13T10:46:51Z</dc:date>
    </item>
  </channel>
</rss>

