<?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 including blank in filter selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/including-blank-in-filter-selection/m-p/1369065#M418634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field in which the values are daily and hourly .. and there are some blanks .. i want to show blanks along with the Hourly and Daily values when selected .. here is the condition i am using in the script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Len(Trim("metric_breakdown") = 0 or "metric_breakdown"='daily'),'Daily',&lt;/P&gt;&lt;P&gt;if(Len(Trim("metric_breakdown") = 0 or "metric_breakdown"='hourly'),'Hourly')) as [Rum Metric Breakdown],*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is that i am doing wrong .. i could only see daily value in my filter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 20:11:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-04T20:11:50Z</dc:date>
    <item>
      <title>including blank in filter selection</title>
      <link>https://community.qlik.com/t5/QlikView/including-blank-in-filter-selection/m-p/1369065#M418634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field in which the values are daily and hourly .. and there are some blanks .. i want to show blanks along with the Hourly and Daily values when selected .. here is the condition i am using in the script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Len(Trim("metric_breakdown") = 0 or "metric_breakdown"='daily'),'Daily',&lt;/P&gt;&lt;P&gt;if(Len(Trim("metric_breakdown") = 0 or "metric_breakdown"='hourly'),'Hourly')) as [Rum Metric Breakdown],*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is that i am doing wrong .. i could only see daily value in my filter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 20:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/including-blank-in-filter-selection/m-p/1369065#M418634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T20:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: including blank in filter selection</title>
      <link>https://community.qlik.com/t5/QlikView/including-blank-in-filter-selection/m-p/1369066#M418635</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; if(Len(Trim("metric_breakdown")) = 0 or "metric_breakdown" = 'daily' ,'Daily',&lt;/P&gt;&lt;P&gt; if(Len(Trim("metric_breakdown")) = 0 or "metric_breakdown" = 'hourly','Hourly')) as [Rum Metric Breakdown]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 20:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/including-blank-in-filter-selection/m-p/1369066#M418635</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-05-04T20:15:13Z</dc:date>
    </item>
  </channel>
</rss>

