<?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 How to add rows into existing fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-rows-into-existing-fields/m-p/286531#M1190602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under your load script above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Employee)&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;SalesPersonID,SalesPerson_FirstName,SalesPerson_LastName,Title&lt;/P&gt;&lt;P&gt;291,John,Adams,Sales representative&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 17:24:40 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2011-08-19T17:24:40Z</dc:date>
    <item>
      <title>How to add rows into existing fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-rows-into-existing-fields/m-p/286530#M1190601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-family: arial,helvetica,sans-serif;"&gt;I have a table called Employee. It has the following load statement:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal; mso-layout-grid-align: none;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG style=": ; color: #000000;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; DepartmentName, &lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;EmailAddress, &lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;EmergencyContactName, &lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;EmergencyContactPhone, &lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;EmployeeBusinessEntityID as SalesPersonID, &lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;EndDate as SalesPerson_EndDate, &lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;FirstName as SalesPerson_FirstName, &lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;LastName as SalesPerson_LastName, &lt;BR /&gt; &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;Title;&lt;BR /&gt; &lt;STRONG&gt;SQL&lt;/STRONG&gt; SELECT *&lt;BR /&gt; FROM Employee; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;I would like to add 291 under the Field &lt;STRONG style="mso-bidi-font-weight: normal;"&gt;SalesPersonID&lt;/STRONG&gt;, John as &lt;STRONG style="mso-bidi-font-weight: normal;"&gt;SalesPerson_FirstName&lt;/STRONG&gt;, Adams as &lt;STRONG style="mso-bidi-font-weight: normal;"&gt;SalesPerson_LastName&lt;/STRONG&gt;, and Sales Representative as the &lt;STRONG style="mso-bidi-font-weight: normal;"&gt;Title&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 10pt;"&gt;&lt;SPAN style="line-height: 115%; color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Could anyone please help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 16:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-rows-into-existing-fields/m-p/286530#M1190601</guid>
      <dc:creator />
      <dc:date>2011-08-19T16:34:21Z</dc:date>
    </item>
    <item>
      <title>How to add rows into existing fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-rows-into-existing-fields/m-p/286531#M1190602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under your load script above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Employee)&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;SalesPersonID,SalesPerson_FirstName,SalesPerson_LastName,Title&lt;/P&gt;&lt;P&gt;291,John,Adams,Sales representative&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 17:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-rows-into-existing-fields/m-p/286531#M1190602</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-08-19T17:24:40Z</dc:date>
    </item>
    <item>
      <title>How to add rows into existing fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-rows-into-existing-fields/m-p/286532#M1190603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i created an excel sheet and concatenated it. But thanks for your input...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 17:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-rows-into-existing-fields/m-p/286532#M1190603</guid>
      <dc:creator />
      <dc:date>2011-08-19T17:26:04Z</dc:date>
    </item>
  </channel>
</rss>

