<?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: Need Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/711801#M256290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='GOOD COMMENTS : '&amp;amp; SUM(AGGR(IF(WildMatch(UPPER(Comment),'*GREAT*','*SUPERLATIVE*','*NICE*','*GOOD*'),1),Comment)) &amp;amp; CHR(10) &amp;amp;&lt;/P&gt;&lt;P&gt;'BAD COMMENTS : '&amp;amp; SUM(AGGR(IF(NOT WildMatch(UPPER(Comment),'*GREAT*','*SUPERLATIVE*','*NICE*','*GOOD*'),1),Comment))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2014 07:56:38 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-07-04T07:56:38Z</dc:date>
    <item>
      <title>Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/711800#M256289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table, in which their is one column as Comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Comment&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Your network is good&lt;/P&gt;&lt;P&gt;Thanks, you have provide nice service to us&lt;/P&gt;&lt;P&gt;Great network&lt;/P&gt;&lt;P&gt;Superlative service&lt;/P&gt;&lt;P&gt;Sorry I don’t like your service, so bad experience with your network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose i have 5 comments,&lt;/P&gt;&lt;P&gt;Out of that 5, 4 comment contains word as good, nice, great, superlative which should be consider as Excellent &lt;/P&gt;&lt;P&gt;and count of Excellent should be 4. Remaining one comment having word is bad which should be consider as awful,&lt;/P&gt;&lt;P&gt;and count of awful is 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i overcome this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thanks and Regards,&lt;/P&gt;&lt;P&gt;Villyee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/711800#M256289</guid>
      <dc:creator>vanderson009</dc:creator>
      <dc:date>2014-07-04T07:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/711801#M256290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='GOOD COMMENTS : '&amp;amp; SUM(AGGR(IF(WildMatch(UPPER(Comment),'*GREAT*','*SUPERLATIVE*','*NICE*','*GOOD*'),1),Comment)) &amp;amp; CHR(10) &amp;amp;&lt;/P&gt;&lt;P&gt;'BAD COMMENTS : '&amp;amp; SUM(AGGR(IF(NOT WildMatch(UPPER(Comment),'*GREAT*','*SUPERLATIVE*','*NICE*','*GOOD*'),1),Comment))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/711801#M256290</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-04T07:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/711802#M256291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use Wildmatch and a Mapping Table (or just link an inline table) - n.b. replace Excellent and Bad i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map_Comment_Codes:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;CommentCode, CommentType&lt;BR /&gt;0, Excellent&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;1, Excellent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;2, Excellent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;3, Excellent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;4, Bad&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Comment&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;'*good*',&lt;BR /&gt;'*nice*',&lt;BR /&gt;'*great*',&lt;BR /&gt;'*super*',&lt;BR /&gt;'*bad*' &lt;BR /&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Assigns a unique number (CommentCode) to each Comment Type&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CommentCode &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 07:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/711802#M256291</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-07-04T07:58:35Z</dc:date>
    </item>
  </channel>
</rss>

