<?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 Pivot Table Behavior With Pick and Aggr Functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Behavior-With-Pick-and-Aggr-Functions/m-p/758223#M269836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm creating a pivot table that is a pretty standard format that we use all time in my company.&amp;nbsp; It looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77288_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I get this by having 2 dimensions (Metric and Facility) and 2 Expressions (A Pick to calculate each Metric:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(Match(MetricNumber,02,04,06,08,10,12,14) ,$(Metric#1) ,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(Metric#2) &lt;/SPAN&gt;,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(Metric#3), &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(Metric#4)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;and a blank column for formatting reasons - the expression is just ' ')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The metric names are loaded via Inline table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Metrics:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric, MetricNumber&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric #1, 02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric #2, 04&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric #3, 06&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric #4, 08&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to add more content in the form of up or down color-coded arrows based on trending. I decided to add a trending arrow to replace the blank column that would calculate the slope a line fit to the last 6 months of data.&amp;nbsp; I came up with this that seemed to work (no set for date range yet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 64px;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; LINEST_M(Aggr($(Metric #1),Facility,[Transaction Date]),[Transaction Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;A curious thing happened when I added it to my pivot table.&amp;nbsp; Here is my Pick for the expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Pick(Match(MetricNumber,02,04,06,08)&lt;/P&gt;&lt;P&gt;,LINEST_M(Aggr($(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Metric #1&lt;/SPAN&gt;),Facility,[Transaction Date]),[Transaction Date])&lt;/P&gt;&lt;P&gt;,LINEST_M(Aggr($(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Metric #2&lt;/SPAN&gt;),Facility,[Transaction Date]),[Transaction Date])&lt;/P&gt;&lt;P&gt;,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;LINEST_M(Aggr($(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Metric #3&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;),Facility,[Transaction Date]),[Transaction Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;LINEST_M(Aggr($(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Metric #4&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;),Facility,[Transaction Date]),[Transaction Date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I get the calculated slope for the first metric, but not any of the other metrics.&amp;nbsp; I get the '-'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/77294_pastedImage_11.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Anyone else have this problem or know what is causing this ?&amp;nbsp; It seems to be related to using Aggr with a Pick function but I'm not sure.&amp;nbsp; If I flip the axis on the Facility and the Metric and put a separate expressions in for each metric/trend it seems to work fine.&amp;nbsp; This does not require the use of Pick since each metric has its' own expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/77290_pastedImage_10.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2015 12:08:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-06T12:08:49Z</dc:date>
    <item>
      <title>Pivot Table Behavior With Pick and Aggr Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Behavior-With-Pick-and-Aggr-Functions/m-p/758223#M269836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm creating a pivot table that is a pretty standard format that we use all time in my company.&amp;nbsp; It looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77288_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I get this by having 2 dimensions (Metric and Facility) and 2 Expressions (A Pick to calculate each Metric:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(Match(MetricNumber,02,04,06,08,10,12,14) ,$(Metric#1) ,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(Metric#2) &lt;/SPAN&gt;,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(Metric#3), &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(Metric#4)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;and a blank column for formatting reasons - the expression is just ' ')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The metric names are loaded via Inline table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Metrics:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric, MetricNumber&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric #1, 02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric #2, 04&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric #3, 06&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric #4, 08&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to add more content in the form of up or down color-coded arrows based on trending. I decided to add a trending arrow to replace the blank column that would calculate the slope a line fit to the last 6 months of data.&amp;nbsp; I came up with this that seemed to work (no set for date range yet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 64px;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; LINEST_M(Aggr($(Metric #1),Facility,[Transaction Date]),[Transaction Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;A curious thing happened when I added it to my pivot table.&amp;nbsp; Here is my Pick for the expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Pick(Match(MetricNumber,02,04,06,08)&lt;/P&gt;&lt;P&gt;,LINEST_M(Aggr($(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Metric #1&lt;/SPAN&gt;),Facility,[Transaction Date]),[Transaction Date])&lt;/P&gt;&lt;P&gt;,LINEST_M(Aggr($(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Metric #2&lt;/SPAN&gt;),Facility,[Transaction Date]),[Transaction Date])&lt;/P&gt;&lt;P&gt;,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;LINEST_M(Aggr($(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Metric #3&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;),Facility,[Transaction Date]),[Transaction Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;LINEST_M(Aggr($(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Metric #4&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;),Facility,[Transaction Date]),[Transaction Date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I get the calculated slope for the first metric, but not any of the other metrics.&amp;nbsp; I get the '-'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/77294_pastedImage_11.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Anyone else have this problem or know what is causing this ?&amp;nbsp; It seems to be related to using Aggr with a Pick function but I'm not sure.&amp;nbsp; If I flip the axis on the Facility and the Metric and put a separate expressions in for each metric/trend it seems to work fine.&amp;nbsp; This does not require the use of Pick since each metric has its' own expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/77290_pastedImage_10.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 12:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Behavior-With-Pick-and-Aggr-Functions/m-p/758223#M269836</guid>
      <dc:creator />
      <dc:date>2015-02-06T12:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Behavior With Pick and Aggr Functions</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Behavior-With-Pick-and-Aggr-Functions/m-p/758224#M269837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This may totally not work, but can you try using the aggregate function without Facility in it?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Pick(Match(MetricNumber,02,04,06,08)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,LINEST_M(Aggr($(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Metric #1&lt;/SPAN&gt;),[Transaction Date]),[Transaction Date])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,LINEST_M(Aggr($(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Metric #2&lt;/SPAN&gt;),[Transaction Date]),[Transaction Date])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;LINEST_M(Aggr($(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Metric #3&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;),[Transaction Date]),[Transaction Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;LINEST_M(Aggr($(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Metric #4&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;),[Transaction Date]),[Transaction Date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;If this doesn't work, can you add Metric (your 1st dimension) to your aggregation (as far as I understand, this should work)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Pick(Match(MetricNumber,02,04,06,08)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,LINEST_M(Aggr($(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Metric #1&lt;/SPAN&gt;),Metric, Facility,[Transaction Date]),[Transaction Date])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,LINEST_M(Aggr($(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Metric #2&lt;/SPAN&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Metric, Facility,&lt;/SPAN&gt;[Transaction Date]),[Transaction Date])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;LINEST_M(Aggr($(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Metric #3&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Metric, Facility,&lt;/SPAN&gt;[Transaction Date]),[Transaction Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;LINEST_M(Aggr($(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Metric #4&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Metric, Facility,&lt;/SPAN&gt;[Transaction Date]),[Transaction Date]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Let me know the outputs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;S&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 12:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Behavior-With-Pick-and-Aggr-Functions/m-p/758224#M269837</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-06T12:18:28Z</dc:date>
    </item>
  </channel>
</rss>

