<?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: How to handle the date null value in set analysis in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064326#M1648</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;Thanks for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i applied the above script what ever your shared, it was showing zero (0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i applied like the below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Ticket = {'Type 1 (Down)'}, CloseDate = {'Len(CloseDate)&amp;gt;0'}&amp;gt;}Ticket)&amp;nbsp; -- &amp;gt; 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sub2u444&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2016 12:55:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-24T12:55:37Z</dc:date>
    <item>
      <title>How to handle the date null value in set analysis</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064320#M1642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Folks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I attached the my sample data in below.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In the attached sheet data i have date field, how to handle the null values in qliksense..&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;KPI'S:-&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1. Ticket=High,CloseDate is not null -&amp;gt; Count&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2. &lt;SPAN style="font-size: 13.3333px;"&gt;Ticket=Medium,CloseDate is not null -&amp;gt; Count&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;3. &lt;SPAN style="font-size: 13.3333px;"&gt;Ticket=Low,CloseDate is not null -&amp;gt; Count&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 10:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064320#M1642</guid>
      <dc:creator />
      <dc:date>2016-03-24T10:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle the date null value in set analysis</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064321#M1643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No data is attached, but may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Ticket = {'High'}, &lt;SPAN style="color: #ff0000;"&gt;CloseDate = {'*'}&lt;/SPAN&gt;&amp;gt;}Ticket)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Count({&amp;lt;Ticket = {'Medium'}, &lt;SPAN style="color: #ff0000;"&gt;CloseDate = {'*'}&lt;/SPAN&gt;&amp;gt;}Ticket)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Count({&amp;lt;Ticket = {'Low'}, &lt;SPAN style="color: #ff0000;"&gt;CloseDate = {'*'}&lt;/SPAN&gt;&amp;gt;}Ticket)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;Ticket = {'High'}, &lt;SPAN style="color: #ff0000;"&gt;CloseDate = {"=Len(Trim(CloseDate)) &amp;gt; 0"}&lt;/SPAN&gt;&amp;gt;}Ticket)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;Ticket = {'&lt;STRONG style="font-size: 13.3333px;"&gt;Medium&lt;/STRONG&gt;'}, &lt;SPAN style="color: #ff0000;"&gt;CloseDate = {"=Len(Trim(CloseDate)) &amp;gt; 0"}&lt;/SPAN&gt;&amp;gt;}Ticket)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;Ticket = {'&lt;STRONG style="font-size: 13.3333px;"&gt;Low&lt;/STRONG&gt;'}, &lt;SPAN style="color: #ff0000;"&gt;CloseDate = {"=Len(Trim(CloseDate)) &amp;gt; 0"}&lt;/SPAN&gt;&amp;gt;}Ticket)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 10:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064321#M1643</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-24T10:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle the date null value in set analysis</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064322#M1644</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;Not getting the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below attached sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064322#M1644</guid>
      <dc:creator />
      <dc:date>2016-03-24T12:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle the date null value in set analysis</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064323#M1645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064323#M1645</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-24T12:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle the date null value in set analysis</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064324#M1646</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;I am using QlikSense..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please share the expression/script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub2u444&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064324#M1646</guid>
      <dc:creator />
      <dc:date>2016-03-24T12:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle the date null value in set analysis</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064325#M1647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression should still be the same my friend. I used these three expressions:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count({&amp;lt;Ticket = {'High'}, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;CloseDate = {'*'}&lt;/SPAN&gt;&amp;gt;}Ticket)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Count({&amp;lt;Ticket = {'Medium'}, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;CloseDate = {'*'}&lt;/SPAN&gt;&amp;gt;}Ticket)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Count({&amp;lt;Ticket = {'Low'}, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;CloseDate = {'*'}&lt;/SPAN&gt;&amp;gt;}Ticket)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064325#M1647</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-24T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle the date null value in set analysis</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064326#M1648</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;Thanks for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i applied the above script what ever your shared, it was showing zero (0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i applied like the below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Ticket = {'Type 1 (Down)'}, CloseDate = {'Len(CloseDate)&amp;gt;0'}&amp;gt;}Ticket)&amp;nbsp; -- &amp;gt; 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sub2u444&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-handle-the-date-null-value-in-set-analysis/m-p/1064326#M1648</guid>
      <dc:creator />
      <dc:date>2016-03-24T12:55:37Z</dc:date>
    </item>
  </channel>
</rss>

