<?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: Need logic help to creation weeks. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181771#M885522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through the below post. Similar question is posted and answered&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/67769" title="https://community.qlikview.com/thread/67769"&gt;Fiscal Weeks (Week Numbers) | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2016 11:47:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-26T11:47:04Z</dc:date>
    <item>
      <title>Need logic help to creation weeks.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181767#M885518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my data I have fiscal Month, Fiscal Year, fiscal date also.&lt;/P&gt;&lt;P&gt;here i want to create a chart of weekly sales but problem is that week should be from 1 April in place of 1 January.&lt;/P&gt;&lt;P&gt;first week should be in April and last week should be in March Month of the same fiscal year(Apr-Mar).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please help me out to create the logic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Lalit Kumar &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181767#M885518</guid>
      <dc:creator>lalitkgehlot89</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help to creation weeks.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181768#M885519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lalit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try take a look at this post&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-7094" title="https://community.qlik.com/docs/DOC-7094"&gt;https://community.qlik.com/docs/DOC-7094&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Teis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181768#M885519</guid>
      <dc:creator>teiswamsler</dc:creator>
      <dc:date>2016-09-26T11:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help to creation weeks.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181769#M885520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On script, to calculate fiscal week:&lt;/P&gt;&lt;P&gt;Week(Addmonts(FiscalDate,-3)) //Only Week Number&lt;/P&gt;&lt;P&gt;WeekName(Addmonths(FiscalDate,-3)) //Week - Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181769#M885520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-26T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help to creation weeks.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181770#M885521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this from script level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Week(Date(AddMonths(MonthStart(Today(),0),-5),'DD-MMM-YYYY')) as WeekFromApril,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.......&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181770#M885521</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-26T11:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need logic help to creation weeks.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181771#M885522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go through the below post. Similar question is posted and answered&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/67769" title="https://community.qlikview.com/thread/67769"&gt;Fiscal Weeks (Week Numbers) | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 11:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-logic-help-to-creation-weeks/m-p/1181771#M885522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-26T11:47:04Z</dc:date>
    </item>
  </channel>
</rss>

