<?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 Count new objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253074#M1206508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, for creating your First Command Flag, you may use the FIRSTSORTEDVALUE function. The example in the Help menu is pretty clear &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&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, 03 May 2010 13:52:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-03T13:52:08Z</dc:date>
    <item>
      <title>Count new objects</title>
      <link>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253069#M1206503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I would like to display the count of new Customers, displaying the amount over time in a graph or chart. The problem is that there is no data regarding the date a Customer was created. Therefore I would like to make an expression that counts the amount of customers that have been counted before. I want to show it with time as the dimension, so that I can see from one month to another how many new customers I have.&lt;/P&gt;&lt;P&gt;count ( if ( Customer has not already been counted , Customer ) )&lt;/P&gt;&lt;P&gt;Is this possible? If so, any help will be welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Johannes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 15:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253069#M1206503</guid>
      <dc:creator />
      <dc:date>2010-04-21T15:11:08Z</dc:date>
    </item>
    <item>
      <title>Count new objects</title>
      <link>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253070#M1206504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johannes,&lt;/P&gt;&lt;P&gt;why won't you use ORDER DATE instead of the missing CUSTOMER CREATION DATE ?&lt;/P&gt;&lt;P&gt;If every customer has already ordered at list once you could create a FIRST_ORDER flag field and Count the flags&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 17:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253070#M1206504</guid>
      <dc:creator />
      <dc:date>2010-04-21T17:28:35Z</dc:date>
    </item>
    <item>
      <title>Count new objects</title>
      <link>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253071#M1206505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed I thought of counting customers by the first time they make a purchase, but I have a problem trying to doing that. The data I have is neither from a database, nor any files, so I don't use Load or SQL-queries to load the data. I load the data using:&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Binary&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;data.qvw; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Loading data like this is not by choice, and I have no other option. Is there still a way to create new fields and such?&lt;/P&gt;&lt;P&gt;//Johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 07:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253071#M1206505</guid>
      <dc:creator />
      <dc:date>2010-04-22T07:18:01Z</dc:date>
    </item>
    <item>
      <title>Count new objects</title>
      <link>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253072#M1206506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johannes,&lt;/P&gt;&lt;P&gt;here is a sample code where DATAMART is the fact table from a BINARY instruction load. DATAMART2 is the new fact table.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;P style="font-style: italic"&gt;----------------------------------------------&lt;/P&gt;&lt;P style="font-style: italic"&gt;[DATAMART2:&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;/B&gt; *,&lt;/P&gt;&lt;P&gt;1 &lt;B&gt;as&lt;/B&gt; MyCounter&lt;/P&gt;&lt;P&gt;&lt;B&gt;RESIDENT&lt;/B&gt; DATAMART;&lt;/P&gt;&lt;P&gt;&lt;B&gt;DROP&lt;/B&gt; &lt;B&gt;TABLE&lt;/B&gt; &lt;I&gt;DATAMART; ]&lt;/I&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 09:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253072#M1206506</guid>
      <dc:creator />
      <dc:date>2010-04-23T09:13:57Z</dc:date>
    </item>
    <item>
      <title>Count new objects</title>
      <link>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253073#M1206507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your replies. This should help me alot. Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 12:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253073#M1206507</guid>
      <dc:creator />
      <dc:date>2010-04-23T12:05:30Z</dc:date>
    </item>
    <item>
      <title>Count new objects</title>
      <link>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253074#M1206508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, for creating your First Command Flag, you may use the FIRSTSORTEDVALUE function. The example in the Help menu is pretty clear &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&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, 03 May 2010 13:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-new-objects/m-p/253074#M1206508</guid>
      <dc:creator />
      <dc:date>2010-05-03T13:52:08Z</dc:date>
    </item>
  </channel>
</rss>

