<?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 Reocurring words (trend words) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reocurring-words-trend-words/m-p/166900#M38673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the quick response. That was fast! I think that will help.&lt;/P&gt;&lt;P&gt;Just to make sure:&lt;/P&gt;&lt;P&gt;- mapsubstring('TextMap', subfield(capitalize(keepchar(upper(Text),'ABCDEFGHIJKLMNOPQRSTUVWXYZ ')),' ') ) as Word&lt;/P&gt;&lt;P&gt;This will search the words, separated by ' ', keeping only the letters. Why the mapsubstring? Substitute Qlikview for Qlikview?&lt;/P&gt;&lt;P&gt;- INNER JOIN (Words)&lt;BR /&gt;LOAD ID, Word&lt;BR /&gt;RESIDENT Words&lt;BR /&gt;WHERE len(trim(Word))&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;You are loading the table again, getting rid of empty strings and spaces, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Aug 2010 19:52:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-18T19:52:05Z</dc:date>
    <item>
      <title>Reocurring words (trend words)</title>
      <link>https://community.qlik.com/t5/QlikView/Reocurring-words-trend-words/m-p/166898#M38671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to put in a Report the most used words in a Field, as we see in the trend words on Tweeter or even the tags box in the Qlik Community (below)&lt;/P&gt;&lt;P&gt;Does any body knows how it could be done?&lt;/P&gt;&lt;P&gt;If there is a way to show the index Qlikview creates and it uses with the search box?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2180_sourceID:2180" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 18:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reocurring-words-trend-words/m-p/166898#M38671</guid>
      <dc:creator />
      <dc:date>2010-08-18T18:58:55Z</dc:date>
    </item>
    <item>
      <title>Reocurring words (trend words)</title>
      <link>https://community.qlik.com/t5/QlikView/Reocurring-words-trend-words/m-p/166899#M38672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use subfield() to break your text into words, and then just count. See attached example.&lt;/P&gt;&lt;P&gt;As for what QlikTech is doing for their tag list, people are tagging their posts, so each tag is a separate record, and you're not counting words in text. Very different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 19:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reocurring-words-trend-words/m-p/166899#M38672</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-08-18T19:26:37Z</dc:date>
    </item>
    <item>
      <title>Reocurring words (trend words)</title>
      <link>https://community.qlik.com/t5/QlikView/Reocurring-words-trend-words/m-p/166900#M38673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the quick response. That was fast! I think that will help.&lt;/P&gt;&lt;P&gt;Just to make sure:&lt;/P&gt;&lt;P&gt;- mapsubstring('TextMap', subfield(capitalize(keepchar(upper(Text),'ABCDEFGHIJKLMNOPQRSTUVWXYZ ')),' ') ) as Word&lt;/P&gt;&lt;P&gt;This will search the words, separated by ' ', keeping only the letters. Why the mapsubstring? Substitute Qlikview for Qlikview?&lt;/P&gt;&lt;P&gt;- INNER JOIN (Words)&lt;BR /&gt;LOAD ID, Word&lt;BR /&gt;RESIDENT Words&lt;BR /&gt;WHERE len(trim(Word))&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;You are loading the table again, getting rid of empty strings and spaces, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 19:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reocurring-words-trend-words/m-p/166900#M38673</guid>
      <dc:creator />
      <dc:date>2010-08-18T19:52:05Z</dc:date>
    </item>
    <item>
      <title>Reocurring words (trend words)</title>
      <link>https://community.qlik.com/t5/QlikView/Reocurring-words-trend-words/m-p/166901#M38674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, you understood it all correctly. There's probably a way to get rid of empty strings and spaces without the inner join, which would be better, but I got lazy and just did what I knew would work since it was just an example. It wasn't very important to convert "Qlikview" to "QlikView", but I thought it would be good to have the text map example there, since there could be a lot of words that the functions aren't going to capitalize correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 20:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reocurring-words-trend-words/m-p/166901#M38674</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-08-18T20:03:27Z</dc:date>
    </item>
  </channel>
</rss>

