<?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: Set Analysis Combination in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370597#M514724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, one more wrench. I need to be able to filter these text boxes by REQUEST_REGION and I think using 1 is preventing me from doing that. Is there any reason why it is needed because if I take it out, the numbers still look correct to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='ERC - Routing: ' &amp;amp; Count(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}, DEFECT_ID = {"=Min({1&amp;lt;DEFECT_STATUS={'New'}, GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;gt;= AddMonths(Today(),-6) and Min({1&amp;lt;DEFECT_STATUS={'New'}, GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;lt;= AddMonths(Today(), 0)"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DISTINCT DEFECT_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 21:31:00 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2017-07-27T21:31:00Z</dc:date>
    <item>
      <title>Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370577#M514704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 requirements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Requirement 1:&lt;/STRONG&gt; combine base expression with: Of those created within the last 6 months, how many touched &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Submitted to Routing'} ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Base expression to identify tickets created within the last 6 months:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;PROCESS_STEP_START_DATE&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=$(=Date(addmonths(monthend(today()),-6),'MM/DD/YYYY'))&amp;lt;=$(=Date(addmonths(monthend(today()),0),'MM/DD/YYYY'))"&lt;/SPAN&gt;},&lt;SPAN style="color: #800000;"&gt;PROCESS_STEP&lt;/SPAN&gt;={'Ticket Created (Detected)'}&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;Requirement 2: &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;How many DEFECT_ID have a DEFECT_STATUS = Closed&lt;/SPAN&gt; &lt;STRONG style="font-size: 12pt;"&gt;within the last 6 months&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 12pt;"&gt; but were created BEFORE 6 months ago?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;DEFECT_STATUS_START_DATE&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=$(=Date(addmonths(monthend(today()),-6),'MM/DD/YYYY'))&amp;lt;=$(=Date(addmonths(monthend(today()),0),'MM/DD/YYYY'))"&lt;/SPAN&gt;},&lt;SPAN style="color: #800000;"&gt;DEFECT_STATUS&lt;/SPAN&gt;={'Closed'}&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt; &lt;/SPAN&gt;TIA!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 17:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370577#M514704</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-25T17:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370578#M514705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this for Req 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='ERC - Routing: ' &amp;amp; Count({$&amp;lt;DEFECT_ID = p({&amp;lt;PROCESS_STEP_START_DATE={"&amp;gt;=$(=Date(addmonths(monthend(today()),-6),'MM/DD/YYYY'))&amp;lt;=$(=Date(addmonths(monthend(today()),0),'MM/DD/YYYY'))"},PROCESS_STEP={'Submitted to Routing'}&amp;gt;}),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PROCESS_STEP_START_DATE={"&amp;gt;=$(=Date(addmonths(monthend(today()),-6),'MM/DD/YYYY'))&amp;lt;=$(=Date(addmonths(monthend(today()),0),'MM/DD/YYYY'))"},PROCESS_STEP={'Ticket Created (Detected)'}&amp;gt;} distinct DEFECT_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the expected output for Req 2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 17:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370578#M514705</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-25T17:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370579#M514706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what the expected output is... I will try to write a query against the database to figure it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370579#M514706</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-25T18:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370580#M514707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that would help me figure out what you might be after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did the first req looked good?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370580#M514707</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-25T18:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370581#M514708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I think so&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370581#M514708</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-26T14:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370582#M514709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the expected output is around 450 for req 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370582#M514709</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-26T14:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370583#M514710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got 426 using&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;DEFECT_ID = P({&amp;lt;DEFECT_STATUS_START_DATE = {"&amp;lt;=$(=Date(addmonths(monthend(today()),-6),'MM/DD/YYYY'))"}, DEFECT_STATUS -= {'Closed'}&amp;gt;})*P({&amp;lt;DEFECT_STATUS_START_DATE = {"&amp;gt;$(=Date(addmonths(monthend(today()),-6),'MM/DD/YYYY'))"}, DEFECT_STATUS = {'Closed'}&amp;gt;})&amp;gt;} distinct DEFECT_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was your date range when you used in the query?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;DEFECT_STATUS_START_DATE &amp;lt;= 01/31/2017?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370583#M514710</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-26T14:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370584#M514711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-6 months so today it would be 1/26/17.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 14:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370584#M514711</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-26T14:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370585#M514712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This gives 422&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Closed: ' &amp;amp; Count({$&amp;lt;DEFECT_ID = P({&amp;lt;DEFECT_STATUS_START_DATE = {"&amp;lt;=$(=Date(Addmonths(Today(),-6),'MM/DD/YYYY'))"}, DEFECT_STATUS -= {'Closed'}&amp;gt;})*P({&amp;lt;DEFECT_STATUS_START_DATE = {"&amp;gt;=$(=Date(Monthend(Today(),-6),'MM/DD/YYYY'))"}, DEFECT_STATUS = {'Closed'}&amp;gt;})&amp;gt;} distinct DEFECT_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370585#M514712</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-26T15:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370586#M514713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is Closed in the last 6 months but created more than 6 months ago?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The P() is the intersection, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370586#M514713</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-26T15:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370587#M514714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P() is possible, intersection is done using *. But yes the idea is to find defects which were open 6 months ago, but are closed in the last 6 months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370587#M514714</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-26T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370588#M514715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I just need to find out what the actual number is from the query. I will respond then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, sir!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370588#M514715</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-26T15:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370589#M514716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sunny,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I'm trying to modify your expression to find a count of those tickets where CUR_GOV_PROCESS_QUEUE is 'ERC - Resourcing' or 'ERC - Assigned', or ERC - Agenda' and the 'Ticket Created (Detected)' within the last 6 months.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;What's wrong with this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUR_GOV_PROCESS_QUEUE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ERC - Resourcing','ERC - Assigned','ERC - Agenda'}&amp;gt;}),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP_START_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Date(addmonths(monthend(today()),-6),'MM/DD/YYYY'))&amp;lt;=$(=Date(addmonths(monthend(today()),0),'MM/DD/YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PROCESS_STEP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Ticket Created (Detected)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 19:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370589#M514716</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-26T19:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370590#M514717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, is it giving you error? or incorrect count?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370590#M514717</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-27T11:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370591#M514718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It turns out getting query uncovered that I was using a field with logic to only look at defects with status = Closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You helped me get the logic of defects created in the last 6 months using only the min start date for New status and this looks correct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Tickets Created: ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Min({&amp;lt;DEFECT_STATUS={'New'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;gt;= AddMonths(Today(),-6) and Min({&amp;lt;DEFECT_STATUS={'New'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;lt;= AddMonths(Today(), 0)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'New'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement 1: Of those created within the last 6 months, how many have passed through &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_PROCESS_QUEUE&lt;/SPAN&gt; = ERC - Routing? &lt;/STRONG&gt;Expected 282:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='ERC - Routing: ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_PROCESS_QUEUE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'ERC - Routing'}&amp;gt;}),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Min({&amp;lt;DEFECT_STATUS={'New'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;gt;= AddMonths(Today(),-6) and Min({&amp;lt;DEFECT_STATUS={'New'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;lt;= AddMonths(Today(), 0)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'New'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Requirement 2:&lt;/STRONG&gt; Of those created &lt;STRONG&gt;BEFORE&lt;/STRONG&gt; the last 6 months, how many were &lt;STRONG&gt;closed within the last 6 months&lt;/STRONG&gt;? I expect 454 here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Closed w/i 6 months; Created &amp;gt;6 months: ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_STATUS_START_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Date(addmonths(monthend(today()),-6),'MM/DD/YYYY'))&amp;lt;=$(=Date(addmonths(monthend(today()),0),'MM/DD/YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Closed'}&amp;gt;}),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Min({&amp;lt;DEFECT_STATUS={'New'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;lt;= AddMonths(Today(),-6) and Min({&amp;lt;DEFECT_STATUS={'New'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;lt;= AddMonths(Today(), 0)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'New'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEFECT_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 17:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370591#M514718</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-27T17:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370592#M514719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Req 1, I am getting 276&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='ERC - Routing: ' &amp;amp; Count(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{1&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}, DEFECT_ID = {"=Min({1&amp;lt;DEFECT_STATUS={'New'}, GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;gt;= AddMonths(Today(),-6) and Min({1&amp;lt;DEFECT_STATUS={'New'}, GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;lt;= AddMonths(Today(), 0)"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DISTINCT DEFECT_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171661_Capture.PNG" style="height: 265px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached chart will show you the list of DEFECT_IDs which are included in the 276 here.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370592#M514719</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-27T18:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370593#M514720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I think this is correct for Req 1 - my data is a little newer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 19:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370593#M514720</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-27T19:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370594#M514721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Req 2, I am getting 423&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Closed w/i 6 months; Created &amp;gt;6 months (expected 454): ' &amp;amp; Count({$&amp;lt;DEFECT_ID = &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{"=Min({&amp;lt;DEFECT_STATUS={'New'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;lt; AddMonths(Today(),-6) and Min({&amp;lt;DEFECT_STATUS={'Closed'}&amp;gt;}DEFECT_STATUS_START_DATE) &amp;gt;= AddMonths(Today(),-6)"}&amp;gt;} DISTINCT DEFECT_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171671_Capture.PNG" style="height: 333px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 19:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370594#M514721</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-27T19:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370595#M514722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 19:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370595#M514722</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-07-27T19:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Combination</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370596#M514723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 19:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Combination/m-p/1370596#M514723</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-27T19:07:29Z</dc:date>
    </item>
  </channel>
</rss>

