<?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 Concatenate fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834684#M293662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All I need to Concatenate the below fields and create one field but in here we are not having Middle name fro all the name and now if middle name doe not exist i need to show it in this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F_Name, L_Name by excluding the middlename field&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using the below script it is showing like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;F_Name,&amp;nbsp; , L_Name if middle name doe not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;[F_Name]&amp;amp;', '&amp;amp; M_Name &amp;amp;', '&amp;amp; [L_Name] AS [Total Name]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me in excluding the '', ,'' when there is no middle name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 16:49:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-16T16:49:38Z</dc:date>
    <item>
      <title>Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834684#M293662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All I need to Concatenate the below fields and create one field but in here we are not having Middle name fro all the name and now if middle name doe not exist i need to show it in this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F_Name, L_Name by excluding the middlename field&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using the below script it is showing like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;F_Name,&amp;nbsp; , L_Name if middle name doe not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;[F_Name]&amp;amp;', '&amp;amp; M_Name &amp;amp;', '&amp;amp; [L_Name] AS [Total Name]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me in excluding the '', ,'' when there is no middle name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834684#M293662</guid>
      <dc:creator />
      <dc:date>2015-06-16T16:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834685#M293663</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;you can use If statment, IF Middlename is null (or empty) you concatenate only Firstname and Lastname else you concatenate Firstname, Middlename (with commas) and Lastname.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834685#M293663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T16:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834686#M293664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also need to have the &lt;STRONG&gt;first letter in first name&lt;/STRONG&gt; in uppercase and rest of them in lower case &lt;/P&gt;&lt;P&gt;similarly for the Middle name and Last name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834686#M293664</guid>
      <dc:creator />
      <dc:date>2015-06-16T16:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834687#M293665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;[F_Name] &amp;amp;', '&amp;amp; If(len(trim(M_Name))&amp;gt;0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;M_Name,' ')&lt;/SPAN&gt; &amp;amp;', '&amp;amp; [L_Name] AS [Total Name]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834687#M293665</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-06-16T16:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834688#M293666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give me the script I am unable to build it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834688#M293666</guid>
      <dc:creator />
      <dc:date>2015-06-16T16:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834689#M293667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;Capitalise([F_Name]) &amp;amp;', '&amp;amp; If(len(trim(M_Name))&amp;gt;0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Capitalise(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;M_Name),' ')&lt;/SPAN&gt; &amp;amp;', '&amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Capitalise(&lt;/SPAN&gt;[L_Name]) AS [Total Name]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834689#M293667</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-06-16T16:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834690#M293668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;If&lt;/STRONG&gt;(M_Name &amp;lt;&amp;gt; '', F_Name &amp;amp; ', ' &amp;amp; L_Name, F_Name &amp;amp; ', ' &amp;amp; M_Name &amp;amp; ', ' L_Name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834690#M293668</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-06-16T16:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834691#M293669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for use &lt;STRONG&gt;capitalize()&lt;/STRONG&gt; function for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Capitalized(F_Name) &amp;amp; If(Len(Trim(M_Name)) &amp;lt;&amp;gt; 0, ', ' &amp;amp; M_Name) &amp;amp; ', ' &amp;amp; L_Name as [Total Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834691#M293669</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-16T16:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834692#M293670</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;sorry, other have do this before me! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can use capitalize, if the text contain other words that you dont want to capitalize you can use left+mid and concatenate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;upper&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;left&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;firstname&lt;/SPAN&gt;,1))&amp;amp;&lt;SPAN style="color: #0000ff;"&gt;mid&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;firstname&lt;/SPAN&gt;,2,&lt;SPAN style="color: #0000ff;"&gt;len&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;firstname&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)-1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 17:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834692#M293670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T17:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate fields</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834693#M293671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all for the wonderful help!&lt;/P&gt;&lt;P&gt;really appreciate your help...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 17:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-fields/m-p/834693#M293671</guid>
      <dc:creator />
      <dc:date>2015-06-16T17:36:54Z</dc:date>
    </item>
  </channel>
</rss>

