<?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 Need to select a null bar... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193487#M385318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have our vendors whom we require to be certified and there 3 types of certifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We created a bar chart with count of vendors by certification type and there is a 4th "null" bar (vendors who have not been certified)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Qlikview will not allow selection of this bar. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Oct 2016 15:13:53 GMT</pubDate>
    <dc:creator>markp201</dc:creator>
    <dc:date>2016-10-12T15:13:53Z</dc:date>
    <item>
      <title>Need to select a null bar...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193487#M385318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have our vendors whom we require to be certified and there 3 types of certifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We created a bar chart with count of vendors by certification type and there is a 4th "null" bar (vendors who have not been certified)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Qlikview will not allow selection of this bar. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 15:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193487#M385318</guid>
      <dc:creator>markp201</dc:creator>
      <dc:date>2016-10-12T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need to select a null bar...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193488#M385319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be make the null into a non-null value in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD If(Len(Trim(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;certification)) = 0, 'NullCell', &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;certification) as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;certification&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193488#M385319</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-12T16:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need to select a null bar...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193489#M385320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to make changes in the Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;certification)) &amp;lt;1 or ISNULL(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;certification)&lt;/STRONG&gt;&lt;/SPAN&gt;, 'BLANK', &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;certification) as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;certification&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Then you will have '&lt;STRONG&gt;BLANK&lt;/STRONG&gt;' in your list box, which you can select&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193489#M385320</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-10-12T16:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need to select a null bar...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193490#M385321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the customer table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193490#M385321</guid>
      <dc:creator>markp201</dc:creator>
      <dc:date>2016-10-12T16:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need to select a null bar...</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193491#M385322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes whereever you have the certification field in your table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-select-a-null-bar/m-p/1193491#M385322</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-12T16:55:29Z</dc:date>
    </item>
  </channel>
</rss>

