<?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 find weekago function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324230#M828338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/67914"&gt;Create Indicator for 4, 8, and 13 weeks ago in Calendar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2017 12:16:23 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2017-07-04T12:16:23Z</dc:date>
    <item>
      <title>how to find weekago function?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324229#M828337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to find weekago function example 2012,2013&lt;/P&gt;&lt;P&gt;listbox should be 1-104th&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/how-to-find-weekago-function/m-p/1324229#M828337</guid>
      <dc:creator>krishna789</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to find weekago function?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324230#M828338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/67914"&gt;Create Indicator for 4, 8, and 13 weeks ago in Calendar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 12:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324230#M828338</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-07-04T12:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to find weekago function?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324231#M828339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks PM&lt;/P&gt;&lt;P&gt;i got it with that reference link .&lt;/P&gt;&lt;P&gt;weekago:&lt;/P&gt;&lt;P&gt; ,53*(Year($(vMaxDate))-Year ([DATE])) + week($(vMaxDate) ) - week( [DATE]) as weekAgo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 05:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324231#M828339</guid>
      <dc:creator>krishna789</dc:creator>
      <dc:date>2017-07-07T05:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to find weekago function?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324232#M828340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close this thread with marking correct answer it will helpful to another one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 06:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324232#M828340</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-07-07T06:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to find weekago function?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324233#M828341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;date(makedate(2015) + rowno() -1) as d&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AutoGenerate 365*3;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let vMaxDate = Today();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;left join (D)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;d,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;DIV('$(vMaxDate)' - d, 7) as WeekAgo&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident D;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 07:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-find-weekago-function/m-p/1324233#M828341</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-07-07T07:28:11Z</dc:date>
    </item>
  </channel>
</rss>

