<?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: Monthly data comparison and finding newly added items in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthly-data-comparison-and-finding-newly-added-items/m-p/740384#M1021235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try searching for new+lost: &lt;A href="/t5/forums/searchpage/tab/message?q=new lost"&gt;http://community.qlik.com/search.jspa?q=new+lost&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You should encounter for example these discussions:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/678525#678525" style="font-size: 10pt; line-height: 1.5em;" title="http://community.qlik.com/message/678525#678525"&gt;http://community.qlik.com/message/678525#678525&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/262719#262719" title="http://community.qlik.com/message/262719#262719"&gt;http://community.qlik.com/message/262719#262719&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said you can easily identify new items in the load script if your source data is already ordered by month:&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; Item,&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; MonthNo, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(not exists Item, 1, 0) as IsNew,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Field1 = Field2) as IsEqualField1Field2&lt;/P&gt;&lt;P&gt;FROM ...source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can count the new items with count({&amp;lt;IsNew={1},IsEqualField1Field2={1}&amp;gt;}distinct Item)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 12:47:06 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-03-18T12:47:06Z</dc:date>
    <item>
      <title>Monthly data comparison and finding newly added items</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-data-comparison-and-finding-newly-added-items/m-p/740383#M1021234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Hello!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I am currently working on one problem which seems to be complicated to me. I have monthly data which I need to compare. I always compare two neighbour month(9&amp;amp;10, 10&amp;amp;11,etc). Every month new items are added to the list of existing ones and I new to find and count them. My current table structure looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;STRONG&gt;Table1&lt;/STRONG&gt;. Total = 3 items&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: .0001pt;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Item&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;STRONG style=": ; font-family: arial,helvetica,sans-serif;"&gt;Field1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Field2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;STRONG style=": ; font-family: arial,helvetica,sans-serif;"&gt;MonthNo&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;A&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;B&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;C&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt;Table2&lt;/STRONG&gt;. Total = 6 items&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: .0001pt;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Item&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="font-family: 'Arial','sans-serif';"&gt;Field1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Field2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;STRONG style=": ; font-family: arial,helvetica,sans-serif;"&gt;MonthNo&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;A&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;B&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;C&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;F&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;D&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="92"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;G&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="95"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1pt solid windowtext; padding: 0px 5.4pt;" valign="top" width="85"&gt;&lt;P style="margin-top: auto; margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="FI" style="font-family: 'Arial','sans-serif';"&gt;11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;So the task is to find &lt;/SPAN&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;new items added in each month (always comparing latest and previous months) which meet the criteria: Field1=2 and count them. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Answer in this case(months 11 and 10): Items count=2 (Items D and G meet the criteria). &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;I can get the monthly total number of distinct items and also number of items where Field1=2 but I need to compare the actual items codes in each month, find new ones(that didn’t exist in previous month) and then count them. &lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Is there any solution for this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-data-comparison-and-finding-newly-added-items/m-p/740383#M1021234</guid>
      <dc:creator />
      <dc:date>2015-03-18T10:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly data comparison and finding newly added items</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-data-comparison-and-finding-newly-added-items/m-p/740384#M1021235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try searching for new+lost: &lt;A href="/t5/forums/searchpage/tab/message?q=new lost"&gt;http://community.qlik.com/search.jspa?q=new+lost&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You should encounter for example these discussions:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/678525#678525" style="font-size: 10pt; line-height: 1.5em;" title="http://community.qlik.com/message/678525#678525"&gt;http://community.qlik.com/message/678525#678525&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/262719#262719" title="http://community.qlik.com/message/262719#262719"&gt;http://community.qlik.com/message/262719#262719&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said you can easily identify new items in the load script if your source data is already ordered by month:&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; Item,&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; MonthNo, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(not exists Item, 1, 0) as IsNew,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Field1 = Field2) as IsEqualField1Field2&lt;/P&gt;&lt;P&gt;FROM ...source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can count the new items with count({&amp;lt;IsNew={1},IsEqualField1Field2={1}&amp;gt;}distinct Item)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 12:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-data-comparison-and-finding-newly-added-items/m-p/740384#M1021235</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-18T12:47:06Z</dc:date>
    </item>
  </channel>
</rss>

