<?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: Search Frequency count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652133#M238416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 possibilities shown here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first will count the number of distinct values in a field called [FieldName] that have a specific WORD. Its a case insensitive search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= count( DISTINCT&amp;nbsp; if( SubStringCount( upper([FieldName]) , 'WORD'),[FieldName])) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is also case insensitive but it will count up multiple hits of the WORD in the same value, ultimately telling you the number of times WORD appears in all the distinct values that exist in [FieldName]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= sum (&amp;nbsp; distinct SubStringCount(upper([FieldName]),'WORD'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2014 00:26:33 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-09-09T00:26:33Z</dc:date>
    <item>
      <title>Search Frequency count</title>
      <link>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652132#M238415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement might sound strange but this I might require in near future in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client want to know the frequency of the search word repeated in a column/field( this means some location for the end user and they got their own high level analytics involved in this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a screenshot on what I am talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible or somehow be able to show in a separate table box or some other object in qlik dashboard.&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;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 00:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652132#M238415</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-09-09T00:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Search Frequency count</title>
      <link>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652133#M238416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 possibilities shown here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first will count the number of distinct values in a field called [FieldName] that have a specific WORD. Its a case insensitive search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= count( DISTINCT&amp;nbsp; if( SubStringCount( upper([FieldName]) , 'WORD'),[FieldName])) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is also case insensitive but it will count up multiple hits of the WORD in the same value, ultimately telling you the number of times WORD appears in all the distinct values that exist in [FieldName]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= sum (&amp;nbsp; distinct SubStringCount(upper([FieldName]),'WORD'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 00:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652133#M238416</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-09T00:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search Frequency count</title>
      <link>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652134#M238417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats an Interesting way of doing it. Thanks heaps.&lt;/P&gt;&lt;P&gt;Will give a try and will get back to you at the earliest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 00:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652134#M238417</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-09-09T00:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Search Frequency count</title>
      <link>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652135#M238418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I somehow get the words in the strings 'WORD' dynamic?&lt;/P&gt;&lt;P&gt;It Should match the words they enter in the Search box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 00:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652135#M238418</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2014-09-09T00:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search Frequency count</title>
      <link>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652136#M238419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you were searching an individual field you could use getfieldselections() but only once the selection has actually been made. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use an input box to capture a word as a variable . Once its in a variable you are good to go but obviously thats not a search box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 01:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-Frequency-count/m-p/652136#M238419</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-09T01:08:10Z</dc:date>
    </item>
  </channel>
</rss>

