<?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 Issue UI in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682488#M247420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;Suppose if you have pivot table showing all the data then the performance issues may arise, so restrict the display of records by asking user to select some filters to limit the data in tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculation Condition = Count(ID) &amp;lt; 10000 (Now if the possible records is less than 10000 then the pivot table is displayed with data otherwise it shows error message)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Fri, 12 Sep 2014 05:03:26 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-09-12T05:03:26Z</dc:date>
    <item>
      <title>Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682485#M247417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I just have qvw file with 60k records. I deployed it with hardware configuration as 16 GB RAM and multiple CPU.&lt;/P&gt;&lt;P&gt;Now the UI click and selection are too slow. The UI contains&lt;/P&gt;&lt;P&gt;--7 to 10 tabs &lt;/P&gt;&lt;P&gt;--some are hidden&lt;/P&gt;&lt;P&gt;--on field triggers too&lt;/P&gt;&lt;P&gt;--Print reports for each tab&lt;/P&gt;&lt;P&gt;--Pivot tables on each tab&lt;/P&gt;&lt;P&gt;--all objects have multiple (dimension near about)&lt;/P&gt;&lt;P&gt;--Expression is count distinct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now i want to see that can we enhance the UI clicking and navigation.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 03:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682485#M247417</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-12T03:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682486#M247418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this Sheet Properties-&amp;gt; Objects -&amp;gt; and check Calc Time of the objects which are taking more time and try to optimize those charts, if it is Pivot tables then show less data by making selections by using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart Properties-&amp;gt; General-&amp;gt; Calculation Condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Fri, 12 Sep 2014 04:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682486#M247418</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-12T04:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682487#M247419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Jagan,&lt;/P&gt;&lt;P&gt;I have already tried this but not the Calculation Condition can you please explain how can one use it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 04:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682487#M247419</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-12T04:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682488#M247420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;Suppose if you have pivot table showing all the data then the performance issues may arise, so restrict the display of records by asking user to select some filters to limit the data in tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculation Condition = Count(ID) &amp;lt; 10000 (Now if the possible records is less than 10000 then the pivot table is displayed with data otherwise it shows error message)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Fri, 12 Sep 2014 05:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682488#M247420</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-12T05:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682489#M247421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you brief abt data, how many tables?, what kind of data schema you have created with that? how you are loading these data into dashbaords.? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in qvw &lt;/P&gt;&lt;P&gt;use less if condition, use set analysis&lt;/P&gt;&lt;P&gt;how many users are accessing? check in the peak time what is ram usage by your dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you provide all these details then it will be helpful to resolve the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682489#M247421</guid>
      <dc:creator>vinay_hg</dc:creator>
      <dc:date>2014-09-12T05:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682490#M247422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try moving all expression into script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to merge tables if posible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682490#M247422</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-09-12T05:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682491#M247423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan,&lt;/P&gt;&lt;P&gt;Is the objects are too weak in memory point of view that they can not represent lacks of records.?&lt;/P&gt;&lt;P&gt;I need to show all records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682491#M247423</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-12T05:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682492#M247424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data model is best and looks neat and clean with all precaution of scripting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682492#M247424</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-12T05:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682493#M247425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems that can be a option but it will only make things complex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682493#M247425</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-12T05:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682494#M247426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;what about using the qvd?&lt;/P&gt;&lt;P&gt;Do they can help in this case ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682494#M247426</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-12T05:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682495#M247427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to Optimize your qlikview application please follow the checklist given in the attached document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682495#M247427</guid>
      <dc:creator />
      <dc:date>2014-09-12T06:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682496#M247428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are displaying all the records in the Straight/Pivot/Table box then definitely the performance issue occurs.&amp;nbsp; So better restrict the data in Tables.&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>Fri, 12 Sep 2014 06:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682496#M247428</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-12T06:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682497#M247429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends upon till what level the data model is normalized. More the de-normalized data model, more faster processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for a most of the common dashboard information, how much nodes of data model qlikview has to traverse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682497#M247429</guid>
      <dc:creator />
      <dc:date>2014-09-12T06:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682498#M247430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vivek i have already gone through these stuffs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 11:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682498#M247430</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-15T11:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue UI</title>
      <link>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682499#M247431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;All friends for your help and zeal to help. I was just expecting some tremendous trick or experience from any one who have optimized a pre existing report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 11:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performance-Issue-UI/m-p/682499#M247431</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-15T11:05:44Z</dc:date>
    </item>
  </channel>
</rss>

