<?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: How to get continuous fiscalweeks? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602045#M1112366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please any help as this is very very urgent to me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 16:49:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-18T16:49:19Z</dc:date>
    <item>
      <title>How to get continuous fiscalweeks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602038#M1112347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have dimensions and exression as below in bar chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension1: =IF(FiscalWeekSerial&amp;gt;=$(curFiscalWeekSeq)-4,FiscalWeek)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension2: Staff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: COUNT({&amp;lt;DateDue={'&amp;gt;$(=Today())'}&amp;gt;}DISTINCT(StudentID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, this will show the data as weeks on horizotal axes. s, it will show weeks as 31,32,33,34. Now we are under 34 fiscal week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My user wants to see starting only from currentfiscalweek and continuing. i,e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;34,35,36,37. Is that possible. I changed the dimension as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(FiscalWeekSerial&amp;gt;$(curFiscalWeekSeq)-1,FiscalWeek)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it is showing only week 34. But I need to show 34,35,36,37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible? if so can anyone suggest me please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602038#M1112347</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get continuous fiscalweeks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602039#M1112349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I display the next following weeks&lt;BR /&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602039#M1112349</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get continuous fiscalweeks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602040#M1112352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Amelia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show data for Previous 4 weeks starting from current week... you can use something like below...&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Week = {'&amp;lt;=$(=Week(Today())) &amp;gt; $(=Week(Today())-4) '}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show data for Next 4 weeks starting from current week... you can use something like below...&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Week = {'&amp;gt;=$(=Week(Today())) &amp;lt; $(=Week(Today())-4) '}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602040#M1112352</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T15:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get continuous fiscalweeks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602041#M1112356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I would need to show the weeks display on the horizotal axes. Is it possible. Can you please change my exression please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602041#M1112356</guid>
      <dc:creator />
      <dc:date>2014-02-18T15:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get continuous fiscalweeks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602042#M1112361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried many ways but no luck Please any solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 16:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602042#M1112361</guid>
      <dc:creator />
      <dc:date>2014-02-18T16:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get continuous fiscalweeks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602043#M1112364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use dimension as Week&lt;/P&gt;&lt;P&gt;Tick Suppress When Value is Null in Dimension Tab&lt;/P&gt;&lt;P&gt;and use my given expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 16:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602043#M1112364</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get continuous fiscalweeks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602044#M1112365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I can not use SUM. I don't have issue with expression . Only the issue is with dimension. Is there any change do I need to make. Now I have another dimensin also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim1:=IF(FiscalWeekSerial&amp;gt;=$(curFiscalWeekSeq)-4,FiscalWeek)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim2: Staff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim3: Department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I have to show how many students are in progress(overdue) with the weeks based on DateDue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 16:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602044#M1112365</guid>
      <dc:creator />
      <dc:date>2014-02-18T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get continuous fiscalweeks?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602045#M1112366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please any help as this is very very urgent to me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 16:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-continuous-fiscalweeks/m-p/602045#M1112366</guid>
      <dc:creator />
      <dc:date>2014-02-18T16:49:19Z</dc:date>
    </item>
  </channel>
</rss>

