<?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: Peformance issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649817#M237692</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;I tried here in my app by inner joining the 2 tables, the script has reloaded successfully without having script performance issue. But my calculated dimension will vary based on slider selection i.e. if the variable "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CaptureTimeSPCRange&lt;/SPAN&gt;" is set to 5 then it dimension should be &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CaptureDate&amp;amp;' '&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[5mins], if variable is set to 10 then &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CaptureDate&amp;amp;' '&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[10mins], ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so we can't control this variable change through editscript right !!!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CaptureDate&amp;amp;' '&amp;amp;IF(Len(Date(CaptureDate))&amp;gt;0,Pick(WildMatch(CaptureTimeSPCRange,'5','10','15','20','25','30','35','40','45','50','55','60'),[5mins],[10mins],[15mins],[20mins],[25mins],[30mins],[35mins],[40mins],[45mins],[50mins],[55mins],[60mins]),'')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any approach that we can proceed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 14:58:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-19T14:58:08Z</dc:date>
    <item>
      <title>Peformance issue</title>
      <link>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649813#M237688</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;I'm facing performance issue in line chart, the dimension that i was using the "Date&amp;amp;' '&amp;amp;Time". My app containing huge amount of data its nearly 40 million rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone helps me in optimizing the performance in this chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 14:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649813#M237688</guid>
      <dc:creator />
      <dc:date>2014-09-19T14:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Peformance issue</title>
      <link>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649814#M237689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are used it as a Calculated Dimension, better to create in the script itself...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 14:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649814#M237689</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Peformance issue</title>
      <link>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649815#M237690</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;Actual calculated dimension that i used in the app as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CaptureDate&amp;amp;' '&amp;amp;IF(Len(Date(CaptureDate))&amp;gt;0,Pick(WildMatch(CaptureTimeSPCRange,'5','10','15','20','25','30','35','40','45','50','55','60'),[5mins],[10mins],[15mins],[20mins],[25mins],[30mins],[35mins],[40mins],[45mins],[50mins],[55mins],[60mins]),'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : here CaptureDate is from one table and the other columns like [5mins],[10mins].. are from different table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To write above calculated dimension i needs to join the 2 tables, if we are inner joining the 2 tables for 40 million rows, does it cause performance problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 14:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649815#M237690</guid>
      <dc:creator />
      <dc:date>2014-09-19T14:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Peformance issue</title>
      <link>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649816#M237691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but Can't tell you without actually working on your apps.. Better you can try at your end.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 14:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649816#M237691</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-19T14:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Peformance issue</title>
      <link>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649817#M237692</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;I tried here in my app by inner joining the 2 tables, the script has reloaded successfully without having script performance issue. But my calculated dimension will vary based on slider selection i.e. if the variable "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CaptureTimeSPCRange&lt;/SPAN&gt;" is set to 5 then it dimension should be &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CaptureDate&amp;amp;' '&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[5mins], if variable is set to 10 then &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CaptureDate&amp;amp;' '&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[10mins], ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;so we can't control this variable change through editscript right !!!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CaptureDate&amp;amp;' '&amp;amp;IF(Len(Date(CaptureDate))&amp;gt;0,Pick(WildMatch(CaptureTimeSPCRange,'5','10','15','20','25','30','35','40','45','50','55','60'),[5mins],[10mins],[15mins],[20mins],[25mins],[30mins],[35mins],[40mins],[45mins],[50mins],[55mins],[60mins]),'')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any approach that we can proceed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 14:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649817#M237692</guid>
      <dc:creator />
      <dc:date>2014-09-19T14:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Peformance issue</title>
      <link>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649818#M237693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create master time calendar as described below&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/07/23/the-master-time-table"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/07/23/the-master-time-table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would suggest a more aggregated level would perform best here. Please do not use calculated dimensions in this case.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 13:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Peformance-issue/m-p/649818#M237693</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-20T13:39:24Z</dc:date>
    </item>
  </channel>
</rss>

