<?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: Employee lists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397714#M424112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show your script so that I could specify what you need to work out? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2017 08:36:45 GMT</pubDate>
    <dc:creator>ksomosera10</dc:creator>
    <dc:date>2017-08-14T08:36:45Z</dc:date>
    <item>
      <title>Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397707#M424105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have faced the problem. There are two lists of employees.&lt;/P&gt;&lt;P&gt;First contains the employee names for all departments.&lt;/P&gt;&lt;P&gt;The second contains only one department employees.&lt;/P&gt;&lt;P&gt;The data should be filtered by the one department employee only.&lt;/P&gt;&lt;P&gt;When I use "as" in script, the employees are properly matched. But the data for other employees are also loaded. How can I stop loading the data for all employee in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397707#M424105</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T08:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397708#M424106</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;Don't load the employees field of the second table, just comment that line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397708#M424106</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-08-14T08:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397709#M424107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please specify?&lt;/P&gt;&lt;P&gt;I should somehow restrict loading...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397709#M424107</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T08:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397710#M424108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Department&lt;/P&gt;&lt;P&gt;FROM table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Department&lt;/P&gt;&lt;P&gt;FROM table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second load there is not the Employee field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397710#M424108</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-08-14T08:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397711#M424109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case, employee name is a key (link between two files). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397711#M424109</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T08:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397712#M424110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruslan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the field that causes the load of Employees, This will stop it from getting catch up during load times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397712#M424110</guid>
      <dc:creator>ksomosera10</dc:creator>
      <dc:date>2017-08-14T08:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397713#M424111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please clarify?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397713#M424111</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T08:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397714#M424112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show your script so that I could specify what you need to work out? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397714#M424112</guid>
      <dc:creator>ksomosera10</dc:creator>
      <dc:date>2017-08-14T08:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397715#M424113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share an example of you have and what do you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397715#M424113</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-08-14T08:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397716#M424114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruslan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean that you are having two tables, one with several departments and respective employees and other table with only one department employees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you want to load the data belongs to the one department only.. ryt??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight away you can go for Inner Join..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If, my understanding is wrong, please help me in understanding or provide some sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397716#M424114</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2017-08-14T08:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397717#M424115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for support. Please see input data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume Table 1 consists of detailed information on all employees in Company (as attached file).&lt;/P&gt;&lt;P&gt;The Table 2 consist of only employees related to Department 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The task goal is to load into Qlik only the details relevant to Department 1 including details from Table 1. But no details on other emloyees needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397717#M424115</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T08:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397718#M424116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your understanding is correct. But i did not get on inner join....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397718#M424116</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T08:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397719#M424117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see below attached input data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397719#M424117</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T08:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397720#M424118</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;You can use a left join, for example:&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;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;From Table 2.xlsx&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Department Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Employee name]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS Employees,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Other Details],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Salary&lt;/P&gt;&lt;P&gt;From Table 1.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397720#M424118</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-08-14T08:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397721#M424119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working fine for me.. only thing is you need to map the fields to join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All_Departments:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Department name, Employee name, Other details, Salary&lt;/P&gt;&lt;P&gt;Department 1, A, 123, 100&lt;/P&gt;&lt;P&gt;Department 2, B, 454, 500&lt;/P&gt;&lt;P&gt;Department 3, C, 123, 100&lt;/P&gt;&lt;P&gt;Department 1, D, 321, 547&lt;/P&gt;&lt;P&gt;Department 2, E, 21, 726&lt;/P&gt;&lt;P&gt;Department 3, F, 11, 27&lt;/P&gt;&lt;P&gt;Department 1, G, 33, 378&lt;/P&gt;&lt;P&gt;Department 2, H, 6, 435&lt;/P&gt;&lt;P&gt;Department 3, I, 55, 431&lt;/P&gt;&lt;P&gt;Department 1, J, 11, 742&lt;/P&gt;&lt;P&gt;Department 2, K, 3, 475&lt;/P&gt;&lt;P&gt;Department 3, L, 22, 726&lt;/P&gt;&lt;P&gt;Department 1, M, 1, 9&lt;/P&gt;&lt;P&gt;Department 2, N, 2, 478&lt;/P&gt;&lt;P&gt;Department 3, O, 3, 640&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modified:&lt;/P&gt;&lt;P&gt;load [Department name] as Department, [Employee name] as Employees, [Other details], Salary Resident All_Departments;&lt;/P&gt;&lt;P&gt;drop table All_Departments;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner join &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Department, Employees&lt;/P&gt;&lt;P&gt;Department 1, A&lt;/P&gt;&lt;P&gt;Department 1, D&lt;/P&gt;&lt;P&gt;Department 1, G&lt;/P&gt;&lt;P&gt;Department 1, J&lt;/P&gt;&lt;P&gt;Department 1, M&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173321_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397721#M424119</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2017-08-14T08:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397722#M424120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go through the sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 08:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397722#M424120</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2017-08-14T08:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397723#M424121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. But my Qlikview does not support you file extension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please rewite the script as it is make if simple loading data from excel is done. I can not understanding where in script I should write inner join my script looks like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Department name as Department, &lt;/P&gt;&lt;P&gt;Employee name as &lt;SPAN style="font-size: 13.3333px;"&gt;Employees&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;FROM [Data\Daily report.xlsx] (ooxml, embedded labels, table is Sheet1);&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;Directory;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Department, &lt;/P&gt;&lt;P&gt;Employees&lt;/P&gt;&lt;P&gt;FROM [Data\june ch hours details_kz _emc.xls] (biff, embedded labels, table is Advisory$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left join or Inner join?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397723#M424121</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T09:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397724#M424122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot understand where in script to write left join?&lt;/P&gt;&lt;P&gt;I have the following script&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;Directory;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Department name as Department,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Employee name as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Employees&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;FROM [Data\Daily report.xlsx] (ooxml, embedded labels, table is Sheet1);&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Directory;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&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;Department,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Employees&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [Data\june ch hours details_kz _emc.xls] (biff, embedded labels, table is Advisory$)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397724#M424122</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T09:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397725#M424123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see below&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397725#M424123</guid>
      <dc:creator>rassanbekov</dc:creator>
      <dc:date>2017-08-14T09:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Employee lists</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397726#M424124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls go through it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, earlier I attached QlikSense app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-lists/m-p/1397726#M424124</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2017-08-14T09:10:12Z</dc:date>
    </item>
  </channel>
</rss>

