<?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 point in time? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/point-in-time/m-p/381683#M1168915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;whould be very nice if someone can help me with what I think is point in time(?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the Id:s that have been active for a minimum of 10 months from latest event date. I have the following tables&lt;/P&gt;&lt;P&gt;Id&lt;/P&gt;&lt;P&gt;Eventdate&lt;/P&gt;&lt;P&gt;Master calendar with the usal stuff, month, year, date,fiscal etc counters for thoose and some rolling 3 and 12(?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a Id has&amp;nbsp; only one eventdate 10 months back and one this month I want to count it as a "hit"&lt;/P&gt;&lt;P&gt;if it has a eventdate 15 months back and regular hits up today its also counts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be done, any suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2012 17:07:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-28T17:07:20Z</dc:date>
    <item>
      <title>point in time?</title>
      <link>https://community.qlik.com/t5/QlikView/point-in-time/m-p/381683#M1168915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;whould be very nice if someone can help me with what I think is point in time(?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the Id:s that have been active for a minimum of 10 months from latest event date. I have the following tables&lt;/P&gt;&lt;P&gt;Id&lt;/P&gt;&lt;P&gt;Eventdate&lt;/P&gt;&lt;P&gt;Master calendar with the usal stuff, month, year, date,fiscal etc counters for thoose and some rolling 3 and 12(?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a Id has&amp;nbsp; only one eventdate 10 months back and one this month I want to count it as a "hit"&lt;/P&gt;&lt;P&gt;if it has a eventdate 15 months back and regular hits up today its also counts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this be done, any suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 17:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/point-in-time/m-p/381683#M1168915</guid>
      <dc:creator />
      <dc:date>2012-08-28T17:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: point in time?</title>
      <link>https://community.qlik.com/t5/QlikView/point-in-time/m-p/381684#M1168916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want this is a chart or in the script? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming that you have ID also in the eventdate table to link data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the script you can do a group by resident table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SummaryEvent:&lt;/P&gt;&lt;P&gt;MIN(Eventdate) as 'First Event',&lt;/P&gt;&lt;P&gt;MAX(Eventdate) as 'Last Event',&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;if(MIN(Eventdate)&amp;lt;=ADDMONTHS(MAX(Eventdate),-10),'Over 10 Months Active','Under 10 Months Active')&lt;/P&gt;&lt;P&gt;Resident Eventdate Group by ID;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 17:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/point-in-time/m-p/381684#M1168916</guid>
      <dc:creator />
      <dc:date>2012-08-28T17:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: point in time?</title>
      <link>https://community.qlik.com/t5/QlikView/point-in-time/m-p/381685#M1168917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I do &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; &lt;/P&gt;&lt;P&gt;Great, was just thinking of some kind of interval but min /maxlooks like a nice solution. Thanks! Cant wait until I get to work and can try it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 17:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/point-in-time/m-p/381685#M1168917</guid>
      <dc:creator />
      <dc:date>2012-08-28T17:48:54Z</dc:date>
    </item>
  </channel>
</rss>

