<?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 Select diffrent maximun months for different years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265190#M1192048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan it´s a great approach. it's work good, now I've the maximun month per each year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I really need Expand and Collapse the years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Expanded&lt;/STRONG&gt;&lt;/SPAN&gt;: Show for each years all diffrent months&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Collapsed&lt;/STRONG&gt;&lt;/SPAN&gt;: Show only the maximum month for each year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Understand me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your kindness and quickly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 18:37:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-07T18:37:24Z</dc:date>
    <item>
      <title>Select diffrent maximun months for different years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265188#M1192046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Hi, I’ve a Pivot Table with two dimensions, years and months&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;I need do the following: when I select the year dimension, not to summarize the months. Instead, I need get the maximum month per year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;The problem is that i don't have the same periods for each year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2010&lt;/P&gt;&lt;P&gt; 1,2,3,4,5,6,7,8,9,10,11,12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2011&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-US"&gt;1,2,3,4,5,6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;When i select Years dimension, max(months) returns me 12 and I need 2010/12 &amp;amp; 2011/6 selected, is it possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stopped here, I has been tryin with AGGR() and Set Analysis groups but i can't get the solution.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 16:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265188#M1192046</guid>
      <dc:creator />
      <dc:date>2011-07-07T16:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select diffrent maximun months for different years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265189#M1192047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Put this in the dimension:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;= YearField &amp;amp; aggr(max(MonthField), YearField)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&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; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jonathan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 17:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265189#M1192047</guid>
      <dc:creator />
      <dc:date>2011-07-07T17:23:40Z</dc:date>
    </item>
    <item>
      <title>Select diffrent maximun months for different years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265190#M1192048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan it´s a great approach. it's work good, now I've the maximun month per each year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I really need Expand and Collapse the years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Expanded&lt;/STRONG&gt;&lt;/SPAN&gt;: Show for each years all diffrent months&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Collapsed&lt;/STRONG&gt;&lt;/SPAN&gt;: Show only the maximum month for each year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Understand me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your kindness and quickly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 18:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265190#M1192048</guid>
      <dc:creator />
      <dc:date>2011-07-07T18:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select diffrent maximun months for different years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265191#M1192049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 19:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265191#M1192049</guid>
      <dc:creator />
      <dc:date>2011-07-07T19:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select diffrent maximun months for different years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265192#M1192050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;Don’t work, but thanks for your effort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can help me with the real case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: jonathandd &lt;A href="mailto:qliktech@sgaur.hosted.jivesoftware.com"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Enviado el: jueves, 07 de julio de 2011 04:12 p.m.&lt;/P&gt;&lt;P&gt;Para: Campos, Esteban&lt;/P&gt;&lt;P&gt;Asunto: &lt;A href="New to QlikView"&gt;&lt;/A&gt; - Re: Select diffrent maximun months for different years&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikCommunity&amp;lt;http://community.qlik.com/index.jspa&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Select diffrent maximun months for different years&lt;/P&gt;&lt;P&gt;created by jonathandd&amp;lt;http://community.qlik.com/people/jonathandd&amp;gt; in New to QlikView - View the full discussion&amp;lt;http://community.qlik.com/message/131119#131119&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 19:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265192#M1192050</guid>
      <dc:creator />
      <dc:date>2011-07-07T19:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select diffrent maximun months for different years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265193#M1192051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Esteban,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no clue what you mean. When I look to your application it seems to do it, no? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I miss you point. Explain what you expect if you need more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 06:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265193#M1192051</guid>
      <dc:creator />
      <dc:date>2011-07-08T06:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select diffrent maximun months for different years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265194#M1192052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;Sorry if I'm not clear, I show you what I need to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expanded: (Remember the column values for 2011/5 &amp;amp; 2010/12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image004.png@01CC3D55.03529500"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Collapsed: At this moment It’s Summarize all periods values (This is wrong for a Balance Sheet)                            I Need this view for Collapsed state (It’s a Copy &amp;amp; Paste Image)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="cid:image002.png@01CC3D54.00142850"&gt;&lt;/A&gt;                   &lt;A href="cid:image003.png@01CC3D54.79442CC0"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: jonathandd &lt;A href="mailto:qliktech@sgaur.hosted.jivesoftware.com"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Enviado el: viernes, 08 de julio de 2011 03:16 a.m.&lt;/P&gt;&lt;P&gt;Para: Campos, Esteban&lt;/P&gt;&lt;P&gt;Asunto: &lt;A href="New to QlikView"&gt;&lt;/A&gt; - Re: Select diffrent maximun months for different years&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikCommunity&amp;lt;http://community.qlik.com/index.jspa&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Select diffrent maximun months for different years&lt;/P&gt;&lt;P&gt;created by jonathandd&amp;lt;http://community.qlik.com/people/jonathandd&amp;gt; in New to QlikView - View the full discussion&amp;lt;http://community.qlik.com/message/131231#131231&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 12:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-diffrent-maximun-months-for-different-years/m-p/265194#M1192052</guid>
      <dc:creator />
      <dc:date>2011-07-08T12:58:29Z</dc:date>
    </item>
  </channel>
</rss>

