<?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 Back log for Open cases in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Back-log-for-Open-cases/m-p/705062#M254217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement where if user selects year then he need to see the data for max week of that year and if he selects quarter he should see max week data of that quarter and if he selects month then he need to see max week of that month and if he selects week he need to see particular week data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year data is 2014&lt;/P&gt;&lt;P&gt;quarter data is 2014-Q1,2014-Q2 and&lt;/P&gt;&lt;P&gt;month data will be 2014-01,2014-02... and&lt;/P&gt;&lt;P&gt;week data will be 2014-W01,2014-W02 ...2014-W52.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for ex: in 2014&amp;nbsp; my last load date is 16/09/2014 then if he selects year he needs to see this load data as of 16/09/2014.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if he selects 2014-Q1 then he needs to see data for last week of march load date data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if he selects month 2014-05 then he needs to see data for last week for that month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please help me on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2014 06:41:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-16T06:41:44Z</dc:date>
    <item>
      <title>Back log for Open cases</title>
      <link>https://community.qlik.com/t5/QlikView/Back-log-for-Open-cases/m-p/705062#M254217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement where if user selects year then he need to see the data for max week of that year and if he selects quarter he should see max week data of that quarter and if he selects month then he need to see max week of that month and if he selects week he need to see particular week data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year data is 2014&lt;/P&gt;&lt;P&gt;quarter data is 2014-Q1,2014-Q2 and&lt;/P&gt;&lt;P&gt;month data will be 2014-01,2014-02... and&lt;/P&gt;&lt;P&gt;week data will be 2014-W01,2014-W02 ...2014-W52.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for ex: in 2014&amp;nbsp; my last load date is 16/09/2014 then if he selects year he needs to see this load data as of 16/09/2014.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if he selects 2014-Q1 then he needs to see data for last week of march load date data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if he selects month 2014-05 then he needs to see data for last week for that month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please help me on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 06:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-log-for-Open-cases/m-p/705062#M254217</guid>
      <dc:creator />
      <dc:date>2014-09-16T06:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Back log for Open cases</title>
      <link>https://community.qlik.com/t5/QlikView/Back-log-for-Open-cases/m-p/705063#M254218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a searchstring to select the week or an expression which ignored all further weeks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search-string: week = week(max(date))&lt;/P&gt;&lt;P&gt;expression: sum({&amp;lt; week = {"$(=week(max(date)))"}&amp;gt;} ANYFIELD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 06:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-log-for-Open-cases/m-p/705063#M254218</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-09-16T06:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Back log for Open cases</title>
      <link>https://community.qlik.com/t5/QlikView/Back-log-for-Open-cases/m-p/705064#M254219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attached application solution and do modifications accordingly in your script or code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravikumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Back-log-for-Open-cases/m-p/705064#M254219</guid>
      <dc:creator />
      <dc:date>2014-09-16T07:27:47Z</dc:date>
    </item>
  </channel>
</rss>

