<?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: IF and Null statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1602289#M736096</link>
    <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(isnull(ActualDaysDifference)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(len(ActualDaysDifference)=0&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2019 11:47:32 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2019-07-15T11:47:32Z</dc:date>
    <item>
      <title>IF and Null statement</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1602270#M736095</link>
      <description>&lt;P&gt;I have a statement that I am looking to display the 0 and nulls if they are present but I can't get the IF statement to show the nulls.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's quite a beefy IF statement but if the field ActualDaysDifference is 0 or blank, I want it to keep that. It works for 0 but not for the blanks so I'm not sure what to do?&lt;/P&gt;&lt;P&gt;if(ActualDaysDifference = ' ' or '0', ActualDaysDifference,if(ActualDeliveryDate&amp;lt;PlannedDeliveryDate, networkdays(ActualDeliveryDate,PlannedDeliveryDate)*-1, WorkingDaysDifference)) AS DaysDifferenceAgain&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1602270#M736095</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2024-11-16T03:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: IF and Null statement</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1602289#M736096</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(isnull(ActualDaysDifference)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(len(ActualDaysDifference)=0&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 11:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1602289#M736096</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2019-07-15T11:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: IF and Null statement</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1602295#M736097</link>
      <description>&lt;P&gt;These don't bring in all the fields with 0 AND that are null though, surely it's just one or the other?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 11:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1602295#M736097</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2019-07-15T11:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: IF and Null statement</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1602305#M736098</link>
      <description>&lt;P&gt;&lt;SPAN&gt;if(isnull(ActualDaysDifference) or ActualDaysDifference=0 , ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(len(ActualDaysDifference)=0&amp;nbsp; or ActualDaysDifference=0 , ...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 12:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1602305#M736098</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2019-07-15T12:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: IF and Null statement</title>
      <link>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1610398#M736100</link>
      <description>&lt;P&gt;Did Mike's final post help you resolve things?&amp;nbsp; If so, please be sure to give him credit by clicking the Accept as Solution button on his post.&lt;/P&gt;
&lt;P&gt;Here are some additional links that may help a little as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Finding-NULL/ba-p/1474279" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Finding-NULL/ba-p/1474279&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/NULL-The-Invisible-Nothing/ba-p/1467674" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/NULL-The-Invisible-Nothing/ba-p/1467674&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 19:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-and-Null-statement/m-p/1610398#M736100</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-07T19:44:48Z</dc:date>
    </item>
  </channel>
</rss>

