<?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: Aggr Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461411#M1154797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Apr 2013 06:03:01 GMT</pubDate>
    <dc:creator>thomas_skariah</dc:creator>
    <dc:date>2013-04-18T06:03:01Z</dc:date>
    <item>
      <title>Aggr Help</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461410#M1154794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Can anyone suggest to solve the following scenario.Attached is the excel file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I want the following filteration B_Name='Customer',Type='Act',Max of RptPeriod for each KPI code,Min of Level for each KPI code and max(flag_curr) for each KPI code.....with sum of value for each KPI_code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Find the actual output in excel file attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 06:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461410#M1154794</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2013-04-17T06:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Help</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461411#M1154797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 06:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461411#M1154797</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2013-04-18T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Help</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461412#M1154799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a look at the attached exmaple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 06:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461412#M1154799</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-04-18T06:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Help</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461413#M1154800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom m,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let try this load script&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13662831948083791" jivemacro_uid="_13662831948083791"&gt;&lt;P&gt;[Data]:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Selection, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPI_CODE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B_NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RptPeriod, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Level, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flag, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flag_Curr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Input$]) Where B_NAME = 'Customer' and Type = 'ACT';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[MaxRptPeriod]:&lt;/P&gt;&lt;P&gt;Inner Join ([Data])&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPI_CODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(RptPeriod)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [RptPeriod]&lt;/P&gt;&lt;P&gt;Resident [Data] Group BY KPI_CODE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[MinLevel]:&lt;/P&gt;&lt;P&gt;Inner Join ([Data])&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPI_CODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Min(Level)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Level]&lt;/P&gt;&lt;P&gt;Resident [Data] Group BY KPI_CODE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[MaxFlag_Curr]:&lt;/P&gt;&lt;P&gt;Inner Join ([Data])&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPI_CODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Max(Flag_Curr)&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [Flag_Curr]&lt;/P&gt;&lt;P&gt;Resident [Data] Group BY KPI_CODE;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;See the sample attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 11:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461413#M1154800</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-04-18T11:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Help</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461414#M1154801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;See attached example. By adding the flag you can view the original data if you wish.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 13:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-Help/m-p/461414#M1154801</guid>
      <dc:creator />
      <dc:date>2013-04-18T13:12:01Z</dc:date>
    </item>
  </channel>
</rss>

