<?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 Filter in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314248#M408181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning I am trying to do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales_Person, Question, Answer&lt;/P&gt;&lt;P&gt;John, Feedback, &lt;/P&gt;&lt;P&gt;Sarah, Quality, Positive&lt;/P&gt;&lt;P&gt;Ramesh, Delivery, Negative&lt;/P&gt;&lt;P&gt;Alfred, Feedback, &lt;/P&gt;&lt;P&gt;Tom, Feedback, Positive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effectively I want to filter out in script any rows where Question = ‘Feedback’ and answer has not been filled in i.e len(answer)&amp;lt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it should return :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah, Quality, Positive&lt;/P&gt;&lt;P&gt;Ramesh, Delivery, Negative&lt;/P&gt;&lt;P&gt;Tom, Feedback, Positive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2017 11:40:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-25T11:40:15Z</dc:date>
    <item>
      <title>Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314248#M408181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning I am trying to do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales_Person, Question, Answer&lt;/P&gt;&lt;P&gt;John, Feedback, &lt;/P&gt;&lt;P&gt;Sarah, Quality, Positive&lt;/P&gt;&lt;P&gt;Ramesh, Delivery, Negative&lt;/P&gt;&lt;P&gt;Alfred, Feedback, &lt;/P&gt;&lt;P&gt;Tom, Feedback, Positive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effectively I want to filter out in script any rows where Question = ‘Feedback’ and answer has not been filled in i.e len(answer)&amp;lt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it should return :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah, Quality, Positive&lt;/P&gt;&lt;P&gt;Ramesh, Delivery, Negative&lt;/P&gt;&lt;P&gt;Tom, Feedback, Positive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 11:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314248#M408181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T11:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314249#M408182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is other way to do it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 11:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314249#M408182</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-04-25T11:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314250#M408183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use len(answer) &amp;gt;0 instead of yours&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 11:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314250#M408183</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-25T11:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314251#M408184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;load * inline &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sales_Person, Question, Answer&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;John, Feedback,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sarah, Quality, Positive&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ramesh, Delivery, Negative&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Alfred, Feedback,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tom, Feedback, Positive&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Where &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; Question = 'Feedback'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; AND len(trim(Answer)) = 0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 11:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314251#M408184</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-04-25T11:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314252#M408185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to be clear the requirment is * IF question = feedback AND len(answer)=0 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314252#M408185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T12:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314253#M408186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only want to filter these rows where the two conditions are met i.e ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question = 'Feedback' and len(answer) =0 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314253#M408186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-25T12:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314254#M408187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your expected output...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314254#M408187</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-04-25T12:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314255#M408188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where len(Answer) &amp;lt;&amp;gt; 0 and Question&amp;nbsp; &amp;lt;&amp;gt; 'Feedback'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314255#M408188</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-04-25T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314256#M408189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF you want to do this in the Chart then your expression should be as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Question = 'Feedback' and len(trim(answer))=0,1,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( {&amp;lt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales_Person&lt;/EM&gt;={"=len(trim(Answer))=0"},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Question &lt;/SPAN&gt;={'Feedback'}&amp;gt;}&amp;nbsp; &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales_Person&lt;/EM&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314256#M408189</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-25T12:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314257#M408190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;add a NOT to my previous answer&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Where&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;NOT ( &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; Question = 'Feedback'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp; AND len(trim(Answer)) = 0&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp; )&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161173_1.jpg" style="height: auto; width: auto;" /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 13:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-in-script/m-p/1314257#M408190</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-04-25T13:22:24Z</dc:date>
    </item>
  </channel>
</rss>

