<?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 Need max  Week level data which is available for the current quarter. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-max-Week-level-data-which-is-available-for-the-current/m-p/684422#M248039</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;I Have the filter Year,Quarter,Weeks(1 to 13 per quarter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Q1 i have 13 weeks of data so it is dipalying data properly,for Q2 is currently&amp;nbsp; having&amp;nbsp; the data of 7 weeks.&lt;/P&gt;&lt;P&gt;If i select Q2 with the below conditon it is shoing No data to display..Because its looking for MaX WEEK and Last week -1 .For the same&lt;/P&gt;&lt;P&gt;13 th and 12th week data is not available for Q2.Data is available till 7 th week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUM({&amp;lt;WeekKeyNumber={$(=MAX(WeekKeyNumber))},WeekKey=,FinancialYear=,FiscalQuarter=,PostingDate=,WKey=&amp;gt;}Sales)-&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;WeekKeyNumber={$(=MAX(WeekKeyNumber)-1)},WeekKey=,FinancialYear=,FiscalQuarter=,PostingDate=,WKey=&amp;gt;}Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select Quarter and 7 th week in filter i'm getting the proper count.if i dont select any Week it is giving No data to Dispaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InAdvacne&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 08:50:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-12T08:50:42Z</dc:date>
    <item>
      <title>Need max  Week level data which is available for the current quarter.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-max-Week-level-data-which-is-available-for-the-current/m-p/684422#M248039</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;I Have the filter Year,Quarter,Weeks(1 to 13 per quarter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Q1 i have 13 weeks of data so it is dipalying data properly,for Q2 is currently&amp;nbsp; having&amp;nbsp; the data of 7 weeks.&lt;/P&gt;&lt;P&gt;If i select Q2 with the below conditon it is shoing No data to display..Because its looking for MaX WEEK and Last week -1 .For the same&lt;/P&gt;&lt;P&gt;13 th and 12th week data is not available for Q2.Data is available till 7 th week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUM({&amp;lt;WeekKeyNumber={$(=MAX(WeekKeyNumber))},WeekKey=,FinancialYear=,FiscalQuarter=,PostingDate=,WKey=&amp;gt;}Sales)-&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;WeekKeyNumber={$(=MAX(WeekKeyNumber)-1)},WeekKey=,FinancialYear=,FiscalQuarter=,PostingDate=,WKey=&amp;gt;}Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select Quarter and 7 th week in filter i'm getting the proper count.if i dont select any Week it is giving No data to Dispaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InAdvacne&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-max-Week-level-data-which-is-available-for-the-current/m-p/684422#M248039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-12T08:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need max  Week level data which is available for the current quarter.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-max-Week-level-data-which-is-available-for-the-current/m-p/684423#M248040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try putting double quotes like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUM({&amp;lt;WeekKeyNumber={&lt;STRONG&gt;"&lt;/STRONG&gt;$(=MAX(WeekKeyNumber))&lt;STRONG&gt;"&lt;/STRONG&gt;},WeekKey=,FinancialYear=,FiscalQuarter=,PostingDate=,WKey=&amp;gt;}Sales)-&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;WeekKeyNumber={&lt;STRONG&gt;"&lt;/STRONG&gt;$(=MAX(WeekKeyNumber)-1)&lt;STRONG&gt;"&lt;/STRONG&gt;},WeekKey=,FinancialYear=,FiscalQuarter=,PostingDate=,WKey=&amp;gt;}Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-max-Week-level-data-which-is-available-for-the-current/m-p/684423#M248040</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-12T08:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need max  Week level data which is available for the current quarter.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-max-Week-level-data-which-is-available-for-the-current/m-p/684424#M248041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I tried the same but no luck.Any alternate for the same.Any Suggestions over here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 09:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-max-Week-level-data-which-is-available-for-the-current/m-p/684424#M248041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-12T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need max  Week level data which is available for the current quarter.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-max-Week-level-data-which-is-available-for-the-current/m-p/684425#M248042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUM({&amp;lt;WeekKeyNumber={&lt;STRONG&gt;"&lt;/STRONG&gt;$(=MAX(&lt;STRONG&gt;{&amp;lt;Sales={'&amp;gt;0'}&amp;gt;}&lt;/STRONG&gt;WeekKeyNumber))&lt;STRONG&gt;"&lt;/STRONG&gt;},WeekKey=,FinancialYear=,FiscalQuarter=,PostingDate=,WKey=&amp;gt;}Sales)-&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;WeekKeyNumber={&lt;STRONG&gt;"&lt;/STRONG&gt;$(=MAX&lt;STRONG&gt;({&amp;lt;Sales={'&amp;gt;0'}&amp;gt;} &lt;/STRONG&gt;WeekKeyNumber)-1)&lt;STRONG&gt;"&lt;/STRONG&gt;},WeekKey=,FinancialYear=,FiscalQuarter=,PostingDate=,WKey=&amp;gt;}Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 10:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-max-Week-level-data-which-is-available-for-the-current/m-p/684425#M248042</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-12T10:04:04Z</dc:date>
    </item>
  </channel>
</rss>

