<?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: Creating a New Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436125#M798210</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 manage this in the Data Load Editor, with this Load Script:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15125512900021749" jivemacro_uid="_15125512900021749"&gt;
&lt;P&gt;[Sheet1]:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Number",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Name",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LeaveStartDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LeaveEndDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employees within 3 Months Cycle",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Leave Days",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Days Taken" &lt;/P&gt;
&lt;P&gt;FROM [lib://Desktop/Leave Test.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;[Results]:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Name",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX("Leave Days") as "Max Leave Days",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(MAX("Leave Days")&amp;gt;10,'Yes','No') as "Taken More than 10 Days"&lt;/P&gt;
&lt;P&gt;RESIDENT [Sheet1]&lt;/P&gt;
&lt;P&gt;GROUP BY "Employee Name";&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That results in&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Leave Test.PNG" class="jive-image image-1" src="/legacyfs/online/185915_Leave Test.PNG" style="height: 194px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2017 09:08:56 GMT</pubDate>
    <dc:creator>mathieupignon</dc:creator>
    <dc:date>2017-12-06T09:08:56Z</dc:date>
    <item>
      <title>Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436116#M798201</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;I have a list of Employees who has taken leave.&amp;nbsp; (see file attached).&amp;nbsp; How do I create a field (in the backend preferably)&amp;nbsp; that indicates "Yes' for Employees who has taken &lt;STRONG&gt;at least once&lt;/STRONG&gt; "Taken more than 10 days" leave and 'No' for the alternative&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in the screenshot below, for Employee 11, he has "Taken more than 10 days" , ie 18 days.&amp;nbsp; So this employee therefore should have 'Yes' to his name.&amp;nbsp; Whereas Employee 100, 'No' is assigned to his name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Employees.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185898_Employees.JPG" style="height: 212px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436116#M798201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436117#M798202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Leave Days] &amp;gt; 10, 'Yes', 'No') as [Taken More Than 10 Days]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 08:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436117#M798202</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-06T08:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436118#M798203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; However, as mentioned, for eg, Employee 11, I want a field, so that&amp;nbsp; 'Yes' to appear for every transaction line for this Employee.&lt;/P&gt;&lt;P&gt;The formula that you have give, already have that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 08:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436118#M798203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T08:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436119#M798204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that means, Employees 10, 101, 102, 11 should be Yes and 1, 100, 12 should be no, Is this your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436119#M798204</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-06T09:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436120#M798205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436120#M798205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T09:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436121#M798206</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;Try to use mapping load and apply map fxn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185913_Capture.JPG" style="height: 247px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15125510338227538" jivemacro_uid="_15125510338227538"&gt;
&lt;P&gt;&lt;STRONG&gt;mapEMP:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;mapping load &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[Employee Number],&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; if([Leave Days]&amp;gt;10,'Yes','No') as [Taken More than 10 Days]&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; FROM&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Fact:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;load *, ApplyMap('mapEMP', [Employee Number],'NA') as&amp;nbsp; [Taken More than 10 Days];&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;LOAD [Employee Number], &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Employee Name], &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LeaveStartDate, &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LeaveEndDate, &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Employees within 3 Months Cycle], &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Leave Days], &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Days Taken]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436121#M798206</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-12-06T09:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436122#M798207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nayan,&lt;/P&gt;&lt;P&gt;For example: If ([Leave Days]&amp;gt;10,'Yes','No'), this expression can also apply in colour: &lt;/P&gt;&lt;P&gt;if([Leave Days]&amp;gt;10,red(),yellow())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436122#M798207</guid>
      <dc:creator>gys1992infosys</dc:creator>
      <dc:date>2017-12-06T09:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436123#M798208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Employee Name] = Previous(Employee Name] and [Leave Days] &amp;gt; 10, 'Yes', 'No') as [Taken More Than 10 Days]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436123#M798208</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-06T09:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436124#M798209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;As per my understanding you need Yes or No based on the Complete year .....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if the is the case try like this &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Total_Leave_Days&amp;gt;18,'Yes'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;EM style="font-size: 10pt;"&gt;,'No') as &lt;EM style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Total_Leave_Days,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[Employee Number];&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SUM(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[Leave Days]) as Total_Leave_Days,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Employee Number]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;resident &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;main_table&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;group by &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;[Employee Number];&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;NOTE: if you need year wise you could inculde year also &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436124#M798209</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-12-06T09:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436125#M798210</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 manage this in the Data Load Editor, with this Load Script:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15125512900021749" jivemacro_uid="_15125512900021749"&gt;
&lt;P&gt;[Sheet1]:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Number",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Name",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LeaveStartDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LeaveEndDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employees within 3 Months Cycle",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Leave Days",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Days Taken" &lt;/P&gt;
&lt;P&gt;FROM [lib://Desktop/Leave Test.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;[Results]:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Employee Name",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX("Leave Days") as "Max Leave Days",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(MAX("Leave Days")&amp;gt;10,'Yes','No') as "Taken More than 10 Days"&lt;/P&gt;
&lt;P&gt;RESIDENT [Sheet1]&lt;/P&gt;
&lt;P&gt;GROUP BY "Employee Name";&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That results in&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Leave Test.PNG" class="jive-image image-1" src="/legacyfs/online/185915_Leave Test.PNG" style="height: 194px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436125#M798210</guid>
      <dc:creator>mathieupignon</dc:creator>
      <dc:date>2017-12-06T09:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436126#M798211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply Devarasu.&amp;nbsp; Will try it out and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436126#M798211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T09:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436127#M798212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, based no a complete year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436127#M798212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T09:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a New Field</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436128#M798213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; However I already have this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 09:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-New-Field/m-p/1436128#M798213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T09:12:56Z</dc:date>
    </item>
  </channel>
</rss>

