<?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 concat (Emergency) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/concat-Emergency/m-p/264332#M99400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain me where we use concat function. and how we use it in script part.&lt;/P&gt;&lt;P&gt;Example please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2011 09:12:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-15T09:12:36Z</dc:date>
    <item>
      <title>concat (Emergency)</title>
      <link>https://community.qlik.com/t5/QlikView/concat-Emergency/m-p/264332#M99400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain me where we use concat function. and how we use it in script part.&lt;/P&gt;&lt;P&gt;Example please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-Emergency/m-p/264332#M99400</guid>
      <dc:creator />
      <dc:date>2011-09-15T09:12:36Z</dc:date>
    </item>
    <item>
      <title>concat (Emergency)</title>
      <link>https://community.qlik.com/t5/QlikView/concat-Emergency/m-p/264333#M99401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concat is used to concatenate two field values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For example consider you have table where you have customer info like customer id, Name, Address1, Address2, City, District, State&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now as you can see here in your table you have address spilt in to many fields, if you want to combine them into one, you can use the concat function to concat them one after another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope you understood.For more information you can look in to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-Emergency/m-p/264333#M99401</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-09-15T09:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: concat (Emergency)</title>
      <link>https://community.qlik.com/t5/QlikView/concat-Emergency/m-p/264334#M99402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Usha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the Reference Manual or the F1 help (both have the same contents) in order to get information on how a function works, and post when something is not clear and adding as much information as possible regarding your issue. Check &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-2380"&gt;this document post&lt;/A&gt; on how to use the Community and get the best results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Concat() does is to append field (or fields) values. Using the following piece of script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Names:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reloading, creating a new text object with the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=Concat(Name, ',')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will return the following string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Mike,John,Peter,Paul&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small active_link" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 10:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-Emergency/m-p/264334#M99402</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-09-15T10:02:55Z</dc:date>
    </item>
    <item>
      <title>concat (Emergency)</title>
      <link>https://community.qlik.com/t5/QlikView/concat-Emergency/m-p/264335#M99403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; pose i have to display Business ,Bookssize&amp;nbsp; in same expression for Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you will display like &lt;/P&gt;&lt;P&gt;Booksize,Business&lt;/P&gt;&lt;P&gt;then we can write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=concat(Business,',',Bookssize)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 10:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-Emergency/m-p/264335#M99403</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-15T10:28:53Z</dc:date>
    </item>
  </channel>
</rss>

