<?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: Two tables, two id's and names, only use first name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042148#M350653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are, but its splitting the graph and making the new name values null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2016 09:07:11 GMT</pubDate>
    <dc:creator>matthewp</dc:creator>
    <dc:date>2016-04-18T09:07:11Z</dc:date>
    <item>
      <title>Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042106#M350611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following load in tab 1 i have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;SIAA.C_ID as [Customer ID],&lt;/P&gt;&lt;P&gt;SIAA.C_NAME as [Customer name]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vDetailsQVDDirectory)\SIAA.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in tab 2 i have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PreIT:&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;[Customer ID], &lt;/P&gt;&lt;P&gt;[Customer name]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vDetailsQVDDirectory)\CTA.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i want is if there is a matching Customer ID in both tabs i want it to only use the name from tab 1 (&lt;SPAN style="font-size: 13.3333px;"&gt;SIAA.C_NAME)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 09:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042106#M350611</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-15T09:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042107#M350612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with Where not Exist statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SIAA.C_ID as [Customer ID],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SIAA.C_NAME as [Customer name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[$(vDetailsQVDDirectory)\SIAA.qvd]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Then in tab 2 i have&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;PreIT:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[Customer ID],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[Customer name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[$(vDetailsQVDDirectory)\CTA.qvd]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(qvd)&lt;/STRONG&gt;&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="color: #ff0000;"&gt;&lt;STRONG&gt;Where not Exists([Customer ID]);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 09:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042107#M350612</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-15T09:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042108#M350613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just add&lt;/P&gt;&lt;P&gt;last line as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where not exists([Customer ID]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 09:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042108#M350613</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-15T09:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042109#M350614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohhh ur tooo fast man...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;missing&amp;nbsp; parenthesis in ur stmnt&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000; background-color: #f2f2f2;"&gt;Where not Exists([Custom&lt;/STRONG&gt;er ID]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 09:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042109#M350614</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-15T09:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042110#M350615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing out. Fixed now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 09:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042110#M350615</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-15T09:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042111#M350616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This then doesnt load any of the data from the second table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042111#M350616</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-15T10:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042112#M350617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure there are Customer ID in the second load which don't match with the Customer ID from the first file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042112#M350617</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-15T10:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042113#M350618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i mean the other data ( i didnt list) in the second table doesnt load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a graph that shows data and is split by time on the bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second table is data from 2005 - 2010 and the first tab is 2010 onward&lt;/P&gt;&lt;P&gt;what was happening was the graph line is splitting into two as there from two tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want it to be one continuous line if the ID's in both tables match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue is that the name might have changed in both tables but the IDs are the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042113#M350618</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-15T10:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042114#M350619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to rename the fields to be the same when you concatenate them. I think that is the reason you are not seeing them as one line. I don't know how many fields you have, but this should be a one time effort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042114#M350619</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-15T10:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042115#M350620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try join, instead of concatenate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042115#M350620</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-15T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042116#M350621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to achieve this without mapping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042116#M350621</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-15T10:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042117#M350622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Joining as mentioned by Kush may be&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042117#M350622</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-15T10:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042118#M350623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok this has linked them and works for the ones in both tables and uses the correct name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOWEVER now ones that are in table 1 but not in table 2 are missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i need to do a left join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042118#M350623</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-15T10:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042119#M350624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you cleared out all the selection? I would think that the data should be there, might be filtered out due to selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042119#M350624</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-15T10:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042120#M350625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to perform outer join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042120#M350625</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-15T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042121#M350626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually with a join still getting duplicate id from both table where name is different&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042121#M350626</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-15T10:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042122#M350627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes because the assumption here would be that a single ID will be associated to one and only one name. If that is not true then choose whichever table has the correct names and comment out the name in the other table while joining the two tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042122#M350627</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-15T10:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042123#M350628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried this, just brings the same thing through except the names i dont want are all "-"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042123#M350628</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-15T10:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042124#M350629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Customer Name is not consistent in your table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SIAA.C_ID as [Customer ID],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SIAA.C_NAME as [Customer name]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1 as Flag1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[$(vDetailsQVDDirectory)\SIAA.qvd]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;join&amp;nbsp; (Data)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Customer ID],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Customer name] as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Customer name1] &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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2 as Flag2&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;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[$(vDetailsQVDDirectory)\CTA.qvd]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Final:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;noconcatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Customer ID]&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;if( len(trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Flag1))&amp;gt;0 or (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;len(trim(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Flag2))&amp;gt;0 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;len(trim(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Flag1))&amp;gt;0), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Customer name],&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Customer name1] ) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Customer ID]&lt;/SPAN&gt;&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;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;resident Data;&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;drop table Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042124#M350629</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-15T10:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Two tables, two id's and names, only use first name</title>
      <link>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042125#M350630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Field names must be unique within table&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Final:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;noconcatenate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD distinct [Customer ID],&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if( len(trim(Flag1))&amp;gt;0 or (len(trim(Flag2))&amp;gt;0 and len(trim(Flag1))&amp;gt;0), [Customer name],&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Customer name1] ) as [Customer ID]&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;resident &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 12:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-tables-two-id-s-and-names-only-use-first-name/m-p/1042125#M350630</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-04-15T12:31:18Z</dc:date>
    </item>
  </channel>
</rss>

