<?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: Display only largest of repeating Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-only-largest-of-repeating-Values/m-p/519320#M550298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also make this transformation during the load in edit script window. Below example based on load from Excel file (table like in your example). Not very pretty solution.. but it works;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load max(REPETITION) as REPETITION&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;,ITEM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From data.xlsx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group by ITEM;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;INNER JOIN&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;LOAD ITEM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;,&lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;REPETITION&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;,&lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;VALUE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data.xlsx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 09:06:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-03T09:06:24Z</dc:date>
    <item>
      <title>Display only largest of repeating Values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-largest-of-repeating-Values/m-p/519318#M550296</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 have a table (left), that I would like to convert into table (right). For each item in the original list, only the values corresponding to the largest number of repetition should be displayed.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/49874_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 08:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-largest-of-repeating-Values/m-p/519318#M550296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-03T08:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display only largest of repeating Values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-largest-of-repeating-Values/m-p/519319#M550297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes idea is like attached sample. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 08:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-largest-of-repeating-Values/m-p/519319#M550297</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-03T08:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display only largest of repeating Values</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-largest-of-repeating-Values/m-p/519320#M550298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also make this transformation during the load in edit script window. Below example based on load from Excel file (table like in your example). Not very pretty solution.. but it works;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load max(REPETITION) as REPETITION&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;,ITEM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From data.xlsx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group by ITEM;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;INNER JOIN&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;LOAD ITEM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;,&lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;REPETITION&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;,&lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;VALUE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data.xlsx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 09:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-largest-of-repeating-Values/m-p/519320#M550298</guid>
      <dc:creator />
      <dc:date>2013-12-03T09:06:24Z</dc:date>
    </item>
  </channel>
</rss>

