<?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 Expression question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-question/m-p/1055309#M353837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I read in some QlikView documentation that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(max(ORDERDATE,'DD/MM/YYYY')) is 3 times faster than&lt;/P&gt;&lt;P&gt;max(date(ORDERDATE,’DD/MM/YYYY’) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me why? This is better? There was no explanation when I read it at the time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2016 13:31:25 GMT</pubDate>
    <dc:creator>mwallman</dc:creator>
    <dc:date>2016-03-11T13:31:25Z</dc:date>
    <item>
      <title>Expression question</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-question/m-p/1055309#M353837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I read in some QlikView documentation that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(max(ORDERDATE,'DD/MM/YYYY')) is 3 times faster than&lt;/P&gt;&lt;P&gt;max(date(ORDERDATE,’DD/MM/YYYY’) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me why? This is better? There was no explanation when I read it at the time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 13:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-question/m-p/1055309#M353837</guid>
      <dc:creator>mwallman</dc:creator>
      <dc:date>2016-03-11T13:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best practise: Which expression is better and why?</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-question/m-p/1055310#M353838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is due to the fact that the aggregation is done directly on a field. And then the Date() function is performed once at the end of the aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second expression is an aggregation that needs to perform the function Date() on a field during aggregation. This slows it down - naturally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-question/m-p/1055310#M353838</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-03-11T14:07:10Z</dc:date>
    </item>
  </channel>
</rss>

