<?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: Please help me on null handling at set analysis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-null-handling-at-set-analysis/m-p/137710#M758451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First try to split the expressions and see if you are getting any values. Regarding NULLs see if the below will help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Len(Trim(JMS_DELIVERED_DATE_TIME)) &amp;gt;0 and Len(Trim(FIRST_TOUCH_DATE_TIME))&amp;gt;0,&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;CREATION_DATE={"&amp;gt;$(=(Date(Date#('$(vDATE)','M/DD/YYYY')-if('$(vRANGE)'='0','1','$(vRANGE)'))))&amp;lt;=$(vDATE)"}&amp;gt;}TRANSACTION_RECORD_KEY), 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2018 12:00:16 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2018-08-31T12:00:16Z</dc:date>
    <item>
      <title>Please help me on null handling at set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-null-handling-at-set-analysis/m-p/137709#M758450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if(not isNULL(JMS_DELIVERED_DATE_TIME) and not isNULL(FIRST_TOUCH_DATE_TIME),&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;CREATION_DATE={"&amp;gt;$(=(Date(Date#('$(vDATE)','M/DD/YYYY')-if('$(vRANGE)'='0','1','$(vRANGE)'))))&amp;lt;=$(vDATE)"}&amp;gt;}TRANSACTION_RECORD_KEY), 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;giving me 0 values , but when I am going to use below sql:&lt;/P&gt;&lt;P&gt;select count( TRANSACTION_RECORD_KEY) as Transaction_Count&lt;/P&gt;&lt;P&gt;from edi_e2e_user.abc_e2e_tracking_record where&lt;/P&gt;&lt;P&gt;UNPACKAGED_DATE_TIME is not null and FIRST_TOUCH_DATE_TIME is not null and&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;CAST(FROM_TZ(CAST(UNPACKAGED_DATE_TIME AS TIMESTAMP), 'UTC') at time zone 'America/New_York' AS Timestamp) between&lt;/P&gt;&lt;P&gt;TO_TIMESTAMP('22-AUG-18 12.00.00.000000000 AM', 'DD-Mon-YY HH.MI.SS.FF9 AM') and&lt;/P&gt;&lt;P&gt;TO_TIMESTAMP('22-AUG-18 11.59.59.000000000 PM', 'DD-Mon-YY HH.MI.SS.FF9 AM');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting 11178 rows, then please advise me how to use it in set expression, or if anything is wrong in my above code , please correct me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-null-handling-at-set-analysis/m-p/137709#M758450</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on null handling at set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-null-handling-at-set-analysis/m-p/137710#M758451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First try to split the expressions and see if you are getting any values. Regarding NULLs see if the below will help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Len(Trim(JMS_DELIVERED_DATE_TIME)) &amp;gt;0 and Len(Trim(FIRST_TOUCH_DATE_TIME))&amp;gt;0,&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;CREATION_DATE={"&amp;gt;$(=(Date(Date#('$(vDATE)','M/DD/YYYY')-if('$(vRANGE)'='0','1','$(vRANGE)'))))&amp;lt;=$(vDATE)"}&amp;gt;}TRANSACTION_RECORD_KEY), 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 12:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-null-handling-at-set-analysis/m-p/137710#M758451</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-08-31T12:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on null handling at set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-null-handling-at-set-analysis/m-p/137711#M758452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yor expression is not working for me when I am using it at KPI. But I am using the below expression and it works for me:&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;CREATION_DATE={"&amp;gt;$(=(Date(Date#('$(vDATE)','M/DD/YYYY')-if('$(vRANGE)'='0','1','$(vRANGE)'))))&amp;lt;=$(vDATE)"}, &lt;/P&gt;&lt;P&gt;JMS_DELIVERED_DATE_TIME -={'=Len(Trim(JMS_DELIVERED_DATE_TIME))=0'}, FIRST_TOUCH_DATE_TIME -={'=Len(Trim(FIRST_TOUCH_DATE_TIME))=0'}&amp;gt;}TRANSACTION_RECORD_KEY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 08:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-null-handling-at-set-analysis/m-p/137711#M758452</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-09-05T08:10:23Z</dc:date>
    </item>
  </channel>
</rss>

