<?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 use  where clause for isodate field during load from mongodb in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-use-where-clause-for-isodate-field-during-load-from-mongodb/m-p/1788086#M61512</link>
    <description>&lt;P&gt;When you say 20 minutes, how many records are there?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2021 20:54:16 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2021-03-03T20:54:16Z</dc:date>
    <item>
      <title>How use  where clause for isodate field during load from mongodb</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-where-clause-for-isodate-field-during-load-from-mongodb/m-p/1784074#M61116</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've tried to load and filter out isodate field from mongodb but I got a lot of trouble.&lt;BR /&gt;I use:&lt;BR /&gt;Load&lt;BR /&gt;a,&lt;BR /&gt;date&lt;BR /&gt;;&lt;BR /&gt;select&lt;BR /&gt;*&lt;BR /&gt;from tab1 where date&amp;lt;='2021-01-27T12:24:30.000Z'&lt;BR /&gt;but it doesn't work, it can't recognize '&amp;lt;='. If I use like statement: from tab1 where date&amp;lt;='2021-01-27%' it's working correctly. Why this timestamp is a string and how use &amp;lt;= and put proper type of date?&lt;BR /&gt;Could anyone help me?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 08:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-where-clause-for-isodate-field-during-load-from-mongodb/m-p/1784074#M61116</guid>
      <dc:creator>erku</dc:creator>
      <dc:date>2021-02-19T08:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: How use  where clause for isodate field during load from mongodb</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-where-clause-for-isodate-field-during-load-from-mongodb/m-p/1784503#M61154</link>
      <description>&lt;P&gt;Try this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&amp;nbsp;a,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;date&lt;FONT color="#FF0000"&gt; where ConvertToLocalTime(date)&amp;lt;=ConvertToLocalTime('2021-01-27T12:24:30.000Z')&lt;/FONT&gt;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;select&amp;nbsp;*&amp;nbsp;from tab1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2021 20:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-where-clause-for-isodate-field-during-load-from-mongodb/m-p/1784503#M61154</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-02-21T20:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: How use  where clause for isodate field during load from mongodb</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-where-clause-for-isodate-field-during-load-from-mongodb/m-p/1785877#M61273</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes it's working but looks like first it loads all data and then filter it out and loading takes a lot of time. Maybe it's some kind of performance issue. For example filtering one date:&lt;BR /&gt;where ConvertToLocalTime(date)&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;=&lt;/FONT&gt;&lt;/STRONG&gt;ConvertToLocalTime('2021-01-27T12:24:30.000Z')&lt;BR /&gt;takes 20 min. Any idea why?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 16:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-where-clause-for-isodate-field-during-load-from-mongodb/m-p/1785877#M61273</guid>
      <dc:creator>erku</dc:creator>
      <dc:date>2021-02-24T16:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: How use  where clause for isodate field during load from mongodb</title>
      <link>https://community.qlik.com/t5/App-Development/How-use-where-clause-for-isodate-field-during-load-from-mongodb/m-p/1788086#M61512</link>
      <description>&lt;P&gt;When you say 20 minutes, how many records are there?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 20:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-use-where-clause-for-isodate-field-during-load-from-mongodb/m-p/1788086#M61512</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-03-03T20:54:16Z</dc:date>
    </item>
  </channel>
</rss>

