<?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: Concatenation not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862176#M301781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did assume that the ',' was not an issue otherwise you would have gotten an error which but just wanted to be sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you tried not concatenating and applying a qualify to your second table to see if you are actually pulling any data at all ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue might be with the where and not with the concatenation &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 22:35:06 GMT</pubDate>
    <dc:creator>ramoncova06</dc:creator>
    <dc:date>2015-04-30T22:35:06Z</dc:date>
    <item>
      <title>Concatenation not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862170#M301775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having difficulties with the script below as it is not concatenating any fields … I’m sure I have missed something obvious but I’m completely lost … any help would be greatly appreciated.&amp;nbsp; I did a search and have tried adding where 1=1 on the end but that didn't produce any change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Subleases)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;#PML_COUNTER as #Sublease_COUNTER,&lt;/P&gt;&lt;P&gt;#PML_COUNTER_2 as #Sublease_COUNTER_2,&lt;/P&gt;&lt;P&gt;[Current Term] as [Sublease Current Term],&lt;/P&gt;&lt;P&gt;[Expiry Date] as [Sublease Expiry Date],&lt;/P&gt;&lt;P&gt;[Final Expiry] as [Sublease Final Expiry],&lt;/P&gt;&lt;P&gt;[Future Terms] as [Sublease Future Terms],&lt;/P&gt;&lt;P&gt;[L Ext Acc] as [SL Ext Acc],&lt;/P&gt;&lt;P&gt;[Lease] as [Sublease],&lt;/P&gt;&lt;P&gt;[Lease Carpark Rent PA] as [Sublease Carpark Rent PA],&lt;/P&gt;&lt;P&gt;[Lease Code] as [SLCode],&lt;/P&gt;&lt;P&gt;[Lease Description] as [Sublease Description],&lt;/P&gt;&lt;P&gt;[Lease Manager] as [Sublease Manager],&lt;/P&gt;&lt;P&gt;[Lease Opex PA] as [Sublease Opex PA],&lt;/P&gt;&lt;P&gt;[Lease Rent PA] as [Sublease Rent PA],&lt;/P&gt;&lt;P&gt;[Lease Start Date] as [Sublease Start Date],&lt;/P&gt;&lt;P&gt;[Lease Status] as [Sublease Status],&lt;/P&gt;&lt;P&gt;[Lease Total Rent PA] as [Sublease Total Rent PA],&lt;/P&gt;&lt;P&gt;[Lease Type] as [Sublease Type],&lt;/P&gt;&lt;P&gt;[Leased Area SQM] as [Subleased Area SQM],&lt;/P&gt;&lt;P&gt;[Leased Carpark Count] as [Subleased Carpark Count],&lt;/P&gt;&lt;P&gt;[PML_CODE] as [SubleaseCode],&lt;/P&gt;&lt;P&gt;[Renewal Notice] as [Sublease Renewal Notice],&lt;/P&gt;&lt;P&gt;PML_SEQ as F_Pm_Sublease_SEQ,&lt;/P&gt;&lt;P&gt;TENANT_CODE as [Sublease Tenant Code],&lt;/P&gt;&lt;P&gt;[Tenant Name] as [Sublease Tenant Name],&lt;/P&gt;&lt;P&gt;[Tenant Email] as [Sublease Tenant Email] ,&lt;/P&gt;&lt;P&gt;Contact_Phone as [Sublease Tenant Phone] ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Leases where LFlag=1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 21:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862170#M301775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T21:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862171#M301776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bella&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is your first table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 21:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862171#M301776</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2015-04-30T21:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862172#M301777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we would have to see the other part of the script to identify if there is any error, though at a quick glance I do not see any problem with it&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are the columns being added into that table, but with a null value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 21:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862172#M301777</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-30T21:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862173#M301778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first table loads fine, I have added the code below.&amp;nbsp; There is no null values the renamed fields match the existing field names in the original table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subleases:&lt;BR /&gt;LOAD &lt;BR /&gt;F_Pm_Sublease_SEQ as SLCode,&lt;BR /&gt;F_Pm_Sublease_SEQ,&lt;BR /&gt;SubleaseCode, &lt;BR /&gt;SubleaseCode&amp;amp;' - '&amp;amp;SubleaseDescription as Sublease,&lt;BR /&gt;SubleaseDescription as [Sublease Description], &lt;BR /&gt;TypeDescription as [Sublease Type], &lt;BR /&gt;CurrentExpiry as [Sublease Expiry Date], &lt;BR /&gt;date(FinalExpiry) as [Sublease Final Expiry], &lt;BR /&gt;RenewalNotice as [Sublease Renewal Notice],&lt;BR /&gt;FutureTerms as [Sublease Future Terms], &lt;BR /&gt;ExternalCode as [SL Ext Acc],&amp;nbsp; &lt;BR /&gt;date(StartDate) as [Sublease Start Date], &lt;BR /&gt;Sublease_SQM as [Subleased Area SQM], &lt;BR /&gt;Sublease_CARPARKS as [Subleased Carpark Count],&lt;BR /&gt;Sublease_PARKRENTAL as [Sublease Carpark Rent PA], &lt;BR /&gt;Sublease_RENTPA as [Sublease Rent PA], &lt;BR /&gt;Sublease_OPEXPA as [Sublease Opex PA], &lt;BR /&gt;CurrentTerm as [Sublease Current Term],&lt;BR /&gt;Sublease_TOTALRENTPA as [Sublease Total Rent PA],&lt;BR /&gt;if(Description='Active','Current',if(Description='Inactive','Expired',if(Description='Pending','Proposed',Description))) as [Sublease Status],&lt;BR /&gt;[Sublease Tenant Code],&lt;BR /&gt;[Sublease Manager];&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;BR /&gt;F_Pm_Sublease.F_Pm_Sublease_SEQ,&lt;BR /&gt;F_Pm_Sublease.SubleaseCode,&lt;BR /&gt;F_Pm_Sublease.SubleaseDescription,&lt;BR /&gt;F_Pm_Sublease.CurrentExpiry,&lt;BR /&gt;F_Pm_Sublease.CurrentTerm,&lt;BR /&gt;F_Pm_Sublease.FinalExpiry,&lt;BR /&gt;F_Pm_Sublease.RenewalNotice,&lt;BR /&gt;F_Pm_Sublease.ExternalCode,&lt;BR /&gt;F_Pm_Sublease.GrossRental,&lt;BR /&gt;F_Pm_Sublease.StartDate,&lt;BR /&gt;F_Pm_Sublease.FutureTerms,&lt;BR /&gt;F_Pm_SubleaseType.TypeDescription,&lt;BR /&gt;fn_SubLeaseArea.Sublease_SQM,&lt;BR /&gt;fn_SubLeaseCarparks.Sublease_CARPARKS,&lt;BR /&gt;fn_SubLeaseRent.Sublease_PARKRENTAL,&lt;BR /&gt;fn_SubLeaseRent.Sublease_RENTPA,&lt;BR /&gt;fn_SubLeaseRent.Sublease_OPEXPA,&lt;BR /&gt;fn_SubLeaseRent.Sublease_TOTALRENTPA,&lt;BR /&gt;F_StatusSubLease.Description,&lt;BR /&gt;F_Contact.CO_CODE as [Sublease Tenant Code],&lt;BR /&gt;F_Contact1.CO_NAME as [Sublease Manager]&lt;/P&gt;&lt;P&gt;FROM F_Pm_Sublease&lt;BR /&gt;LEFT OUTER JOIN F_Pm_SubleaseType ON F_Pm_Sublease.F_Pm_SubleaseType_SEQ = F_Pm_SubleaseType.F_Pm_SubleaseType_SEQ&lt;BR /&gt;LEFT OUTER JOIN fn_SubLeaseArea() ON F_Pm_Sublease.F_Pm_Sublease_SEQ = fn_SubLeaseArea.F_Pm_Sublease_SEQ&lt;BR /&gt;LEFT OUTER JOIN fn_SubLeaseCarparks() ON F_Pm_Sublease.F_Pm_Sublease_SEQ = fn_SubLeaseCarparks.F_Pm_Sublease_SEQ&lt;BR /&gt;LEFT OUTER JOIN fn_SubLeaseRent() ON F_Pm_Sublease.F_Pm_Sublease_SEQ = fn_SubLeaseRent.F_Pm_Sublease_SEQ&lt;BR /&gt;LEFT OUTER JOIN F_Pm_Tenant ON F_Pm_Sublease.PMT_SEQ = F_Pm_Tenant.PMT_SEQ&lt;BR /&gt;LEFT OUTER JOIN F_StatusSubLease ON F_Pm_Sublease.F_StatusSubLease_SEQ = F_StatusSubLease.F_StatusSubLease_SEQ&lt;BR /&gt;LEFT OUTER JOIN F_Pm_LeaseManager ON F_Pm_Sublease.F_Pm_LeaseManager_SEQ = F_Pm_LeaseManager.F_Pm_LeaseManager_SEQ&lt;BR /&gt;LEFT OUTER JOIN F_Contact F_Contact1 ON F_Pm_LeaseManager.CO_SEQ = F_Contact1.CO_SEQ&lt;BR /&gt;LEFT OUTER JOIN F_Contact ON F_Pm_Tenant.CO_SEQ = F_Contact.CO_SEQ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (Subleases)&lt;BR /&gt;LOAD Distinct &lt;BR /&gt;SLCode,&lt;BR /&gt;1 as #Sublease_COUNTER&lt;BR /&gt;Resident Subleases;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (Subleases)&lt;BR /&gt;LOAD Distinct &lt;BR /&gt;SLCode,&lt;BR /&gt;1 as #Sublease_COUNTER_2&lt;BR /&gt;Resident Subleases&lt;BR /&gt;where [Sublease Status]='Current';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (Subleases)&lt;BR /&gt;LOAD &lt;BR /&gt;CO_CODE as [Sublease Tenant Code], &lt;BR /&gt;CO_NAME as [Sublease Tenant Name],&lt;BR /&gt;CO_EMAIL as [Sublease Tenant Email], &lt;BR /&gt;CO_PH_BUS as [Sublease Tenant Phone];&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;SQL SELECT&lt;BR /&gt;F_Contact.CO_CODE,&lt;BR /&gt;F_Contact.CO_NAME,&lt;BR /&gt;F_Contact.CO_EMAIL,&lt;BR /&gt;F_Contact.CO_PH_BUS&lt;/P&gt;&lt;P&gt;FROM F_Pm_Tenant&lt;BR /&gt;LEFT OUTER JOIN F_Contact ON F_Pm_Tenant.CO_SEQ = F_Contact.CO_SEQ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 21:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862173#M301778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T21:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862174#M301779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I really don't see any error without the exception of you concatenation missing a field for the last ","&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Contact_Phone as [Sublease Tenant Phone] ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="text-decoration: underline;"&gt; missing field&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Leases where LFlag=1;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;what I normally do in these cases is add an extra field that does not match with the first table, so I can identify what came from where, in this cases I added&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'Leases' as Source&lt;/SPAN&gt; to the bottom table, I also noticed the left joins you were doing to create the counters, I suggest you create them in you first load instead of doing left joins, this way you can avoid processing overhead and some nasty join issues (I had plenty &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; already)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subleases:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;F_Pm_Sublease_SEQ as SLCode,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease_SEQ,&lt;/P&gt;&lt;P&gt;SubleaseCode, &lt;/P&gt;&lt;P&gt;SubleaseCode&amp;amp;' - '&amp;amp;SubleaseDescription as Sublease,&lt;/P&gt;&lt;P&gt;SubleaseDescription as [Sublease Description], &lt;/P&gt;&lt;P&gt;TypeDescription as [Sublease Type], &lt;/P&gt;&lt;P&gt;CurrentExpiry as [Sublease Expiry Date], &lt;/P&gt;&lt;P&gt;date(FinalExpiry) as [Sublease Final Expiry], &lt;/P&gt;&lt;P&gt;RenewalNotice as [Sublease Renewal Notice],&lt;/P&gt;&lt;P&gt;FutureTerms as [Sublease Future Terms], &lt;/P&gt;&lt;P&gt;ExternalCode as [SL Ext Acc],&amp;nbsp; &lt;/P&gt;&lt;P&gt;date(StartDate) as [Sublease Start Date], &lt;/P&gt;&lt;P&gt;Sublease_SQM as [Subleased Area SQM], &lt;/P&gt;&lt;P&gt;Sublease_CARPARKS as [Subleased Carpark Count],&lt;/P&gt;&lt;P&gt;Sublease_PARKRENTAL as [Sublease Carpark Rent PA], &lt;/P&gt;&lt;P&gt;Sublease_RENTPA as [Sublease Rent PA], &lt;/P&gt;&lt;P&gt;Sublease_OPEXPA as [Sublease Opex PA], &lt;/P&gt;&lt;P&gt;CurrentTerm as [Sublease Current Term],&lt;/P&gt;&lt;P&gt;Sublease_TOTALRENTPA as [Sublease Total Rent PA],&lt;/P&gt;&lt;P&gt;if(Description='Active','Current',if(Description='Inactive','Expired',if(Description='Pending','Proposed',Description))) as [Sublease Status],&lt;/P&gt;&lt;P&gt;[Sublease Tenant Code],&lt;/P&gt;&lt;P&gt;[Sublease Manager]&lt;/P&gt;&lt;P&gt;1 as #Sublease_COUNTER&lt;/P&gt;&lt;P&gt;if ([Sublease Status]='Current',1) as #Sublease_COUNTER_2 ;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;F_Pm_Sublease.F_Pm_Sublease_SEQ,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.SubleaseCode,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.SubleaseDescription,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.CurrentExpiry,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.CurrentTerm,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.FinalExpiry,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.RenewalNotice,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.ExternalCode,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.GrossRental,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.StartDate,&lt;/P&gt;&lt;P&gt;F_Pm_Sublease.FutureTerms,&lt;/P&gt;&lt;P&gt;F_Pm_SubleaseType.TypeDescription,&lt;/P&gt;&lt;P&gt;fn_SubLeaseArea.Sublease_SQM,&lt;/P&gt;&lt;P&gt;fn_SubLeaseCarparks.Sublease_CARPARKS,&lt;/P&gt;&lt;P&gt;fn_SubLeaseRent.Sublease_PARKRENTAL,&lt;/P&gt;&lt;P&gt;fn_SubLeaseRent.Sublease_RENTPA,&lt;/P&gt;&lt;P&gt;fn_SubLeaseRent.Sublease_OPEXPA,&lt;/P&gt;&lt;P&gt;fn_SubLeaseRent.Sublease_TOTALRENTPA,&lt;/P&gt;&lt;P&gt;F_StatusSubLease.Description,&lt;/P&gt;&lt;P&gt;F_Contact.CO_CODE as [Sublease Tenant Code],&lt;/P&gt;&lt;P&gt;F_Contact1.CO_NAME as [Sublease Manager]&lt;/P&gt;&lt;P&gt;FROM F_Pm_Sublease&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN F_Pm_SubleaseType ON F_Pm_Sublease.F_Pm_SubleaseType_SEQ = F_Pm_SubleaseType.F_Pm_SubleaseType_SEQ&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN fn_SubLeaseArea() ON F_Pm_Sublease.F_Pm_Sublease_SEQ = fn_SubLeaseArea.F_Pm_Sublease_SEQ&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN fn_SubLeaseCarparks() ON F_Pm_Sublease.F_Pm_Sublease_SEQ = fn_SubLeaseCarparks.F_Pm_Sublease_SEQ&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN fn_SubLeaseRent() ON F_Pm_Sublease.F_Pm_Sublease_SEQ = fn_SubLeaseRent.F_Pm_Sublease_SEQ&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN F_Pm_Tenant ON F_Pm_Sublease.PMT_SEQ = F_Pm_Tenant.PMT_SEQ&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN F_StatusSubLease ON F_Pm_Sublease.F_StatusSubLease_SEQ = F_StatusSubLease.F_StatusSubLease_SEQ&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN F_Pm_LeaseManager ON F_Pm_Sublease.F_Pm_LeaseManager_SEQ = F_Pm_LeaseManager.F_Pm_LeaseManager_SEQ&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN F_Contact F_Contact1 ON F_Pm_LeaseManager.CO_SEQ = F_Contact1.CO_SEQ&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN F_Contact ON F_Pm_Tenant.CO_SEQ = F_Contact.CO_SEQ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (Subleases)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;CO_CODE as [Sublease Tenant Code], &lt;/P&gt;&lt;P&gt;CO_NAME as [Sublease Tenant Name],&lt;/P&gt;&lt;P&gt;CO_EMAIL as [Sublease Tenant Email], &lt;/P&gt;&lt;P&gt;CO_PH_BUS as [Sublease Tenant Phone];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;F_Contact.CO_CODE,&lt;/P&gt;&lt;P&gt;F_Contact.CO_NAME,&lt;/P&gt;&lt;P&gt;F_Contact.CO_EMAIL,&lt;/P&gt;&lt;P&gt;F_Contact.CO_PH_BUS&lt;/P&gt;&lt;P&gt;FROM F_Pm_Tenant&lt;/P&gt;&lt;P&gt;LEFT OUTER JOIN F_Contact ON F_Pm_Tenant.CO_SEQ = F_Contact.CO_SEQ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Subleases)&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;#PML_COUNTER as #Sublease_COUNTER,&lt;/P&gt;&lt;P&gt;#PML_COUNTER_2 as #Sublease_COUNTER_2,&lt;/P&gt;&lt;P&gt;[Current Term] as [Sublease Current Term],&lt;/P&gt;&lt;P&gt;[Expiry Date] as [Sublease Expiry Date],&lt;/P&gt;&lt;P&gt;[Final Expiry] as [Sublease Final Expiry],&lt;/P&gt;&lt;P&gt;[Future Terms] as [Sublease Future Terms],&lt;/P&gt;&lt;P&gt;[L Ext Acc] as [SL Ext Acc],&lt;/P&gt;&lt;P&gt;[Lease] as [Sublease],&lt;/P&gt;&lt;P&gt;[Lease Carpark Rent PA] as [Sublease Carpark Rent PA],&lt;/P&gt;&lt;P&gt;[Lease Code] as [SLCode],&lt;/P&gt;&lt;P&gt;[Lease Description] as [Sublease Description],&lt;/P&gt;&lt;P&gt;[Lease Manager] as [Sublease Manager],&lt;/P&gt;&lt;P&gt;[Lease Opex PA] as [Sublease Opex PA],&lt;/P&gt;&lt;P&gt;[Lease Rent PA] as [Sublease Rent PA],&lt;/P&gt;&lt;P&gt;[Lease Start Date] as [Sublease Start Date],&lt;/P&gt;&lt;P&gt;[Lease Status] as [Sublease Status],&lt;/P&gt;&lt;P&gt;[Lease Total Rent PA] as [Sublease Total Rent PA],&lt;/P&gt;&lt;P&gt;[Lease Type] as [Sublease Type],&lt;/P&gt;&lt;P&gt;[Leased Area SQM] as [Subleased Area SQM],&lt;/P&gt;&lt;P&gt;[Leased Carpark Count] as [Subleased Carpark Count],&lt;/P&gt;&lt;P&gt;[PML_CODE] as [SubleaseCode],&lt;/P&gt;&lt;P&gt;[Renewal Notice] as [Sublease Renewal Notice],&lt;/P&gt;&lt;P&gt;PML_SEQ as F_Pm_Sublease_SEQ,&lt;/P&gt;&lt;P&gt;TENANT_CODE as [Sublease Tenant Code],&lt;/P&gt;&lt;P&gt;[Tenant Name] as [Sublease Tenant Name],&lt;/P&gt;&lt;P&gt;[Tenant Email] as [Sublease Tenant Email] ,&lt;/P&gt;&lt;P&gt;Contact_Phone as [Sublease Tenant Phone] ,&lt;/P&gt;&lt;P&gt;'Leases' as Source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Leases where LFlag=1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 22:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862174#M301779</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-30T22:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862175#M301780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for having a look ... the last ',' is simply cos I removed a couple of lines to post it here.&amp;nbsp; I'm not concerned about the counters they work fine in all of the data models I use, I will try the test field idea but as the table has 100 records before and after I run the script I am working on the assumption that it is not concatenating at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 22:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862175#M301780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T22:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862176#M301781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did assume that the ',' was not an issue otherwise you would have gotten an error which but just wanted to be sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you tried not concatenating and applying a qualify to your second table to see if you are actually pulling any data at all ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue might be with the where and not with the concatenation &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 22:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862176#M301781</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-04-30T22:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862177#M301782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked the data is there and I am currently trying an option with a temp table to pull the data out and change the fields names before concatenating but no I haven't tied the qualify option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 22:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenation-not-working/m-p/862177#M301782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T22:39:56Z</dc:date>
    </item>
  </channel>
</rss>

