<?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: finding current week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520943#M747948</link>
    <description>Thanks for the repy&lt;BR /&gt;&lt;BR /&gt;HOw to get the sales for the max year week ?&lt;BR /&gt;&lt;BR /&gt;for the aove exp i got max week now i want to sales for the max week&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 14 Dec 2018 10:25:26 GMT</pubDate>
    <dc:creator>ksk278074</dc:creator>
    <dc:date>2018-12-14T10:25:26Z</dc:date>
    <item>
      <title>finding current week</title>
      <link>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520905#M747946</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having the data like below&lt;/P&gt;&lt;P&gt;year/week&amp;nbsp; &amp;nbsp;sales&lt;/P&gt;&lt;P&gt;48.2017,10&lt;/P&gt;&lt;P&gt;49.2017,20&lt;/P&gt;&lt;P&gt;50.2017,30&lt;/P&gt;&lt;P&gt;10.2018,40&lt;/P&gt;&lt;P&gt;42.2018,50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;based on above data how to get the max year week?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520905#M747946</guid>
      <dc:creator>ksk278074</dc:creator>
      <dc:date>2024-11-16T04:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: finding current week</title>
      <link>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520932#M747947</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;PRE&gt;Firstsortedvalue([year/week], -(Subfield([year/week ], '.', 2)*100+ Subfield([year/week ], '.', 1))&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Dec 2018 10:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520932#M747947</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-12-14T10:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: finding current week</title>
      <link>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520943#M747948</link>
      <description>Thanks for the repy&lt;BR /&gt;&lt;BR /&gt;HOw to get the sales for the max year week ?&lt;BR /&gt;&lt;BR /&gt;for the aove exp i got max week now i want to sales for the max week&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 14 Dec 2018 10:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520943#M747948</guid>
      <dc:creator>ksk278074</dc:creator>
      <dc:date>2018-12-14T10:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: finding current week</title>
      <link>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520946#M747949</link>
      <description>&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;year/week, sales&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;48.2017,10&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;49.2017,20&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;50.2017,30&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;10.2018,40&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;42.2018,50&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;MaxWeekYear:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;LOAD Max(SubField([year/week], '.', 2)) AS MaxYear&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Resident Data;&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;INNER JOIN (MaxWeekYear)&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;LOAD SubField([year/week], '.', 2) AS MaxYear,&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Max(SubField([year/week], '.', 1)) AS MaxWeek&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Resident Data&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Group By SubField([year/week], '.', 2);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 10:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520946#M747949</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2018-12-14T10:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: finding current week</title>
      <link>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520954#M747950</link>
      <description>&lt;PRE&gt;Firstsortedvalue(&lt;STRONG&gt;Aggr(Sum(sales), [year/week])&lt;/STRONG&gt;, 
-(Subfield([year/week ], '.', 2)*100+ Subfield([year/week ], '.', 1))&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Dec 2018 10:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/finding-current-week/m-p/1520954#M747950</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-12-14T10:32:08Z</dc:date>
    </item>
  </channel>
</rss>

