<?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: add extra data from excel on existing APP in Qlik Sense in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553896#M3669</link>
    <description>&lt;P&gt;I did a left join and the CLIENT_IDs are now matching up and not double counting after the left join. New problem is now my SALES column is a way higher amount than what it should be.. any thoughts on this? I tried to see where the discrepancy is coming from but not much luck.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 22:49:01 GMT</pubDate>
    <dc:creator>dreweezy</dc:creator>
    <dc:date>2019-03-07T22:49:01Z</dc:date>
    <item>
      <title>add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1552477#M3657</link>
      <description>&lt;P&gt;I have uploaded a similar question on a different forum but I believe this is the correct place for my question. I currently have some apps built in Qlik Sense through an Oracle SQL database. I will now have additional data coming in as an excel file that needs to be integrated together with my already connected data from the sql database. The excel spreadsheet &lt;STRONG&gt;&lt;EM&gt;does&lt;/EM&gt; &lt;/STRONG&gt;have an associated field/column ("YEAR") that also includes many new columns that are not currently existing in my database. For an example --&amp;gt;&lt;/P&gt;&lt;P&gt;SQL Database data (currently in my Qlik Sense APPS)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 317px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7292i897E3D5F6D772613/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;New data to integrate coming from excel spreadsheet. You can see I have 2 new fields (total pay and total bonus) that are no existing in my sql database.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 299px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7293iD2EFDF23E3F938AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've tried very basic methods (one from Mike Tarralo) where I would just throw my excel spreadsheet into a chart and it will take me to my data load manager screen, but after about a 20 min wait time this task has failed. Mind you, the above data is just a sample and very simplistic compared to what I currently have. But that is the whole idea. I'd like to add new data from a different source (excel) to my already existing connected data (sql database) and matching them on my matching field - "YEAR". The end result should add the new fields that are not existing in my sql database and add those new fields once I throw in this excel spreadsheet. If the only way to do this is through the data load editor, can someone guide me on how to properly load this and matching it on the YEAR column?&lt;/P&gt;&lt;P&gt;*I did conduct a sample and checked out how the data load editor generates the script for me when I do add in a small set of test data.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Unqualify *;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;[Sheet1]:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[YEAR],&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[totalPay],&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;[totalBonus],&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;FROM [lib://Desktop/additional data test.xlsx]&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;My guess is that it is not this simple to just add this similar syntax in my script to have this read the data correctly. I am not able to give this a shot since it takes really long (20+ minutes) to even see an output and wanted to ask before making any final changes to the script.&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 14:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1552477#M3657</guid>
      <dc:creator>dreweezy</dc:creator>
      <dc:date>2021-12-23T14:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1552641#M3659</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you 100% sure that the linkage needs to be done only by Year field, then it's pretty much as simple as you've shown on your example.&lt;/P&gt;&lt;P&gt;For testing purposes try to limit your load with FIRST &amp;lt;X&amp;gt; keyword like below:&lt;/P&gt;&lt;P&gt;Fact_from_Oracle:&lt;BR /&gt;FIRST 100&lt;BR /&gt;LOAD&lt;BR /&gt;Field1,&lt;BR /&gt;Field2,&lt;BR /&gt;...&lt;BR /&gt;FieldN;&lt;BR /&gt;SQL SELECT&lt;BR /&gt;&lt;BR /&gt;Field1,&lt;BR /&gt;Field2,&lt;BR /&gt;...&lt;BR /&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;BR /&gt;FROM owner.db.TABLE/VIEW;&lt;BR /&gt;....&lt;BR /&gt;Data_From_Excel:&lt;BR /&gt;FIRST 100 LOAD&lt;BR /&gt;Field001,&lt;BR /&gt;Field002,&lt;BR /&gt;...&lt;BR /&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;BR /&gt;From [&amp;lt;Path_to_Your_Excel_file.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is &lt;STRONG&gt;Sheet1&lt;/STRONG&gt;);&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 01:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1552641#M3659</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-03-06T01:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553086#M3660</link>
      <description>&lt;P&gt;Thank you for your input. I got it to work. But for some reason, when I brought in the excel into the load editor, the "YEAR" column wouldn't work because it was not unique? I changed the Label to "YEAR1" so that the script will successfully process. Is there a way where I can consolidate my YEAR and YEAR1 columns? I only did that because the editor forced me to create a unique field name. Also, the *FIRST* function you mentioned in the script. It looks like it'll shorten the duration for loading the data, but does it only load the first 100 rows or just reads the first 100 rows? Thanks again.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 16:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553086#M3660</guid>
      <dc:creator>dreweezy</dc:creator>
      <dc:date>2019-03-06T16:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553245#M3662</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;"First" just fetches first X number of rows, which is as I said just for testing purposes (not to wait 20 minutes to load). In case with SQL query in above example FULL query will be executed on DB side and from the resulting set only first 100 rows will be loaded to Qlik.&lt;/P&gt;&lt;P&gt;If you get error that "column name must be unique" - that means that your single load statement contains non-unique columns, and there is nothing to do with the rest data model.&lt;/P&gt;&lt;P&gt;What means "consolidate"? Would you like to join or concatenate (e.g. union) tables? Or you want to load new table separately?&lt;/P&gt;&lt;P&gt;Could you please paste(attach) a script, so I could see what's happening there?&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 22:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553245#M3662</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-03-06T22:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553264#M3664</link>
      <description>&lt;P&gt;Crusador - thank you. Here is my script below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO [Oracle_10.205.142.72];&lt;/P&gt;&lt;P&gt;[BBO_POB_1_VW]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;[LEDGER_ACTIVITY],&lt;BR /&gt;&amp;nbsp;[LEDGER_LINE_ACTIVITY],&lt;BR /&gt;&amp;nbsp;[CLIENT_ID]&lt;BR /&gt;&amp;nbsp;[BBO_POB_1] AS [KLA_POB_2-BBO_POB_1],&lt;BR /&gt;&amp;nbsp;[POA_ID],&lt;BR /&gt;&amp;nbsp;[BILL_TYPE_ID],&lt;BR /&gt;&amp;nbsp;[STATUS_ID],&lt;BR /&gt;&amp;nbsp;[COST_QTY],&lt;BR /&gt;&amp;nbsp;[COST_AVAILABLE],&lt;BR /&gt;&amp;nbsp;[COST_GOODS],&lt;BR /&gt;&amp;nbsp;[TOTAL_COST],&lt;BR /&gt;&amp;nbsp;[NET_COST],&lt;BR /&gt;&amp;nbsp;[COST_UNAVAIL];&lt;BR /&gt;SELECT ......&lt;BR /&gt;FROM .......;&lt;/P&gt;&lt;P&gt;[KLA_POB_2_VW]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;[KLA_POB_2] AS [KLA_POB_2-BBO_POB_1],&lt;BR /&gt;&amp;nbsp;[YEAR],&lt;BR /&gt;&amp;nbsp;[ACCOUNT_TITLE],&lt;BR /&gt;&amp;nbsp;[ACCOUNT_NUMBER],&lt;BR /&gt;&amp;nbsp;[ACCOUNT_DAILY],&lt;BR /&gt;&amp;nbsp;[ACCOUNT_ORDER],&lt;BR /&gt;&amp;nbsp;[CLIENT_ORDER],&lt;BR /&gt;&amp;nbsp;[CLIENT_NAME],&lt;BR /&gt;&amp;nbsp;[CLIENT_CODE],&lt;BR /&gt;&amp;nbsp;[DEPT_NO],&lt;BR /&gt;&amp;nbsp;[DEPT_CODE],&lt;BR /&gt;&amp;nbsp;[DEPT_TITLE],&lt;BR /&gt;SELECT ......&lt;BR /&gt;FROM .........;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Sheet1]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;[TITLE],&lt;BR /&gt;&amp;nbsp;[CLIENT_ID]&lt;BR /&gt;&amp;nbsp;[NEW_AMOUNT]&lt;BR /&gt;&amp;nbsp;[OLD__AMOUNT]&lt;BR /&gt;&amp;nbsp;[APPROVED_DATE],&lt;BR /&gt;&amp;nbsp;[DENIED_DATE],&lt;BR /&gt;&amp;nbsp;[COMPLETE_DATE],&lt;BR /&gt;&amp;nbsp;[TOTAL_DAYS],&lt;BR /&gt;&amp;nbsp;FROM [lib://Desktop/TESTING_DATA_IMPORT.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see - my "SHEET1" at the bottom of the script has some new fields and should be mapping by using the [CLIENT_ID] field as this field is in both my first table/view and excel. But when I try to load data, it tells me it needs to be unique, but it is already unique and I would like my CLIENT_ID from excel to map to the [BBO_POB_1_VW] table/view.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 22:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553264#M3664</guid>
      <dc:creator>dreweezy</dc:creator>
      <dc:date>2019-03-06T22:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553272#M3665</link>
      <description>&lt;P&gt;Logically script looks fine, with exception of number of syntax errors... (&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;red bold Arial Black&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;in below script)&amp;nbsp; Check if this the case, just fix them if not could you please paste full script (attach as a txt file) without modifications?&lt;/P&gt;&lt;P&gt;Also would be great to get a screenshot of error message.&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO [Oracle_10.205.142.72];&lt;/P&gt;&lt;P&gt;[BBO_POB_1_VW]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;[LEDGER_ACTIVITY],&lt;BR /&gt;&amp;nbsp;[LEDGER_LINE_ACTIVITY],&lt;BR /&gt;&amp;nbsp;[CLIENT_ID]&lt;STRONG&gt;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;[BBO_POB_1] AS [KLA_POB_2-BBO_POB_1],&lt;BR /&gt;&amp;nbsp;[POA_ID],&lt;BR /&gt;&amp;nbsp;[BILL_TYPE_ID],&lt;BR /&gt;&amp;nbsp;[STATUS_ID],&lt;BR /&gt;&amp;nbsp;[COST_QTY],&lt;BR /&gt;&amp;nbsp;[COST_AVAILABLE],&lt;BR /&gt;&amp;nbsp;[COST_GOODS],&lt;BR /&gt;&amp;nbsp;[TOTAL_COST],&lt;BR /&gt;&amp;nbsp;[NET_COST],&lt;BR /&gt;&amp;nbsp;[COST_UNAVAIL];&lt;BR /&gt;SELECT ......&lt;BR /&gt;FROM .......;&lt;/P&gt;&lt;P&gt;[KLA_POB_2_VW]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;[KLA_POB_2] AS [KLA_POB_2-BBO_POB_1],&lt;BR /&gt;&amp;nbsp;[YEAR],&lt;BR /&gt;&amp;nbsp;[ACCOUNT_TITLE],&lt;BR /&gt;&amp;nbsp;[ACCOUNT_NUMBER],&lt;BR /&gt;&amp;nbsp;[ACCOUNT_DAILY],&lt;BR /&gt;&amp;nbsp;[ACCOUNT_ORDER],&lt;BR /&gt;&amp;nbsp;[CLIENT_ORDER],&lt;BR /&gt;&amp;nbsp;[CLIENT_NAME],&lt;BR /&gt;&amp;nbsp;[CLIENT_CODE],&lt;BR /&gt;&amp;nbsp;[DEPT_NO],&lt;BR /&gt;&amp;nbsp;[DEPT_CODE],&lt;BR /&gt;&amp;nbsp;[DEPT_TITLE]&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;SELECT ......&lt;BR /&gt;FROM .........;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Sheet1]:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;[TITLE],&lt;BR /&gt;&amp;nbsp;[CLIENT_ID]&lt;STRONG&gt;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;[NEW_AMOUNT]&lt;STRONG&gt;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;[OLD__AMOUNT]&lt;STRONG&gt;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;[APPROVED_DATE],&lt;BR /&gt;&amp;nbsp;[DENIED_DATE],&lt;BR /&gt;&amp;nbsp;[COMPLETE_DATE],&lt;BR /&gt;&amp;nbsp;[TOTAL_DAYS],&lt;BR /&gt;&amp;nbsp;FROM [lib://Desktop/TESTING_DATA_IMPORT.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 23:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553272#M3665</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-03-06T23:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553866#M3667</link>
      <description>&lt;P&gt;Thanks again for your help. What I did instead now was just separate out my CLIENT_ID column in my [&lt;SPAN&gt;BBO_POB_1_VW] and CLIENT_ID in my excel spreadsheet. So now it looks like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM ORACLE*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[BBO_POB_1_VW]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CLIENT_ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM EXCEL *&amp;nbsp;&lt;/P&gt;&lt;P&gt;SHEET1&lt;/P&gt;&lt;P&gt;CLIENT_ID2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;did a simple KPI for both these fields when separated and it gives me the right count (300 for SQL and 100 for excel) whereas if I link these together in the script it rolls the number up to 400 which is incorrect. It should still be 300. Now I think I need to do some kind of left join in order to get all the new columns from excel that are not in my sql database that matches with the CLIENT_IDs. I have laid it out to show you a quick example.&lt;/P&gt;&lt;P&gt;SQL import&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 210px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7536i6CB38CF73357E56C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Excel import&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture11.PNG" style="width: 201px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7537i9945960B33880325/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture11.PNG" alt="Capture11.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I am trying to achieve in QLIK -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture123123.PNG" style="width: 332px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7538i46F9DBAB29C1B0D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture123123.PNG" alt="Capture123123.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Some of the CLIENT_ID wont necessarily match up but the whole idea is to bring the excel sheet with existing CLIENT_ID with new columns that does not currently reside in my sql database.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 20:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553866#M3667</guid>
      <dc:creator>dreweezy</dc:creator>
      <dc:date>2019-03-07T20:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553887#M3668</link>
      <description>&lt;P&gt;Ok, try below:&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;*****&lt;BR /&gt;FROM Oracle....;&lt;/P&gt;&lt;P&gt;left join(Table1)&lt;BR /&gt;Load&lt;BR /&gt;****&lt;BR /&gt;From Excel;&lt;/P&gt;&lt;P&gt;Assuming your have common field (Client_ID) in your case...&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;//Andrei&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 22:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553887#M3668</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-03-07T22:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553896#M3669</link>
      <description>&lt;P&gt;I did a left join and the CLIENT_IDs are now matching up and not double counting after the left join. New problem is now my SALES column is a way higher amount than what it should be.. any thoughts on this? I tried to see where the discrepancy is coming from but not much luck.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 22:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553896#M3669</guid>
      <dc:creator>dreweezy</dc:creator>
      <dc:date>2019-03-07T22:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553897#M3670</link>
      <description>&lt;P&gt;Figured it out lol.. was doing an accidental sum on the sales field. Thanks for your help! Much appreciated and helping me find a solution!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 22:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553897#M3670</guid>
      <dc:creator>dreweezy</dc:creator>
      <dc:date>2019-03-07T22:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: add extra data from excel on existing APP in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553900#M3671</link>
      <description>&lt;P&gt;Happy to help!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 23:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/add-extra-data-from-excel-on-existing-APP-in-Qlik-Sense/m-p/1553900#M3671</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2019-03-07T23:02:50Z</dc:date>
    </item>
  </channel>
</rss>

