<?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: Null values not showing in bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603548#M1109241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha. I didn't know that! That explains a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how would i exclude the values i want to, without excluding the null values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2014 12:16:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-05T12:16:10Z</dc:date>
    <item>
      <title>Null values not showing in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603545#M1109238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an expression, which work great, as the bar chart shows all values including null ones in my stated dimension,which is called TRADE_CONDITION_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression is&lt;/P&gt;&lt;P&gt;COUNT({$&amp;lt;Book={'Supranationals - GSL'}&amp;gt;}[Trade Tag])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I add in an an extra set analysis, so as to not show some of the values of the TRADE_CONDITION_1 dimension, the null column disappears!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({$&amp;lt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;TRADE_CONDITION_1-={'IF','ICO','FLT','INT','AD','GP','RN','NCR','BRR','AVP'}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;,&lt;/SPAN&gt;Book={'Supranationals - GSL'}&amp;gt;}[Trade Tag])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;I have not changed any other settings&lt;/STRONG&gt;. 'Supress when value is null' is NOT ticked, nor is 'Supress zero-values' or 'Supress Missing'. And i can't tick 'show all values' because i don't want to see all values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 11:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603545#M1109238</guid>
      <dc:creator />
      <dc:date>2014-03-05T11:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Null values not showing in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603546#M1109239</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;Remember that -= is a shortcut, so for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;DIM1 -={'Something'}&amp;gt;} is shorthand for {&amp;lt;DIM1 ={'*'} - {'Something'}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this expression selects all NON-null values and then removes the 'Something' entries.So the nulls are excluded before the -= condition is evaluated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603546#M1109239</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-05T12:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Null values not showing in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603547#M1109240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could include the nulls by adding this to the end of your expression:&lt;/P&gt;&lt;P&gt;+ COUNT({&amp;lt;Book={'Supranationals - GSL'}&amp;gt;} If(IsNull(TRADE_CONDITION_1), [Trade Tag]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could use NULLASVALUE TRADE_CONDITION_1; in your script to make TRADE_CONDITION_1 selectable.The nulls will be replaced by empty strings which will be selected by the 'all' ('*') selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603547#M1109240</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-05T12:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Null values not showing in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603548#M1109241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha. I didn't know that! That explains a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how would i exclude the values i want to, without excluding the null values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603548#M1109241</guid>
      <dc:creator />
      <dc:date>2014-03-05T12:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Null values not showing in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603549#M1109242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you missed my second post (posted just before your reply) which answers your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603549#M1109242</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-05T12:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Null values not showing in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603550#M1109243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is giving me some funny results, but i think it's almost what i need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may actually be easier for me to include the TRADE_CONDITION_1s I want instead of the ones I don't want. but how would I get null values included. Would this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({$&amp;lt;TRADE_CONDITION_1={'VC','NRR','EL',NULL},Book={'Supranationals - GSL'}&amp;gt;}[Trade Tag])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603550#M1109243</guid>
      <dc:creator />
      <dc:date>2014-03-05T12:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Null values not showing in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603551#M1109245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;Book={'Supranationals - GSL'}&amp;gt;} If(Match(TRADE_CONDITION_1, 'VC','NRR','EL') Or Len(TRADE_CONDITION_1) = 0, [Trade Tag]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: fixed condition &amp;gt;0 to =0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603551#M1109245</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-03-05T12:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Null values not showing in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603552#M1109246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this works in conjunction with ticking 'Suppress zero values'!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-values-not-showing-in-bar-chart/m-p/603552#M1109246</guid>
      <dc:creator />
      <dc:date>2014-03-05T12:51:15Z</dc:date>
    </item>
  </channel>
</rss>

