<?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: TAT Calculation without NULL Value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651880#M48631</link>
    <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Only({&amp;lt;[Shipping date] *= {"*"}&amp;gt;} 
    NetWorksDay(RecevingDate, ShippingDate)
)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 27 Nov 2019 12:58:01 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-11-27T12:58:01Z</dc:date>
    <item>
      <title>TAT Calculation without NULL Value</title>
      <link>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651790#M48612</link>
      <description>&lt;P&gt;Hello, I need support to create a TAT calculation without consider the NULL value, normally should i use&amp;nbsp;&lt;/P&gt;&lt;P&gt;networksday(RecevingDate,ShippingDate) i need to have it only fo the value with shipping date not null. How can i do it? thanks Massimiliano&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651790#M48612</guid>
      <dc:creator>mcarotenuto</dc:creator>
      <dc:date>2024-11-16T19:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: TAT Calculation without NULL Value</title>
      <link>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651808#M48615</link>
      <description>&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;networksday(RecevingDate,&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;If(&lt;/STRONG&gt;&lt;STRONG&gt;Not IsNull(&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;ShippingDate&lt;/FONT&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;FONT color="#ff0000"&gt;, &lt;STRONG&gt;ShippingDate)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 10:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651808#M48615</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-11-27T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: TAT Calculation without NULL Value</title>
      <link>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651864#M48628</link>
      <description>&lt;P&gt;Thanks,i tried but i have every time the result -&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 12:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651864#M48628</guid>
      <dc:creator>mcarotenuto</dc:creator>
      <dc:date>2019-11-27T12:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: TAT Calculation without NULL Value</title>
      <link>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651880#M48631</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Only({&amp;lt;[Shipping date] *= {"*"}&amp;gt;} 
    NetWorksDay(RecevingDate, ShippingDate)
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 27 Nov 2019 12:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651880#M48631</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-27T12:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: TAT Calculation without NULL Value</title>
      <link>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651881#M48632</link>
      <description>&lt;P&gt;Is this what you are after?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=If(Len(ShippingDate) &amp;gt; 0, networksday(RecevingDate,ShippingDate), null())&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Will return null() if shipping date is null or an empty string.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 12:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651881#M48632</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-11-27T12:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: TAT Calculation without NULL Value</title>
      <link>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651894#M48634</link>
      <description>&lt;P&gt;i have again the error as result, maybe to help the support can be important say that i'm using this formula in the KPI.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 13:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/TAT-Calculation-without-NULL-Value/m-p/1651894#M48634</guid>
      <dc:creator>mcarotenuto</dc:creator>
      <dc:date>2019-11-27T13:28:11Z</dc:date>
    </item>
  </channel>
</rss>

