<?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: Active Members Count in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1532488#M8329</link>
    <description>A inner join without a key means a similar as cross join which brings all the combination of two data sets. and then use the where clause to filter the cross join data.&lt;BR /&gt;&lt;BR /&gt;ZZ</description>
    <pubDate>Mon, 21 Jan 2019 02:43:40 GMT</pubDate>
    <dc:creator>zzyjordan</dc:creator>
    <dc:date>2019-01-21T02:43:40Z</dc:date>
    <item>
      <title>Active Members Count</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1531298#M8284</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table which has the Org Id,&amp;nbsp;NewCustomerDate ,ServiceExpirationDate180, fields which shows when the Customer has been added(&lt;SPAN&gt;NewCustomerDate)&lt;/SPAN&gt; and when the Customer service has expired(&lt;SPAN&gt;ServiceExpirationDate180),&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to create a report by Quarter start dates , on how many Customers where active between NewCustomerDate and ServiceExpirationDate180.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here are the Quarter Start Dates:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ActiveQtr:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;CommonDate,RecCount&lt;BR /&gt;8/1/2017,1&lt;BR /&gt;11/1/2017,1&lt;BR /&gt;2/1/2018,1&lt;BR /&gt;5/1/2018,1&lt;BR /&gt;8/1/2018,1&lt;BR /&gt;11/1/2018,1&lt;BR /&gt;2/1/2019,1&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The metric i want is count of active customers between start and end dates , for a specific quarter , please let me know how i can structure the data for this&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried using the Interval Match , attached the application , but for some reason reload just hangs before the Inner Join in the script , Please help!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 03:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1531298#M8284</guid>
      <dc:creator>stevejones1</dc:creator>
      <dc:date>2019-01-17T03:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Active Members Count</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1531326#M8285</link>
      <description>&lt;P&gt;Hi, Steve&lt;/P&gt;&lt;P&gt;Try something similar like this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tmp:&lt;BR /&gt;LOAD Date("QtrStartDate",'DD/MM/YYYY') as [QtrStart],Date(QtrEndDate,'DD/MM/YYYY') as [QtrEnd] INLINE [&lt;BR /&gt;QtrStartDate,&lt;STRONG&gt;QtrEndDate&lt;/STRONG&gt;&lt;BR /&gt;01/08/2017,01/11/2017&lt;BR /&gt;01/11/2017,01/02/2017&lt;BR /&gt;01/02/2018,01/05/2018&lt;BR /&gt;01/05/2018,01/08/2018&lt;BR /&gt;01/08/2018,01/11/2018&lt;BR /&gt;01/11/2018,01/02/2019&lt;BR /&gt;01/02/2019,01/05/2019&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inner join (tmp)&lt;/STRONG&gt;&lt;BR /&gt;load "Orgid",Date(startDt,'DD/MM/YYYY') as "startDt", Date(endDt,'DD/MM/YYYY') as "endDt" inline [&lt;BR /&gt;Orgid,startDt,endDt&lt;BR /&gt;1,08/11/2017,20/10/2018&lt;BR /&gt;2,01/01/2018,10/03/2019&lt;BR /&gt;3,10/03/2018,05/07/2018&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;ActiveQt:&lt;BR /&gt;Load *&lt;BR /&gt;Resident tmp&lt;BR /&gt;&lt;STRONG&gt;Where ("startDt" &amp;gt;="QtrStart" and "startDt"&amp;lt;"QtrEnd")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;("endDt" &amp;gt;="QtrStart" and "endDt"&amp;lt;"QtrEnd")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;("endDt" &amp;gt;="QtrEnd" and "startDt"&amp;lt;"QtrStart")&lt;/STRONG&gt;&lt;BR /&gt;;&lt;BR /&gt;Drop Table tmp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ZZ&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 04:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1531326#M8285</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-01-17T04:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Active Members Count</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1531339#M8286</link>
      <description>&lt;P&gt;The interval match was not set up correctly. Try this:&lt;/P&gt;&lt;PRE&gt;ActiveQtr: 
LOAD * INLINE [
    CommonDate,RecCount
    02/01/2017,1
    08/01/2017,1
    11/01/2017,1
    02/01/2018,1
    05/01/2018,1
    08/01/2018,1
    11/01/2018,1
    02/01/2019,1
];

Left Join (ActiveQtr)
IntervalMatch (CommonDate)
LOAD NewCustomerDate, ServiceExpirationDate180 
RESIDENT LatteData 
WHERE ServiceExpirationDate180 &amp;gt;= MakeDate(2018,1,2);

Left Join (ActiveQtr)
LOAD *
RESIDENT LatteData; 

Drop Table LatteData;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Jan 2019 05:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1531339#M8286</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-17T05:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Active Members Count</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1532485#M8326</link>
      <description>&lt;P&gt;Can you tell me on which column the inner join is done? i dont see acommon table&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 02:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1532485#M8326</guid>
      <dc:creator>stevejones1</dc:creator>
      <dc:date>2019-01-21T02:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Active Members Count</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1532486#M8327</link>
      <description>&lt;P&gt;what is the inner join based on ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 02:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1532486#M8327</guid>
      <dc:creator>stevejones1</dc:creator>
      <dc:date>2019-01-21T02:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Active Members Count</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1532488#M8329</link>
      <description>A inner join without a key means a similar as cross join which brings all the combination of two data sets. and then use the where clause to filter the cross join data.&lt;BR /&gt;&lt;BR /&gt;ZZ</description>
      <pubDate>Mon, 21 Jan 2019 02:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Active-Members-Count/m-p/1532488#M8329</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-01-21T02:43:40Z</dc:date>
    </item>
  </channel>
</rss>

