<?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: Survey Data - free text fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475082#M177367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe match your data to a dictionary of keywords (assuming you have some a priori knowledge of some keywords)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or create a word&amp;nbsp; / tag cloud (there are some samples here in the forum, using QV expressions only or an extension)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use an external tool for more complex text mining (e.g. sentiment analysis)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Nov 2013 11:23:59 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-11-04T11:23:59Z</dc:date>
    <item>
      <title>Survey Data - free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475081#M177366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been looking at some Survey/Questionnaires which contain a number of fields which appear to be free text fields (i.e. the field can be populated with an open ended response).&lt;/P&gt;&lt;P&gt;Obviously, it is difficult to build statistical information from such fields. Is there a good way of getting and displaying any meaningful results with this kind of field ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 10:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475081#M177366</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-11-04T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Survey Data - free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475082#M177367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe match your data to a dictionary of keywords (assuming you have some a priori knowledge of some keywords)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or create a word&amp;nbsp; / tag cloud (there are some samples here in the forum, using QV expressions only or an extension)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use an external tool for more complex text mining (e.g. sentiment analysis)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 11:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475082#M177367</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-04T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Survey Data - free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475083#M177368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Neil&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about splitting the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;free text fields &lt;/SPAN&gt;into their constituent words, adding a count field &lt;SPAN style="font-size: 8pt;"&gt;[&lt;EM&gt;or use count distinct, see the recent blog, A Myth About Count(distinct &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;…) &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;]&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whack it into a pivot table and display words used ordered number of times used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;SurveyData :&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;LOAD * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp; DataString&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp; The brown cat is the best one&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp; The white cat is clever&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp; I like both cats&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp; They both chase mice&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;&amp;nbsp; I love white cat.&amp;nbsp; White Cat!!&amp;nbsp; White Cat!!&amp;nbsp; White Cat!!&amp;nbsp; White Cat!!&amp;nbsp; White Cat!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;DataWords :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;1 as [DataWordCount] ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;lower ( SubField(DataString, ' ') ) as DataWord&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;resident SurveyData&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #993300;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 12:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475083#M177368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-04T12:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Survey Data - free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475084#M177369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difficult. In the absence of a clever reg expression or algorithm to parse the string, can you use WildMatch() or similar to at least look for key words or phrases and categorise the response this way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 13:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475084#M177369</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2013-11-04T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Survey Data - free text fields</title>
      <link>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475085#M177370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect that with the increase use of sentiment analysis from Social Media it will become more common to deal with issues such as this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for all your contributions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 10:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Survey-Data-free-text-fields/m-p/475085#M177370</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-11-05T10:58:24Z</dc:date>
    </item>
  </channel>
</rss>

