<?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 Min(Date) Occurence and Rolling 8 Weeks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77553#M12784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two expressions I need to modify to only use the first instance of the DEFECT_ID entering the GOV_PROCESS_QUEUE = 'ERC - Routing' and also to only show the previous rolling 8 weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to use this but it's not working: &lt;SPAN style="color: #008000; font-size: 8pt;"&gt;,ROUTING_WEEK_START = {"$(='&amp;gt;=' &amp;amp; Date(WeekStart(min({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;MONTH_1), -8), 'MM-DD-YY') &amp;amp; '&amp;lt;' &amp;amp; Date(WeekStart(min({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}}&amp;gt;}MONTH_1), 0), 'MM-DD-YY'))"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg Days expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&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;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_PROCESS_QUEUE_TAT&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: 8pt;"&gt;Ticket Count expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;BR /&gt; &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'}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &amp;gt;}&lt;BR /&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: 8pt;"&gt;Suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks in Advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2018 18:23:21 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2018-02-08T18:23:21Z</dc:date>
    <item>
      <title>Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77553#M12784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two expressions I need to modify to only use the first instance of the DEFECT_ID entering the GOV_PROCESS_QUEUE = 'ERC - Routing' and also to only show the previous rolling 8 weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to use this but it's not working: &lt;SPAN style="color: #008000; font-size: 8pt;"&gt;,ROUTING_WEEK_START = {"$(='&amp;gt;=' &amp;amp; Date(WeekStart(min({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;MONTH_1), -8), 'MM-DD-YY') &amp;amp; '&amp;lt;' &amp;amp; Date(WeekStart(min({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}}&amp;gt;}MONTH_1), 0), 'MM-DD-YY'))"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg Days expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&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;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GOV_PROCESS_QUEUE_TAT&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: 8pt;"&gt;Ticket Count expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;BR /&gt; &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'}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &amp;gt;}&lt;BR /&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: 8pt;"&gt;Suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks in Advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 18:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77553#M12784</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-02-08T18:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77554#M12785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 14:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77554#M12785</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-02-12T14:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77555#M12786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not seen anything related your measures? Not sure, You uploaded latest version or not? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 15:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77555#M12786</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-12T15:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77556#M12787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what the issue is. It is the right file.&lt;IMG alt="2-12-2018 9-20-14 AM.jpg" class="jive-image image-1" src="/legacyfs/online/193143_2-12-2018 9-20-14 AM.jpg" style="width: 620px; height: 353px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 16:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77556#M12787</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-02-12T16:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77557#M12788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="199" src="https://community.qlik.com/legacyfs/online/193144_Capture.PNG" style="height: 198.984px; width: 338px;" width="338" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 16:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77557#M12788</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-12T16:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77558#M12789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You were right. I had the tab conditionally hidden. The right file is there now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 17:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77558#M12789</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-02-12T17:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77559#M12790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Here we go, Finally in single shot.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;count({$&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'},&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ROUTING_WEEK_START={"&amp;gt;=$(=Date(WeekStart(max({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}MONTH_1), -8), 'MM/DD/YY'))&amp;lt;=$(=Date(WeekStart(max({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}MONTH_1), 0), 'MM/DD/YY'))"}&amp;gt;}DISTINCT DEFECT_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;aggr(avg({$&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'},&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ROUTING_WEEK_START={"&amp;gt;=$(=Date(WeekStart(max({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}MONTH_1), -8), 'MM/DD/YY'))&amp;lt;=$(=Date(WeekStart(max({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}MONTH_1), 0), 'MM/DD/YY'))"}&amp;gt;}GOV_PROCESS_QUEUE_TAT), DEFECT_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 17:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77559#M12790</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-12T17:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77560#M12791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is close but not exactly what I need. Because a DEFECT_ID can go through this step multiple times, the rolling 8 weeks could show a count for the most current week but the avg days from months ago (like below). How do I always just show the last 8 weeks if the avg days could be associated with the first week and the count is associated with later weeks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2-12-2018 11-33-24 AM.jpg" class="jive-image image-1" src="/legacyfs/online/193180_2-12-2018 11-33-24 AM.jpg" style="width: 620px; height: 193px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 19:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77560#M12791</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-02-12T19:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77561#M12792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set irrespective selection for that like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;aggr(avg({&lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'},&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;ROUTING_WEEK_START={"&amp;gt;=$(=Date(WeekStart(max({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}MONTH_1), -8), 'MM/DD/YY'))&amp;lt;=$(=Date(WeekStart(max({&amp;lt;GOV_PROCESS_QUEUE = {'ERC - Routing'}&amp;gt;}MONTH_1), 0), 'MM/DD/YY'))"}&amp;gt;}GOV_PROCESS_QUEUE_TAT), DEFECT_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 13:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77561#M12792</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-13T13:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Date) Occurence and Rolling 8 Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77562#M12793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 15:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Date-Occurence-and-Rolling-8-Weeks/m-p/77562#M12793</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-02-13T15:04:30Z</dc:date>
    </item>
  </channel>
</rss>

