<?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 problem with table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-with-table/m-p/221619#M74416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solve the problem with null in "DateTimeStamp":&lt;/P&gt;&lt;P&gt;change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;left join (LogOnOff) intervalmatch(DateTimeStamp) ...&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;inner join (LogOnOff) intervalmatch(DateTimeStamp) ...&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;but I can't understand what about null in other fields?&lt;/P&gt;&lt;P&gt;If I create TableBox and use "Omit rows where field is null" - all correct, but how do it in script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 01:34:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-22T01:34:01Z</dc:date>
    <item>
      <title>problem with table</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-table/m-p/221618#M74415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there's some script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;&lt;BR /&gt;LogOnOff:&lt;BR /&gt;odbc connect to ...;&lt;BR /&gt;load date(DDATE_LOGON, 'DD.MM.YYYY hh:mm:ss') as DDATE_LOGON,&lt;BR /&gt; date(DDATE_LOGOFF, 'DD.MM.YYYY hh:mm:ss') as DDATE_LOGOFF,&lt;BR /&gt; SAUTHID as SAUTHID,&lt;BR /&gt; SPROGRAM as SPROGRAM,&lt;BR /&gt; NRN as NRN&lt;BR /&gt; ;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM PARUS."UDO_V_LOGONOFF";&lt;BR /&gt;&lt;BR /&gt;TimeStamps:&lt;BR /&gt;directory;&lt;BR /&gt;load date(DateTime, 'DD.MM.YYYY hh:mm:ss') as DateTimeStamp&lt;BR /&gt;from [TimeStamps.csv] (txt, utf8, embedded labels, delimiter is ',', msq, no eof);&lt;BR /&gt;&lt;BR /&gt;left join (LogOnOff) intervalmatch(DateTimeStamp)&lt;BR /&gt; load DDATE_LOGON, DDATE_LOGOFF&lt;BR /&gt; resident LogOnOff;&lt;BR /&gt;//in result I've got nulls in some rows, and I try to remove it:&lt;BR /&gt;LogOnOffNew:&lt;BR /&gt;load * resident LogOnOff where isnull(DateTimeStamp) = 0;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;but I can't see "LogOnOffNew" ... why? may be there's more simple way to do this (for example use "where")?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 00:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-table/m-p/221618#M74415</guid>
      <dc:creator />
      <dc:date>2009-10-22T00:56:58Z</dc:date>
    </item>
    <item>
      <title>problem with table</title>
      <link>https://community.qlik.com/t5/QlikView/problem-with-table/m-p/221619#M74416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solve the problem with null in "DateTimeStamp":&lt;/P&gt;&lt;P&gt;change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;left join (LogOnOff) intervalmatch(DateTimeStamp) ...&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;inner join (LogOnOff) intervalmatch(DateTimeStamp) ...&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;but I can't understand what about null in other fields?&lt;/P&gt;&lt;P&gt;If I create TableBox and use "Omit rows where field is null" - all correct, but how do it in script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 01:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-with-table/m-p/221619#M74416</guid>
      <dc:creator />
      <dc:date>2009-10-22T01:34:01Z</dc:date>
    </item>
  </channel>
</rss>

