<?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 to get Max week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950813#M958854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Try this one :&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;max(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333320617676px; font-family: inherit;"&gt;mid(Week,6,7))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2015 08:37:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-06T08:37:31Z</dc:date>
    <item>
      <title>Need to get Max week</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950808#M958849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having following Data it shows all the weeks in 2015. I want to show max week among that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Max function but it's not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="week.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104105_week.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the attachment &amp;amp; Qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950808#M958849</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2015-11-06T08:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get Max week</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950809#M958850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your data are in String format try&lt;/P&gt;&lt;P&gt;Max(right(Yourfield,2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(no attachment just screen dump attached)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950809#M958850</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-11-06T08:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get Max week</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950810#M958851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max() won't work here, because your field is a text one. Try MaxString().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950810#M958851</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-11-06T08:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get Max week</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950811#M958852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try sth like at script level:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=mid(Week,6,7) as Week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then at UI level like: &lt;STRONG&gt;max(week) or max(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;mid(Week,6,7))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950811#M958852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T08:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get Max week</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950812#M958853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here in My Data Max week is 2015-45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950812#M958853</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2015-11-06T08:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get Max week</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950813#M958854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Try this one :&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;max(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333320617676px; font-family: inherit;"&gt;mid(Week,6,7))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950813#M958854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T08:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to get Max week</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950814#M958855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is into string then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max(mid(num(Week),6,7))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-get-Max-week/m-p/950814#M958855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T08:38:40Z</dc:date>
    </item>
  </channel>
</rss>

