<?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: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424178#M490120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Than you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Max(Scenario_Id) cannot be loaded in script because It depends on a variable (a date) filled by the user.&lt;/P&gt;&lt;P&gt;Sorry I did not precise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The max must necessary be dynamicly be evaluated in an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oomingmak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2012 11:59:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-12T11:59:23Z</dc:date>
    <item>
      <title>Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424175#M490117</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;I've got a table like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Project_Id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scenario_Id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&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; --------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I woul like to build a pivot table that returns this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Project_Id (Dimensions)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value(Expression)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;-----------------------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1000&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2000&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Value(Expression) = &lt;SPAN style="color: #ff0000;"&gt;sum( if( Scenario_Id = Max(Scenario_Id&lt;/SPAN&gt; i&lt;SPAN style="color: #3366ff;"&gt;&lt;EM&gt;n the contexte of the dimension Projetc_Id&lt;/EM&gt;&lt;/SPAN&gt;)&lt;SPAN style="color: #ff0000;"&gt;, Value ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;But It does not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I tried to place a calculated dimension like &lt;SPAN style="color: #ff0000;"&gt;aggr( max(Scenario_Id), Project_Id) &lt;/SPAN&gt;a then an expression like &lt;SPAN style="color: #ff0000;"&gt;sum( Value )&lt;/SPAN&gt; but my expression is not evaluated in the context of this new dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;What can I do ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Is it possible to solve my request in QlikView ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;With many thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Oomingmak.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 10:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424175#M490117</guid>
      <dc:creator />
      <dc:date>2012-11-12T10:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424176#M490118</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; Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; firstsortedvalue() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 10:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424176#M490118</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-12T10:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424177#M490119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jean&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PFA......i have updated the app...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 10:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424177#M490119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-12T10:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424178#M490120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Than you for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Max(Scenario_Id) cannot be loaded in script because It depends on a variable (a date) filled by the user.&lt;/P&gt;&lt;P&gt;Sorry I did not precise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The max must necessary be dynamicly be evaluated in an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oomingmak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 11:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424178#M490120</guid>
      <dc:creator />
      <dc:date>2012-11-12T11:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424179#M490121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure to use this correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried FirstSortedValue( Scénario_Id, -Scenario_Id ) but it returns Null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 12:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424179#M490121</guid>
      <dc:creator />
      <dc:date>2012-11-12T12:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424180#M490122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to get the Value corresponding to the highest Scenario_ID per Project_ID. So try: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue(Value,-Scenario_Id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached qvw for how the firstsortedvalue function works for your example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 12:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424180#M490122</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-12T12:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424181#M490123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thank you for your example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I simplified my example to post it on QlikCommunity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my table, I've got multiple occurences of the same Project_Id and Scenario_Id and I would like to sum the values of these occurences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example, if I Have&lt;/P&gt;&lt;P&gt;1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to obtain :&lt;/P&gt;&lt;P&gt;1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70 (= 30 +40)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression like &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;FirstSortedValue(Sum(Value),-Scenario_Id) does not work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Do you think I can still use FirstSortedValue in ma case ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 13:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424181#M490123</guid>
      <dc:creator />
      <dc:date>2012-11-12T13:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424182#M490124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understood what is your actual issue......if you want to have max value for the project_id you can use two functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LastValue(Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxString(Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 14:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424182#M490124</guid>
      <dc:creator />
      <dc:date>2012-11-12T14:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424183#M490125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a nested rank function similar to &lt;/P&gt;&lt;P&gt;=IF(AGGR(RANK(AGGR(MAX(Scenario_ID),Project_ID),4),Project_ID)=1,Project_ID,NULL())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 16:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424183#M490125</guid>
      <dc:creator />
      <dc:date>2012-11-12T16:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424184#M490126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached updated qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 19:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424184#M490126</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-12T19:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bulding a Pivot Table with an expression that satisfy a condition such as 'Column = max(Column)'</title>
      <link>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424185#M490127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the fix for my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 09:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bulding-a-Pivot-Table-with-an-expression-that-satisfy-a/m-p/424185#M490127</guid>
      <dc:creator />
      <dc:date>2012-11-13T09:51:46Z</dc:date>
    </item>
  </channel>
</rss>

