<?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: add two fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984329#M1295949</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;As the guys above have suggested, but maybe if you could supply some sample data as for the suggestions to work you would need the in and out time on the same row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;OUT_TIME-&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IN_TIME&amp;gt;=8,'8 Hrs Completed','8 hrs not completed') as FieldName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2015 15:02:07 GMT</pubDate>
    <dc:creator>Mark_Little</dc:creator>
    <dc:date>2015-11-12T15:02:07Z</dc:date>
    <item>
      <title>add two fields</title>
      <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984326#M1295943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table where it has data like name , IN_TIME and OUT_TIME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calculating working hours for employees. Like the employees who will complete 8 hours and employees not completing 8 hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose addiition of IN_TIME and OUT_TIME will have 8 which means that employees is completing office hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write a expression IN_TIME + OUT_TIME = 8 then Employees is completing office hours.&lt;/P&gt;&lt;P&gt;and &lt;SPAN style="font-size: 13.3333px;"&gt;IN_TIME + OUT_TIME &amp;lt; 8 not completing office hours.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in writing the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984326#M1295943</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: add two fields</title>
      <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984327#M1295946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN_TIME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT_TIME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF( RANGESUM(IN_TIME, OUT_TIME) &amp;lt;8, 'not completed','completed') AS [OFFICE HOURS]&lt;/P&gt;&lt;P&gt;FROM YourDataSource;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984327#M1295946</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-12T12:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: add two fields</title>
      <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984328#M1295948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you are having same time format &amp;amp; then try at script level:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;OUT_TIME-&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;IN_TIME&amp;gt;=8,'8 Hrs Completed','8 hrs not completed') as FieldName &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984328#M1295948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-12T12:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: add two fields</title>
      <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984329#M1295949</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;As the guys above have suggested, but maybe if you could supply some sample data as for the suggestions to work you would need the in and out time on the same row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;OUT_TIME-&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IN_TIME&amp;gt;=8,'8 Hrs Completed','8 hrs not completed') as FieldName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 15:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984329#M1295949</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-12T15:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: add two fields</title>
      <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984330#M1295950</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;IN_TIME and OUT_TIME is on the same row.&lt;/P&gt;&lt;P&gt;Currently i am out of office. The Data is in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;08:00:00.000 09:00:00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;for IN_TIME = 08:00:00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and OUT_TIME =HH:MM:SS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will use the below expression and confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;OUT_TIME-&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IN_TIME&amp;gt;=8,'8 Hrs Completed','8 hrs not completed') as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Thanks&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 17:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984330#M1295950</guid>
      <dc:creator />
      <dc:date>2015-11-12T17:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: add two fields</title>
      <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984331#M1295951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the sample data. &lt;/P&gt;&lt;P&gt;I want to configure one-to-one mapping of IN_TIME and outtime to 8 hours completed and 8 hours not completed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using straight table where in&amp;nbsp; i am not getting for one-to-one mapping.&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, 15 Nov 2015 08:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984331#M1295951</guid>
      <dc:creator />
      <dc:date>2015-11-15T08:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: add two fields</title>
      <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984332#M1295952</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 try this ways by creating flag field in the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14475920868369945 jive_text_macro" jivemacro_uid="_14475920868369945" modifiedtitle="true"&gt;
&lt;P&gt;Temp:&lt;/P&gt;
&lt;P&gt;LOAD M_DATE, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN_TIME, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUT_TIME,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval( OUT_TIME&amp;nbsp;&amp;nbsp; -&amp;nbsp; IN_TIME,'hh:mm:ss' ) as [Total Time],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hour(Interval( OUT_TIME&amp;nbsp;&amp;nbsp; -&amp;nbsp; IN_TIME,'hh' )) as [Total Hours]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;C:\Users\Home\Downloads\IT_TIME.xls&lt;/P&gt;
&lt;P&gt;(biff, embedded labels, table is [Sheet1$]);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Main:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;*,&lt;/P&gt;
&lt;P&gt;If([Total Time] = '08:00:00' or [Total Hours] &amp;gt;= '8' ,'Completed', 'Not Completed') as Flag&lt;/P&gt;
&lt;P&gt;Resident Temp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table Temp;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the attached file qlikview file for solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 12:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984332#M1295952</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-11-15T12:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: add two fields</title>
      <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984333#M1295953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need to decide how you want to handle the multiple rows with same M_DATE. I've created an additional RecID field to distinguish between the duplicate date values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, since your OUT_TIME and IN_TIME are QV time values, i.e. fraction of the as number, you need to compare against the time interval of 8 hours, which corresponds to 8/24, i.e. 1/3, or '08:00:00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also need to think about how you want to handle missing OUT_TIME. I've added two calculations, one considering the missing OUT_TIME as unkown, one assuming an OUT_TIME as midnight if missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Interval(OUT_TIME - IN_TIME) as Interval1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Interval(Alt(OUT_TIME,1) - IN_TIME) as Interval2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if( (OUT_TIME - IN_TIME) &amp;gt; '08:00:00', 'more than 8 hours', 'not more than 8 hours or unknown OUT') as Status,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if( (Alt(OUT_TIME,1) - IN_TIME ) &amp;gt; '08:00:00', 'more than 8 hours, unkown OUT set to midnight', 'not more than 8 hours') as Status2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; (Alt(OUT_TIME,1) - IN_TIME ) as Test,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Alt(OUT_TIME,1) as Test2;&lt;/P&gt;&lt;P&gt;LOAD Recno() as RecID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; M_DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time#(IN_TIME) as IN_TIME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time#(OUT_TIME) as OUT_TIME&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[IT_TIME.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 13:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984333#M1295953</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-15T13:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: add two fields</title>
      <link>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984334#M1295954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I tried the solution but i am getting value two times one time without flag and one with flag.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 477px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="text-align: left;" width="77"&gt;06:57:00.0000&lt;/TD&gt;&lt;TD class="xl63" style="border-left-style: none; text-align: left;" width="77"&gt;14:17:00.0000&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-left-style: none; text-align: left;" width="111"&gt;18/10/2015 00:00:00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left-style: none; text-align: left;" width="70"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left-style: none; text-align: left;" width="64"&gt;0:00:00&lt;/TD&gt;&lt;TD class="xl67" style="border-left-style: none; text-align: left;" width="78"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top-style: none; text-align: left;"&gt;06:57:00.0000&lt;/TD&gt;&lt;TD class="xl63" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;14:17:00.0000&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;18/10/2015 00:00:00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;7:20:00&lt;/TD&gt;&lt;TD class="xl63" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;Not Completed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top-style: none; text-align: left;"&gt;06:59:00.0000&lt;/TD&gt;&lt;TD class="xl63" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;14:36:00.0000&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;11/10/2015 00:00:00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;0:00:00&lt;/TD&gt;&lt;TD class="xl67" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top-style: none; text-align: left;"&gt;06:59:00.0000&lt;/TD&gt;&lt;TD class="xl63" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;14:36:00.0000&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;11/10/2015 00:00:00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;7:37:00&lt;/TD&gt;&lt;TD class="xl63" style="border-top-style: none; border-left-style: none; text-align: left;"&gt;&lt;P&gt;Not Completed&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;As per the above output the first two columns are same but it has displayed twice one with null flag and other as not completed&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;OP is same for all the users&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have attached the xls file for your reference.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 13:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-two-fields/m-p/984334#M1295954</guid>
      <dc:creator />
      <dc:date>2015-11-15T13:56:41Z</dc:date>
    </item>
  </channel>
</rss>

