<?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 QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434994#M490718</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; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;=if(IsNull(Start_Time)=-1,'0', if(IsNull(End_Time) = -1, '0', Date(End_Time,'MM/DD/YYYY')-Date(Start_Time,'MM/DD/YYYY')))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;Hope that helps&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2012 15:15:15 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-09-24T15:15:15Z</dc:date>
    <item>
      <title>Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434991#M490715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question that should be obvious, but nothing seems to work.&amp;nbsp; I have a straight table with the following dimensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Project_ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Title&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CategoryDesc&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Manager&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Status&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Date(Start_Time,'MM/DD/YYYY')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Date(End_Time,'MM/DD/YYYY')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Date(End_Time,'MM/DD/YYYY')-Date(Start_Time,'MM/DD/YYYY')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there are values in my chart in which start time and end time are null, and these do not show up in the graph.&amp;nbsp; Suppress Null values is not selected on any of the dimensions. I need all the values to show up, even when there is no start or end time. I tried this for the expression, but it did not work either:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(IsNull(Start_Time)=-1,'0',Date(End_Time,'MM/DD/YYYY')-Date(Start_Time,'MM/DD/YYYY'))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add another expression like this, all the data shows up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=If(IsNull(Start_Time)=-1,'Null','Not Null')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 14:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434991#M490715</guid>
      <dc:creator />
      <dc:date>2012-09-24T14:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434992#M490716</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; Is for particular start time and end time have values? if both null start and end time value means?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 14:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434992#M490716</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-24T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434993#M490717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In most cases there is a value for both Start Time and End Time. Some have no Start Time and no End Time, and these are the items that don't show up.&amp;nbsp; In the future, there may be some records with Start Times but no End Times. I will need all the records to show, regardless of whether there is a start time, end time, or neither.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434993#M490717</guid>
      <dc:creator />
      <dc:date>2012-09-24T15:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434994#M490718</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; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;=if(IsNull(Start_Time)=-1,'0', if(IsNull(End_Time) = -1, '0', Date(End_Time,'MM/DD/YYYY')-Date(Start_Time,'MM/DD/YYYY')))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px;"&gt;Hope that helps&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434994#M490718</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-24T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434995#M490719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The nulls are still now showing up. I am at a loss. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434995#M490719</guid>
      <dc:creator />
      <dc:date>2012-09-24T15:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434996#M490720</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; Use len() = 0, instead of isnull. And also try like this, Date(num(End_time)-num(Start_time),'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try interval#() or interval() function too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434996#M490720</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-24T15:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434997#M490721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried it. i wonder if there is something with the SQL load? I have attached two Excel files: one is what the data looks like when I include the nulls (using If(IsNull(start_time),'Null','Not Null')) and the other is without that extra expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434997#M490721</guid>
      <dc:creator />
      <dc:date>2012-09-24T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434998#M490722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Could you provide table structure of the fields mentioned above ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434998#M490722</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-24T15:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434999#M490723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a snapshot of the table viewer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="22429" __jive_id="22429" class="jive-image-thumbnail jive-image" alt="Capture.JPG" src="https://community.qlik.com/legacyfs/online/22429_Capture.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only data I am using is from the SysAid_Project table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/434999#M490723</guid>
      <dc:creator />
      <dc:date>2012-09-24T15:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/435000#M490724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot the attachments. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/435000#M490724</guid>
      <dc:creator />
      <dc:date>2012-09-24T15:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/435001#M490725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, &lt;/P&gt;&lt;P&gt;Have you unchecked the checkbox 'Supress Zero-Values' on Presentation tab ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/435001#M490725</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-24T15:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Null Values Not Showing</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/435002#M490726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ha wow. That was ridiculously obvious. Thank you, whiteline and Mayil. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 16:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Values-Not-Showing/m-p/435002#M490726</guid>
      <dc:creator />
      <dc:date>2012-09-24T16:03:04Z</dc:date>
    </item>
  </channel>
</rss>

