<?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: Eliminate some data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99259#M765207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not ok,&lt;/P&gt;&lt;P&gt;Please find enclosed QV report after the updation. You can see the green marked items are fine. This is correct, but see the red marked, there is only one WT which is 3005 and it should not be zero, it can be 2 in the filter column.&lt;/P&gt;&lt;P&gt;If Sum of WT = 0 , then 0 , If there is only one WT(Eith&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208238_Capture.JPG" style="height: 254px; width: 620px;" /&gt;er 3000 or 3005) then 2, otherwise 1 in a particular employee code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2018 06:35:01 GMT</pubDate>
    <dc:creator>shamsu_mk</dc:creator>
    <dc:date>2018-07-19T06:35:01Z</dc:date>
    <item>
      <title>Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99252#M765200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello team&lt;/P&gt;&lt;P&gt;Please find attached an excel table. I would like to have a Qlickview report by eliminating some data as per the below conditions. The items to be eliminated has been marked with yellow color&lt;/P&gt;&lt;P&gt;&amp;nbsp; The condition for elimination is followed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Under one employee code,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If sum of WT=3000 and WT = 3005 is zero , the both line which represents 3000 and 3005 has to be eliminated,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if not zero some color has to be&amp;nbsp; marked show the unmatched item&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if there is only one WT ( 3000 or 3005 ) no action required&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, if my requirement confuses you, but please support me.&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/Eliminate-some-data/m-p/99252#M765200</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99253#M765201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Wages Type]=3000 or [Wages Type]=3005,&lt;/P&gt;&lt;P&gt;if((Sum( Aggr(Sum({&amp;lt;[Wages Type]={'3000'}&amp;gt;}[Amount 2]),Employee))+Sum( Aggr(Sum({&amp;lt;[Wages Type]={'3005'}&amp;gt;}[Amount 2]),Employee)))&amp;gt;0,1,0),1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 06:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99253#M765201</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-07-18T06:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99254#M765202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If any explanation is needed, please let me know. You just have to replace &lt;SPAN style="color: #ff0000;"&gt;file path&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;//Load all the data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ReportTemp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD [Posting Key], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Wages Type], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Amount 2],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Wages Type]=3000 or [Wages Type]=3005,Employee&amp;amp;'-X',0) as mark&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 13.3333px; text-decoration: line-through;"&gt;&lt;F&gt;&lt;/F&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 13.3333px; text-decoration: line-through;"&gt;(ooxml, embedded labels, table is Arkusz1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #339966;"&gt;//sum of '3000' and '3005'&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;left join (ReportTemp) load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum([Amount 2]) as am2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Employee&amp;amp;'-X' as mark&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident ReportTemp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;where [Wages Type]=3000 or [Wages Type]=3005&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;group by Employee&amp;amp;'-X'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #339966;"&gt;//create report from previous table where sum of 3000 and 3005 is &amp;gt;0 or where there is no 3000 or 3005 in line (it's sum is null)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Report:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NoConcatenate load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Posting Key], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Amount, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Employee, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Wages Type], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Amount 2],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;mark&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident ReportTemp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;where isnull(am2)=-1 or am2&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop Table ReportTemp&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 07:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99254#M765202</guid>
      <dc:creator>mtucholski</dc:creator>
      <dc:date>2018-07-18T07:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99255#M765203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean in expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 07:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99255#M765203</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2018-07-18T07:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99256#M765204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 07:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99256#M765204</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-07-18T07:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99257#M765205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There is a small issue. If the WT 3000 + WT 3005 = 0, The result is coming properly as I needed. But If there is only one WT available then it is not zero, but it is showing as zero as per your formula. See below example. In this case, the result should not be zero, whereas it is appearing as zero as the formula.&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/208191_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 12:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99257#M765205</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2018-07-18T12:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99258#M765206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: 'Courier New';"&gt;Hi,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: 'Courier New';"&gt;Use "&amp;lt;&amp;gt;0" instead of &amp;gt;0 in the expression,if the sum is negative it was considering it as 0 according to expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Wages Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=3000 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Wages Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=3005,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Wages Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'3000'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Amount 2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Employee&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;))+&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Wages Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={'3005'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Amount 2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Employee&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)))&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: red;"&gt;&amp;lt;&amp;gt;0&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,1,0),1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Pooja&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 05:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99258#M765206</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-07-19T05:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99259#M765207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not ok,&lt;/P&gt;&lt;P&gt;Please find enclosed QV report after the updation. You can see the green marked items are fine. This is correct, but see the red marked, there is only one WT which is 3005 and it should not be zero, it can be 2 in the filter column.&lt;/P&gt;&lt;P&gt;If Sum of WT = 0 , then 0 , If there is only one WT(Eith&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208238_Capture.JPG" style="height: 254px; width: 620px;" /&gt;er 3000 or 3005) then 2, otherwise 1 in a particular employee code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 06:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99259#M765207</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2018-07-19T06:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99260#M765209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I will try this also and update you the status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 06:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99260#M765209</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2018-07-19T06:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99261#M765211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should be "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where isnull(am2)=-1 or am2&amp;lt;&amp;gt;0" in the last line, not "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where isnull(am2)=-1 or am2&amp;gt;0&lt;/SPAN&gt;". Sorry for that.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 06:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99261#M765211</guid>
      <dc:creator>mtucholski</dc:creator>
      <dc:date>2018-07-19T06:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99262#M765212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As marked in red some amounts are doublling in the report.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208270_Capture.JPG" style="height: 301px; width: 620px;" /&gt;+&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 09:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99262#M765212</guid>
      <dc:creator>shamsu_mk</dc:creator>
      <dc:date>2018-07-19T09:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate some data</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99263#M765214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have loaded your data from .xlsx and put the code I wrote as a only load script. The result is as below. So I think it's something else that doubles the rows. You have to look through your load script. Note that my script loads only '0' marks.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Przechwytywanie.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208382_Przechwytywanie.JPG" style="max-width: 620px; height: auto; float: none;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 05:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-some-data/m-p/99263#M765214</guid>
      <dc:creator>mtucholski</dc:creator>
      <dc:date>2018-07-20T05:43:34Z</dc:date>
    </item>
  </channel>
</rss>

