<?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: Loop load with joins and cell value assigned variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Loop-load-with-joins-and-cell-value-assigned-variable/m-p/1787931#M64336</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can load the value from that sheet, and then join it to the data in the 2nd tab for that specific excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under field names - 'No field names' - in the excel sheet with only one value in A1 cell.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eliran_0-1614777786698.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50379i07400F8583BB9986/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eliran_0-1614777786698.png" alt="eliran_0-1614777786698.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The end result should look something like this&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;A as Company&lt;BR /&gt;FROM [lib://DataLib/Excel.xlsx]&lt;BR /&gt;(ooxml, no labels, table is [Company]);&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;load [&lt;SPAN&gt;Name of Company],[CEO],[Country],[Sales]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM [lib://DataLib/Excel.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Data]);&lt;/P&gt;&lt;P&gt;The end result will attach all the data from A1 cell to all the rows in the data tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;Eliran.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 13:27:25 GMT</pubDate>
    <dc:creator>eliran</dc:creator>
    <dc:date>2021-03-03T13:27:25Z</dc:date>
    <item>
      <title>Loop load with joins and cell value assigned variable</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-load-with-joins-and-cell-value-assigned-variable/m-p/1787869#M64335</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to do load multiple Excels and concatenate them as they each contain data from one specific company (they come in the same format).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In one sheet you have all the data and in a different sheet there is only cell&amp;nbsp; A1 filled&amp;nbsp; (with only the name of the Parent Company)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to join the first table with the value of the cell in A1 in the second sheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name of Company|&amp;nbsp;CEO |Country| Sales| Parent Company&lt;/P&gt;&lt;P&gt;Nespresso | John Green| Antartica | 1 dollar |&amp;nbsp; &amp;nbsp;Nestle&lt;/P&gt;&lt;P&gt;Nespresso | John Green| Spain | 2 dollar |&amp;nbsp; &amp;nbsp;Nestle&lt;/P&gt;&lt;P&gt;Nespresso | John Green| UK | 3 dollar |&amp;nbsp; &amp;nbsp;Nestle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea how to fill in the column values with the cell A1 (as when i load the data, it just comes as the column name)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand i have to use a loop in order to load all the Excels but the bit about the second sheet A1 cell ...I have no idea how&amp;nbsp; to solve.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me out with this?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-load-with-joins-and-cell-value-assigned-variable/m-p/1787869#M64335</guid>
      <dc:creator>thrwmcmesing</dc:creator>
      <dc:date>2021-04-02T08:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Loop load with joins and cell value assigned variable</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-load-with-joins-and-cell-value-assigned-variable/m-p/1787931#M64336</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can load the value from that sheet, and then join it to the data in the 2nd tab for that specific excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under field names - 'No field names' - in the excel sheet with only one value in A1 cell.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eliran_0-1614777786698.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50379i07400F8583BB9986/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eliran_0-1614777786698.png" alt="eliran_0-1614777786698.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The end result should look something like this&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;A as Company&lt;BR /&gt;FROM [lib://DataLib/Excel.xlsx]&lt;BR /&gt;(ooxml, no labels, table is [Company]);&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;load [&lt;SPAN&gt;Name of Company],[CEO],[Country],[Sales]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM [lib://DataLib/Excel.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Data]);&lt;/P&gt;&lt;P&gt;The end result will attach all the data from A1 cell to all the rows in the data tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;Eliran.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 13:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-load-with-joins-and-cell-value-assigned-variable/m-p/1787931#M64336</guid>
      <dc:creator>eliran</dc:creator>
      <dc:date>2021-03-03T13:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loop load with joins and cell value assigned variable</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-load-with-joins-and-cell-value-assigned-variable/m-p/1787936#M64337</link>
      <description>&lt;P&gt;Worked perfectly, thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked everywhere for an aswer to this and couldnt find anything.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 13:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-load-with-joins-and-cell-value-assigned-variable/m-p/1787936#M64337</guid>
      <dc:creator>thrwmcmesing</dc:creator>
      <dc:date>2021-03-03T13:41:59Z</dc:date>
    </item>
  </channel>
</rss>

