<?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: Concatenate inline in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495155#M185198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place you cursor in inline load script and press CTRL + E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Sep 2013 08:01:08 GMT</pubDate>
    <dc:creator>adnan_rafiq</dc:creator>
    <dc:date>2013-09-07T08:01:08Z</dc:date>
    <item>
      <title>Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495150#M185193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,I had a QVD created and i concatenated new inline table.Can someone please tell me how to modify previously loaded inline table?and i can see&amp;nbsp; Employee field added to my first table &lt;STRONG&gt;"filename"&lt;/STRONG&gt;.i meant to create another table actually. when exactly should i use Resident load?&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;CrossTable(EmployeeName, Data)&lt;/P&gt;&lt;P&gt;LOAD EmpID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmployeeName&lt;/P&gt;&lt;P&gt;FROM &lt;E&gt;(qvd);&lt;/E&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD * INLINE &lt;/P&gt;&lt;P&gt;[Employee, EmpID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rohit S,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; David S,2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sahil,3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pravesh P,10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rahul S,20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Monica N,11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Derek C,12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sam,23&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 19:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495150#M185193</guid>
      <dc:creator />
      <dc:date>2013-09-06T19:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495151#M185194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see a number of issues here... I think you need to go through some basic scripting training/tutorial and clarify the terminology:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Crosstable load is only necessary if you have one of the dimensions running across (like for example 12 months in 12 columns). Your Load only lists 2 fields - EmpID and EmployeeName, so no Crosstable is necessary in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The prefix "Concatenate" caused the data from inline load to be appended to the previously loaded table. If you wanted to end up with 2 tables, then you should remove "Concatenate".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Both tables seem to hold Employee ID and Name - why not name the fields identically and let then concatenate? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 19:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495151#M185194</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-09-06T19:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495152#M185195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg,Now i have different field in Table2 comparing Filename which is Table1 lets say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filename:&lt;/P&gt;&lt;P&gt;LOAD EmpID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmployeeName&lt;/P&gt;&lt;P&gt;FROM [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;E:\qv assignement\filename*.qvd](qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dept, Location, Country&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Facility, NY, US&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transport, NJ, US&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT, Dallas, US&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accounts, Mumbai, IND&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Banking, Delhi, IND&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HR, Washington, USA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Finance, Mexico, USA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Administration, California, USA&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 20:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495152#M185195</guid>
      <dc:creator />
      <dc:date>2013-09-06T20:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495153#M185196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i have a primary key or same field in both then i can see two tables but with concatenate i want to know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 20:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495153#M185196</guid>
      <dc:creator />
      <dc:date>2013-09-06T20:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495154#M185197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't understand your question, please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have 2 disconnected tables, because there is nothing in common between them. If you concatenate them, you'll get a single table, with two disconnected slices of data - the first N rows will only contain Employee information and the second M rows will only contain Departments, with no associations between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could clarify your questions and what are you trying to accomplish, I can try to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 22:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495154#M185197</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-09-06T22:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495155#M185198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place you cursor in inline load script and press CTRL + E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Sep 2013 08:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495155#M185198</guid>
      <dc:creator>adnan_rafiq</dc:creator>
      <dc:date>2013-09-07T08:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495156#M185199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg.I have rectified the script and added some into it now.When i reload this script for the Resident load.it's blowing up with &lt;STRONG&gt;TotalSal &lt;/STRONG&gt;field not found error.But i have renamed the field Salary AS TotalSal in Table2 and used that in Table3.Am i missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD EmpID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmployeeName&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmpID, Dept, Salary AS TotalSal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Admin, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, HR, 1500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, IT, 2300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Finance, 2400&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, Admin, 1200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, HR, 1300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, IT, 1500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8, HR, 2500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10, Facility, 1500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14, IT, 1435&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15, Admin, 1455&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16, HR, 2540&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19, IT, 1300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20, IT, 2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22, HR, 1300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23, IT, 2450&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25, HR, 2670&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 26, Facility, 3425&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Table3:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Dept,&lt;/P&gt;&lt;P&gt;Sum(TotalSal) as GrossSal&lt;/P&gt;&lt;P&gt;Resident Table2&lt;/P&gt;&lt;P&gt;group By Dept;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Sep 2013 19:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495156#M185199</guid>
      <dc:creator />
      <dc:date>2013-09-07T19:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495157#M185200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adnan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Sep 2013 19:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495157#M185200</guid>
      <dc:creator />
      <dc:date>2013-09-07T19:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495158#M185201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see two problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There is no table name Table2: in front of the INLINE load&lt;/P&gt;&lt;P&gt;2. Renaming the fields is not possible within the INLINE load - simply Use the name TotalSal from the beginning, without using the name Salary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 00:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495158#M185201</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-09-08T00:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495159#M185202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg.Sorry i missed to mention Table2: here. attached my datamodel.though i'm unsure about the replica of Table1 and Table3 in this picture.But in my Tableviewer,Table2 is linked to Table1 with EmpID as the key and Table3 with Dept as the key or field.If i'm not wrong,Table2 is the Fact Table here and Table1 and Table3 are my dimensional ones?&lt;/P&gt;&lt;P&gt;I want to use a calender for year Aug/2012 to Aug/2013 .Is it possible in the Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 08:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495159#M185202</guid>
      <dc:creator />
      <dc:date>2013-09-08T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495160#M185203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you attached a data model, I can't see it (not the first time, it seems to be a repeating problem with attachments...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can build a use the calendar, if you data model contains any date fields. From the script you shared so far, I haven't seen any date fields. If you have one, then build the calendar based on that field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 17:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495160#M185203</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-09-08T17:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate inline</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495161#M185204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;table inline load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 19:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-inline/m-p/495161#M185204</guid>
      <dc:creator />
      <dc:date>2013-09-08T19:25:26Z</dc:date>
    </item>
  </channel>
</rss>

