<?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 how to show null value in KPI field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993659#M14568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys! I hope that you can help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new usign Qlik Sense Desktop and i'm making some visualizations. One, in specific, i need to show some fields that at my ODBC connect that are empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use some formulas, and i'm a newer user in it too, and it showed wrong values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i use the&amp;nbsp; Count(if(isnull([queue]),1,0)) formula it shows me wrong values that dont matches with my mysql data. When I use the&lt;/P&gt;&lt;P&gt;isnull(trim([sla])) formula it shows me the -1 number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm doing wrong?&lt;/P&gt;&lt;P&gt;&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>Thu, 26 Nov 2015 19:35:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-26T19:35:54Z</dc:date>
    <item>
      <title>how to show null value in KPI field</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993659#M14568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys! I hope that you can help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new usign Qlik Sense Desktop and i'm making some visualizations. One, in specific, i need to show some fields that at my ODBC connect that are empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use some formulas, and i'm a newer user in it too, and it showed wrong values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i use the&amp;nbsp; Count(if(isnull([queue]),1,0)) formula it shows me wrong values that dont matches with my mysql data. When I use the&lt;/P&gt;&lt;P&gt;isnull(trim([sla])) formula it shows me the -1 number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm doing wrong?&lt;/P&gt;&lt;P&gt;&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>Thu, 26 Nov 2015 19:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993659#M14568</guid>
      <dc:creator />
      <dc:date>2015-11-26T19:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to show null value in KPI field</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993660#M14569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have true null the if(isnull(field), ...., ......) should works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have blank, space, use if(len(trim(field))=, ....., .....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also have missing, here a detailed explanation&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 22:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993660#M14569</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-26T22:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to show null value in KPI field</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993661#M14570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your qvf file or screen shots from both data sets,&lt;/P&gt;&lt;P&gt;Is possible that some of your calculations returns missing values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/180298"&gt;Missing values in PivotTable&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 22:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993661#M14570</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-11-26T22:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to show null value in KPI field</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993662#M14571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Count(if(isnull([queue])=-1,1,0)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;True&lt;/SPAN&gt; from an IsNull() test is -1 , you just left that out in the expression. I'm not sure if Qlik supports an implicit 'True' which your &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;expression appears to suggest. I always code explicit for null testing anyway by habit.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 04:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993662#M14571</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2015-11-27T04:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to show null value in KPI field</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993663#M14572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 11:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-show-null-value-in-KPI-field/m-p/993663#M14572</guid>
      <dc:creator />
      <dc:date>2015-11-27T11:58:54Z</dc:date>
    </item>
  </channel>
</rss>

