<?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: Performance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performance/m-p/854635#M299598</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;Is it SQL query or Qlikview Load script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is SQL Query then creating Index on &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SALESDATE &lt;/STRONG&gt;field will improve the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is Qlikview Script, then convert the &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SALESDATE &lt;/STRONG&gt;field to number when you are data in the QVD itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally Qlikview runs in Superfast mode but when you put &lt;STRONG&gt;where&lt;/STRONG&gt; condition it runs in normal mode.&amp;nbsp; Since you need the condition to be implemented you have to use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 05:53:39 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-04-30T05:53:39Z</dc:date>
    <item>
      <title>Performance</title>
      <link>https://community.qlik.com/t5/QlikView/Performance/m-p/854633#M299596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I need to cut down the execution time where my script fetches data based on nelow condition.Are there any way to&amp;nbsp; rewrite the below condition to increase the performance .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; num(SALESDATE) &amp;gt;= $(START_DATE) and num(SALESDATE) &amp;lt;= $(END_DATE);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 05:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance/m-p/854633#M299596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T05:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.qlik.com/t5/QlikView/Performance/m-p/854634#M299597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can convert date from string to number format by using date# function and then monitor the performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 05:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance/m-p/854634#M299597</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2015-04-30T05:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.qlik.com/t5/QlikView/Performance/m-p/854635#M299598</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;Is it SQL query or Qlikview Load script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is SQL Query then creating Index on &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SALESDATE &lt;/STRONG&gt;field will improve the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is Qlikview Script, then convert the &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SALESDATE &lt;/STRONG&gt;field to number when you are data in the QVD itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally Qlikview runs in Superfast mode but when you put &lt;STRONG&gt;where&lt;/STRONG&gt; condition it runs in normal mode.&amp;nbsp; Since you need the condition to be implemented you have to use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 05:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance/m-p/854635#M299598</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-30T05:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Performance</title>
      <link>https://community.qlik.com/t5/QlikView/Performance/m-p/854636#M299599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply Jagan ,&lt;/P&gt;&lt;P&gt;Its qlikview load script . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 05:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance/m-p/854636#M299599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-30T05:59:54Z</dc:date>
    </item>
  </channel>
</rss>

