<?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 Merge files in load editor in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112791#M7770</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;I currently have 3 data sources,&lt;/P&gt;&lt;P&gt;1: (Name, Line Manager, Line manager-1, DOB, Age, Age Grp)&lt;/P&gt;&lt;P&gt;2: (OPR 2017)&lt;/P&gt;&lt;P&gt;3: (OPR 2018)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="merge.PNG" class="jive-image image-1" height="170" src="https://community.qlik.com/legacyfs/online/211547_merge.PNG" style="height: 170px; width: 769.343px;" width="769" /&gt;&lt;/P&gt;&lt;P&gt;Now 1 merges fine with 2 and 3 separately, but 2 and 3 still distinct themselves.&lt;/P&gt;&lt;P&gt;Due to this, every person shows up twice, once with OPR 2017 and once with OPR 2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What syntax would I have to use to combine the 2 of these into one row within the Data Load Editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that it is possible in an expression, but I specifically need it for the data load editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2018 16:35:21 GMT</pubDate>
    <dc:creator>robin_heijt</dc:creator>
    <dc:date>2018-08-22T16:35:21Z</dc:date>
    <item>
      <title>Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112791#M7770</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;I currently have 3 data sources,&lt;/P&gt;&lt;P&gt;1: (Name, Line Manager, Line manager-1, DOB, Age, Age Grp)&lt;/P&gt;&lt;P&gt;2: (OPR 2017)&lt;/P&gt;&lt;P&gt;3: (OPR 2018)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="merge.PNG" class="jive-image image-1" height="170" src="https://community.qlik.com/legacyfs/online/211547_merge.PNG" style="height: 170px; width: 769.343px;" width="769" /&gt;&lt;/P&gt;&lt;P&gt;Now 1 merges fine with 2 and 3 separately, but 2 and 3 still distinct themselves.&lt;/P&gt;&lt;P&gt;Due to this, every person shows up twice, once with OPR 2017 and once with OPR 2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What syntax would I have to use to combine the 2 of these into one row within the Data Load Editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that it is possible in an expression, but I specifically need it for the data load editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 16:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112791#M7770</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-08-22T16:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112792#M7771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best practice is with the data load, so you are in the right track!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you say a bit more about the OPR table? then i will be able to post a example script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as you would expect it is done by an if statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like, mark as helpful if it is, it helps a lot! &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 16:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112792#M7771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-22T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112793#M7772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand what you're trying to do, you need to handle the data a bit differently.&lt;/P&gt;&lt;P&gt;You need to concatenate both of the OPR data sources, they are your fact table, and leave the first table as a dimension that connects to the fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no need to connect all the data to one big flat table, unless you're facing performance issues.&lt;/P&gt;&lt;P&gt;This should be the result ERD for your scenario&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TEMP.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211557_TEMP.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still wish to get one flat table:&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;Load * from OPR_2017.qvd (qvd);&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Load * from OPR_2018.qvd (qvd);&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;Load * from Dimension_Table.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;Eliran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 20:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112793#M7772</guid>
      <dc:creator>eliran</dc:creator>
      <dc:date>2018-08-22T20:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112794#M7773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So all 3 files are connected through a global ID and name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OPR scores show :&lt;/P&gt;&lt;P&gt;Global ID, Name, OPR Score 2017&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Global ID, Name, OPR Score 2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Currently "Smith" shows up in 2 rows, once with OPR 2017 and once with 2018.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have 1 row for Smith having 1 dimension for 2017 and 1 for 2018.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that is clear enough, let me know if you need anymore info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 09:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112794#M7773</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-08-23T09:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112795#M7774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use rowno() funtion in 2 tables as a ID field and join with ID or Associate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 09:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112795#M7774</guid>
      <dc:creator>gavinigovind452</dc:creator>
      <dc:date>2018-08-23T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112796#M7775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So all 3 files are connected through a global ID and name.&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;The OPR scores show :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Global ID, Name, OPR Score 2017&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="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Global ID, Name, OPR Score 2018&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;Currently "Smith" shows up in 2 rows, once with OPR 2017 and once with 2018.&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;I would like to have 1 row instead of 2 for Smith having 1 dimension for 2017 and 1 for 2018.&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;Where would these QVD files come from that you mentioned?&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;This is how my current script looks:&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;EM style="font-size: 13.3333px;"&gt;OPR 2017&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load *&lt;/STRONG&gt;, keepchar("Last Published OPR Rating 2017",'4A4B3A3B21A1B') as "OPR 2017";&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Global ID" as "Global ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize(Name) as "Full Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Position Title of Record",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Summary Competency Rating - Numeric Value",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Summary Competency Rating - Scale Value",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Preliminary OPR Rating",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Last Published OPR Rating" as "Last Published OPR Rating 2017",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Year",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Plan Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Review Period Start Date",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Review Period End Date",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Final Evaluation Workflow State"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [lib://AttachedFiles/OPR 2017.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is [OPR 2017]);&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;EM&gt;OPR 2018&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load *,&lt;/STRONG&gt; keepchar("Last Published OPR Rating 2018",'4A4B3A3B21A1B') as "OPR 2018";&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Global ID" as "Global ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize(Name) as "Full Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Position Title of Record",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Summary Competency Rating - Numeric Value",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Summary Competency Rating - Scale Value",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Preliminary OPR Rating",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Last Published OPR Rating" as "Last Published OPR Rating 2018",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Year",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Plan Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Review Period Start Date",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Review Period End Date",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Final Evaluation Workflow State"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [lib://AttachedFiles/OPR 2018.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is [OPR 2018]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;I hope that is clear enough, let me know if you need anymore info.&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;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 09:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112796#M7775</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-08-23T09:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112797#M7776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;Try to make only the columns that you think should be equal to match column names.&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="font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;This happens because you want two informations from the same line. The program sees that, and to not lose data, it makes separate lines.&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="font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&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="font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;Like this:&lt;BR /&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="font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&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="font-style: italic; font-size: 13.3333px; font-family: inherit;"&gt;OPR 2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;load *&lt;/STRONG&gt;, keepchar("Last Published OPR Rating 2017",'4A4B3A3B21A1B') as "OPR 2017";&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Global ID" as "Global ID",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize(Name) as "Full Name",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Position Title of Record 2017",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Summary Competency Rating - Numeric Value 2017",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Summary Competency Rating - Scale Value 2017",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Preliminary OPR Rating 2017",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Last Published OPR Rating" as "Last Published OPR Rating 2017",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //"Year", // you don't need this anymore&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Plan Name",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Review Period Start Date 2017",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Review Period End Date 2017",&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Final Evaluation Workflow State 2017"&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM [lib://AttachedFiles/OPR 2017.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(ooxml, embedded labels, table is [OPR 2017]);&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;Another approach would be to create another table that understands that it is the same person, like this:&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;//Load a list of names from any table:&lt;/P&gt;&lt;P&gt;new_table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017 &lt;SPAN style="font-size: 10pt;"&gt;as Year1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2018 &lt;SPAN style="font-size: 10pt;"&gt;as Year2,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;"Employee Global ID" as EmployeeID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;resident "OPR 2017";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the problem with your data is that Qlik can't group lines if it will lose data. And it tries to when the column names are the same.&lt;/P&gt;&lt;P&gt;The first approach with change the names to fix that. &lt;/P&gt;&lt;P&gt;The second will create another table and make a correlation between all the tables possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. &lt;/P&gt;&lt;P&gt;Like, mark as helpful, mark as the answer. It helps a lot!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 12:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112797#M7776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-23T12:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112798#M7777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That did the trick, I also understand the issue now. thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 13:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112798#M7777</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-08-23T13:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112799#M7778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 more question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now everything is nicely merged, I have one more preference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently in the OPR files I have some people that should no longer appear in the results.&lt;/P&gt;&lt;P&gt;Only the people from the 1st data source with name etc.. should show up in the list.&lt;/P&gt;&lt;P&gt;As I am using the data load editor I am unable to make associations in the data manager.&lt;/P&gt;&lt;P&gt;How can I edit my data load to only show the people from the first data source, and where applicable show the matching OPR scores if they are present in both the 1st data source and the OPR score list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 13:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112799#M7778</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-08-23T13:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112800#M7779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the LOAD editor, &lt;/P&gt;&lt;P&gt;add a line like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;"Employee Global ID" as IDfrom2017,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this you will have IDs from a unique column from each table. Then you can use it in your code :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if ( &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;IDfrom2017 &amp;lt;&amp;gt; null() , DO TRUE, DO FALSE )&lt;/SPAN&gt;&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;I hope this helps. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Like, mark as helpful, mark as the answer. It helps a lot!&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 13:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112800#M7779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-23T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112801#M7780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response, you are being very helpful. However I am a little unsure as what you are trying to explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is part of my first data source:&lt;/P&gt;&lt;P&gt;// General Load Script&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Global ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Personnel Number",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize("First name"&amp;amp;' '&amp;amp; "Last name") as "Full Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employment Status Text" as "Employment Status",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee group",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Name of employee grp" as "Employee Group"&lt;/P&gt;&lt;P&gt;FROM [lib://AttachedFiles/1Europe.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Headcount);&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;// OPR 2017&lt;/P&gt;&lt;P&gt;load *, keepchar("Last Published OPR Rating 2017",'4A4B3A3B21A1B') as "OPR 2017";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Global ID" as "Global ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capitalize(Name) as "Full Name",&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; "Position Title of Record",&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; "Summary Competency Rating - Numeric Value",&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; "Summary Competency Rating - Scale Value",&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; "Preliminary OPR Rating",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Last Published OPR Rating" as "Last Published OPR Rating 2017"&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; "Year",&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; "Plan Name",&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; "Review Period Start Date",&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; "Review Period End Date",&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Final Evaluation Workflow State"&lt;/P&gt;&lt;P&gt;FROM [lib://AttachedFiles/OPR 2017.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [OPR 2017]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;General names&lt;/STRONG&gt;:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;as a sample list (5 names out of 15.000)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Global ID - Full Name - etc..&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1 - Harry&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2 - Jack&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3 - Dina&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4 - Maria&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;5 - Sanne&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;19 - Jord&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OPR 2017 names:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Global ID - Full name - OPR 2017 - etc...&lt;/P&gt;&lt;P&gt;1 - Harry - 4&lt;/P&gt;&lt;P&gt;2 - Jack - 3&lt;/P&gt;&lt;P&gt;3 - Dina - 4&lt;/P&gt;&lt;P&gt;4 - Maria - 5&lt;/P&gt;&lt;P&gt;14 - Dirk - 3&lt;/P&gt;&lt;P&gt;17 - Jenny - 2&lt;/P&gt;&lt;P&gt;19 - Jord - Blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would want the list to show only the names from the general script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1 - Harry - 4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2 - Jack - 3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3 - Dina - 4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4 - Maria - 5&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;5 - Sanne - "No Score" &lt;SPAN style="font-size: 13.3333px;"&gt;(If no result in OPR 2017 fill "No Score")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;19 - Jord - "No Score" (If blank OPR Score fill "No Score")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I would really appreciate if you can help me out with this situation!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 15:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112801#M7780</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-08-23T15:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112802#M7781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Create another question for this, in this way it can help others with the same problem.&amp;nbsp;&lt;/SPAN&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;But in resume, you need to make a field on the general table colecting the names and putting inside a unique column name. In that way you will be able to filter if the name contains in this column.&lt;/P&gt;&lt;P class=""&gt;Sorry if i am not being clear enough. Create another question so that we can help others, i will try my best with a complete answer.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Something like this.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Load&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Name as uniqueName,&lt;/P&gt;&lt;P class=""&gt;[rest of the code]&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 15:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112802#M7781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-23T15:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Merge files in load editor</title>
      <link>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112803#M7782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again for being so helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a new thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 15:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Merge-files-in-load-editor/m-p/112803#M7782</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-08-23T15:30:36Z</dc:date>
    </item>
  </channel>
</rss>

