<?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: How to display Comment as Text Data Only ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-Comment-as-Text-Data-Only/m-p/496353#M185594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression like the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(WildMatch(EOR_Questions,'Q3_Comment','Q4_Comment')&amp;gt;0,'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your pivot. Keep the header of ur Expression as a single space value and it will do the thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Sep 2013 07:36:21 GMT</pubDate>
    <dc:creator>amars</dc:creator>
    <dc:date>2013-09-09T07:36:21Z</dc:date>
    <item>
      <title>How to display Comment as Text Data Only ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-Comment-as-Text-Data-Only/m-p/496352#M185593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this set of data in my Qlikview:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qns 2.jpg" class="jive-image" src="/legacyfs/online/46326_Qns 2.jpg" style="width: 620px; height: 346px;" /&gt;&lt;/P&gt;&lt;P&gt;I only want to display Q3_Comment, Q4_Comment Group by EOR_Subject, EOR_Questions.&lt;/P&gt;&lt;P&gt;Result that I desired:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qns 3.jpg" class="jive-image" src="/legacyfs/online/46327_Qns 3.jpg" style="width: 620px; height: 130px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; What charts should i use for text only data ?&amp;nbsp; I tried Straight table and pivot table but to no valid.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; How to show only specific questions only group by Subject and sorted by questions.&amp;nbsp; It seems that Pivot table should do the job but I am stuck at the expression part as there is no measure to be used as Data is text only.&lt;/P&gt;&lt;P&gt;3) How to omit the Q3_Comment, Q4_Comment that has NA, -, N/A, empty all at once ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-Comment-as-Text-Data-Only/m-p/496352#M185593</guid>
      <dc:creator />
      <dc:date>2013-09-09T07:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Comment as Text Data Only ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-Comment-as-Text-Data-Only/m-p/496353#M185594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression like the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(WildMatch(EOR_Questions,'Q3_Comment','Q4_Comment')&amp;gt;0,'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your pivot. Keep the header of ur Expression as a single space value and it will do the thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-Comment-as-Text-Data-Only/m-p/496353#M185594</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-09-09T07:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Comment as Text Data Only ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-Comment-as-Text-Data-Only/m-p/496354#M185595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By far the easiest way is to add a listbox for the&amp;nbsp; EOR_Questions field and then select in that listbox only those values you want to see the results for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only want to show text values you can try an expression like: if(isnum(Data),null(),Data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to omit some values too you can try: if(isnum(Data) or match(Data, 'NA','N/A','-'),null(),Data)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 07:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-Comment-as-Text-Data-Only/m-p/496354#M185595</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-09T07:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Comment as Text Data Only ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-Comment-as-Text-Data-Only/m-p/496355#M185596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, manage to get this done with WildMatch expression.&amp;nbsp; Below is the answer to it.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=If(WildMatch(EOR_Questions,'*27*','*28*','*29*')&amp;gt;0 ,EOR_Questions) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warmest Rdgs,&lt;/P&gt;&lt;P&gt;Chun Wey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 01:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-Comment-as-Text-Data-Only/m-p/496355#M185596</guid>
      <dc:creator />
      <dc:date>2013-09-12T01:57:35Z</dc:date>
    </item>
  </channel>
</rss>

