<?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: Sum and max through all columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1518280#M437232</link>
    <description>&lt;P&gt;Let's imagine we have two documents : "you are learning" and "they are understanding". The resulting matrix would be :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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; &amp;nbsp;you | are | learning | they | understanding&lt;/P&gt;&lt;P&gt;document_1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp;1&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; 0&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;document_2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&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;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My objective is to order the words (that are in columns) from the most appearing in the corpus to the least appearing. In this&amp;nbsp; exemple, the word "are" should be the first with a number of occurrences = 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I did is that I called the crosstable function and made an aggregation. I don't know if there is a simpler way.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Dec 2018 23:29:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-08T23:29:12Z</dc:date>
    <item>
      <title>Sum and max through all columns</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1517669#M437164</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm supposed to analyse a document-term matrix using Qlik Sense. My rows represent documents and my columns represent words. The values of the table are the occurrences of each word in each document.&lt;/P&gt;&lt;P&gt;What I need is knowing the words appearing most in my corpus. For that, I have to compute the sum of each word through all documents (rows) and choose the max, or (better) have a ranking from the most to the least appearing.&lt;/P&gt;&lt;P&gt;I tried to do it on my own, but my&amp;nbsp;capabilities in Qlik Sense are very limited, especially for the script part. Can someone help me find a solution?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 21:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1517669#M437164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-06T21:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and max through all columns</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1517688#M437167</link>
      <description>Perhaps this?&lt;BR /&gt;&lt;BR /&gt;Firstsortedvalue(aggr(sum(measure), document), -document)</description>
      <pubDate>Fri, 07 Dec 2018 00:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1517688#M437167</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-07T00:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and max through all columns</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1518237#M437228</link>
      <description>Thanks for your answer &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;. I don't understand what does measure and document stand for, since I have many documents as rows and several words as columns. I don't have only one measure but more than 2000.</description>
      <pubDate>Sat, 08 Dec 2018 09:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1518237#M437228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-08T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and max through all columns</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1518247#M437230</link>
      <description>Can you come back with some example and expected result to understand little more..</description>
      <pubDate>Sat, 08 Dec 2018 11:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1518247#M437230</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-08T11:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and max through all columns</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1518280#M437232</link>
      <description>&lt;P&gt;Let's imagine we have two documents : "you are learning" and "they are understanding". The resulting matrix would be :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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; &amp;nbsp;you | are | learning | they | understanding&lt;/P&gt;&lt;P&gt;document_1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp;1&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; 0&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;document_2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&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;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My objective is to order the words (that are in columns) from the most appearing in the corpus to the least appearing. In this&amp;nbsp; exemple, the word "are" should be the first with a number of occurrences = 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I did is that I called the crosstable function and made an aggregation. I don't know if there is a simpler way.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Dec 2018 23:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-max-through-all-columns/m-p/1518280#M437232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-08T23:29:12Z</dc:date>
    </item>
  </channel>
</rss>

