<?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 Object --- &amp;gt;Text Objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255873#M96845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible by using the pivot table objects to display the highest values in the text objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment, its a pivot table, I would like to diaplay using the &lt;STRONG&gt;text object&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MEKE is the highest of&amp;nbsp; 2733.06 and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RHEN Is the highest of 5 Invoices&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is it possible.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks in advance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Joe&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2011 09:10:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-01T09:10:14Z</dc:date>
    <item>
      <title>Pivot table Object --- &gt;Text Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255873#M96845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible by using the pivot table objects to display the highest values in the text objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment, its a pivot table, I would like to diaplay using the &lt;STRONG&gt;text object&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MEKE is the highest of&amp;nbsp; 2733.06 and &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RHEN Is the highest of 5 Invoices&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is it possible.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks in advance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Joe&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 09:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255873#M96845</guid>
      <dc:creator />
      <dc:date>2011-06-01T09:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Object --- &gt;Text Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255874#M96846</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 was able to get the numbers in the textbox but for the moment can't get the name. Using similar expresion can give you the max invoice amount:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt; =max(aggr( sum( InvoiceAmount), Company),1)&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and max number of invoices:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt; =max(aggr( count(InvoiceId), Company),1)&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll see if i can get and the names in the textbox too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 09:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255874#M96846</guid>
      <dc:creator />
      <dc:date>2011-06-01T09:49:19Z</dc:date>
    </item>
    <item>
      <title>Pivot table Object --- &gt;Text Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255875#M96847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot... it works, but I neet to display the the highest for whcih carrier.&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;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 11:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255875#M96847</guid>
      <dc:creator />
      <dc:date>2011-06-01T11:04:12Z</dc:date>
    </item>
    <item>
      <title>Pivot table Object --- &gt;Text Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255876#M96848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Evening,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to implement the above....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 13:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255876#M96848</guid>
      <dc:creator />
      <dc:date>2011-06-01T13:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Object --- &gt;Text Objects</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255877#M96849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok i think this is it! (with a little help from a friend &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=MaxString(aggr(if(sum(total &amp;lt;Name&amp;gt; InvoiceAmount) = &lt;/P&gt;&lt;P&gt; max(total aggr(nodistinct sum( {&amp;lt;Name=&amp;gt;}InvoiceAmount), Name),1)&lt;/P&gt;&lt;P&gt;, Name, ''),Name))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the total amount textbox will be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=MaxString(aggr(if(sum(total &amp;lt;Name&amp;gt; InvoiceAmount) = &lt;/P&gt;&lt;P&gt; max(total aggr(nodistinct sum( {&amp;lt;Name=&amp;gt;}InvoiceAmount), Name),1)&lt;/P&gt;&lt;P&gt;, Name, ''),Name)) &amp;amp; ' is the highest of ' &amp;amp; &lt;CODE class="jive-code"&gt;max(aggr( sum( InvoiceAmount), Name),1)&lt;/CODE&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for invoice count:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=MaxString(aggr(if(count(total &amp;lt;Name&amp;gt; InvoiceId) = &lt;/P&gt;&lt;P&gt; max(total aggr(nodistinct count( {&amp;lt;Name=&amp;gt;}InvoiceId), Name),1)&lt;/P&gt;&lt;P&gt;, Name, ''),Name)) &amp;amp; ' is the highest of&amp;nbsp; ' &amp;amp; &lt;CODE class="jive-code"&gt;max(aggr( count(InvoiceId), Name),1) &amp;amp; ' Invoices'&lt;/CODE&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Stefan Stoichev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 14:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-Object-gt-Text-Objects/m-p/255877#M96849</guid>
      <dc:creator />
      <dc:date>2011-06-01T14:34:26Z</dc:date>
    </item>
  </channel>
</rss>

