<?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 Most frequent table value for a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369544#M493552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If more than one value is equally commonly occurring NULL is returned. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jun 2012 15:16:46 GMT</pubDate>
    <dc:creator>ToniKautto</dc:creator>
    <dc:date>2012-06-02T15:16:46Z</dc:date>
    <item>
      <title>Most frequent table value for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369537#M493545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table like:&lt;/P&gt;&lt;P&gt;Customer | Item | item category | price | qty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to get as result something like&lt;/P&gt;&lt;P&gt;Cutomer (as a dimension) | Turnover (as qty * price) | most frequent ordered category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is provided through a table drawn as a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I don't have any idea on how to turn the expression to get that "most frequent ordered category"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thanks in advance for your usual support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 12:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369537#M493545</guid>
      <dc:creator />
      <dc:date>2012-05-25T12:30:14Z</dc:date>
    </item>
    <item>
      <title>Most frequent table value for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369538#M493546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i found the answer mode()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 12:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369538#M493546</guid>
      <dc:creator />
      <dc:date>2012-05-25T12:32:58Z</dc:date>
    </item>
    <item>
      <title>Most frequent table value for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369539#M493547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mode() fonction seems not to work properly, in a specific case I have an item_category that is equal to null and the customer order more than 10 items (on a total of 15) from a category "A" and QV returns "null" as the result of mode()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 07:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369539#M493547</guid>
      <dc:creator />
      <dc:date>2012-05-28T07:12:33Z</dc:date>
    </item>
    <item>
      <title>Most frequent table value for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369540#M493548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(item_category &amp;lt;&amp;gt; NULL(), mode(item_category))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369540#M493548</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-05-30T12:49:45Z</dc:date>
    </item>
    <item>
      <title>Most frequent table value for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369541#M493549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; do something like aggr(max(category),customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 13:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369541#M493549</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-05-30T13:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Most frequent table value for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369542#M493550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both but unfortunatly it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I extracted 3 cases where I have a wrong answer with the mode() function:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="615"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-bottom: gainsboro 0.5pt solid; border-left: gainsboro 0.5pt solid; background-color: whitesmoke; font-family: Calibri; color: #333333; font-size: 8pt; border-top: gainsboro 1pt solid; font-weight: bold; border-right: gainsboro 0.5pt solid;" width="223"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Customer &lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="98"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Order Id&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none;" width="98"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-left: medium none;" width="98"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Item Categrory&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: bold; border: gainsboro 0.5pt solid;" width="98"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Price&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;72310&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;150,11&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;72310&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;145,29&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;73910&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;48,16&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;73910&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT D&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;165,13&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;73910&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT E&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;21,58&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;73910&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 6&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;36,14&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;73910&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 7&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;86,19&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;73910&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 8&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;71,24&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;73910&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 9&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;18,97&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;88280&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 10&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT D&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;229,14&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;88280&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 11&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT D&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;130,36&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 12&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;9,86&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 13&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;13,96&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 14&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;5,64&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 15&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;12,68&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 16&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;21,14&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 17&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;33,72&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 18&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;8,22&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 19&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;47,53&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 20&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;59&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 21&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;17,52&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 22&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;48,72&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 23&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;62,61&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 24&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;45,37&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89974&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 25&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;11,74&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;90854&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 26&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;82,8&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;90854&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 27&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;75,61&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;90854&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 28&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;86,4&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;90854&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 29&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;93,61&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 30&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;12,62&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 31&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;43,13&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 32&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;20,32&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 33&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;20,27&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 34&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;19,68&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 35&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;6,79&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 36&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: medium none; border-top: medium none;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;12,18&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 37&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;10,79&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 38&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;23,47&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 39&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;7,39&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 40&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;12,18&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 41&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;13,49&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 42&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;20,37&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 43&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;23,99&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 44&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;34,89&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 45&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;62,81&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl66" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl67" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 46&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl71" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;17,52&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl72" height="17" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CUST C&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl73" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;89380&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl74" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;Product 47&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl75" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CAT A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl76" style="background-color: white; font-family: Calibri; color: #333333; font-size: 8pt; font-weight: 400; border: gainsboro 0.5pt solid;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;10,89&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Cust B i can understand as frequence for CAT B and CAT C is equal to 9&lt;/P&gt;&lt;P&gt;But for Cust C, I would have Cat B (freq=13 vs 4 or 1) and for Cust A the result should be Cat B (freq 4 vs 1,1,3,2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 06:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369542#M493550</guid>
      <dc:creator />
      <dc:date>2012-05-31T06:02:18Z</dc:date>
    </item>
    <item>
      <title>Most frequent table value for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369543#M493551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can your post your .qvw and some data so that we can see it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 12:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369543#M493551</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-05-31T12:29:20Z</dc:date>
    </item>
    <item>
      <title>Most frequent table value for a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369544#M493552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If more than one value is equally commonly occurring NULL is returned. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2012 15:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Most-frequent-table-value-for-a-dimension/m-p/369544#M493552</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2012-06-02T15:16:46Z</dc:date>
    </item>
  </channel>
</rss>

