<?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 Optimizatio in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Optimizatio/m-p/938683#M323920</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;How to do advance Optimization&amp;nbsp; when basic optimization is done already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Sep 2015 05:56:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-13T05:56:56Z</dc:date>
    <item>
      <title>Optimizatio</title>
      <link>https://community.qlik.com/t5/QlikView/Optimizatio/m-p/938683#M323920</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;How to do advance Optimization&amp;nbsp; when basic optimization is done already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Sep 2015 05:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimizatio/m-p/938683#M323920</guid>
      <dc:creator />
      <dc:date>2015-09-13T05:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizatio</title>
      <link>https://community.qlik.com/t5/QlikView/Optimizatio/m-p/938684#M323921</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;Follow this steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Don't display huge data in tables like Table box, Straight Table, Pivot Table,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;- Don't display all charts in a single shot, show/hide by using buttons or split into sheets.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;- Perform all possible calculations in the script level itself and bring some flags wherever required.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;- Load only required data instead of loading all the data in the database and required columns so that the size of the QVW file will be reduced.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;- Always make your key columns as numeric, so that the joins will be faster.&amp;nbsp; If your data is Text then use AutoNumber (),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;- If you are not using Time part in the date fields for analysis remove it by using Date(Floor(DateFieldName)), a lot of memory will be saved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;- Restrict displaying huge data in tables by forcing users to select some filters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;- Try to create Star schema data model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;- Last but not the least remove all your synthetic keys and Circular references for better performance&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Hope it helps!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Sep 2015 06:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimizatio/m-p/938684#M323921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-13T06:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Optimizatio</title>
      <link>https://community.qlik.com/t5/QlikView/Optimizatio/m-p/938685#M323922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean by basic but small addition what already has been said:&lt;/P&gt;&lt;P&gt;-save your tables to QVD&lt;/P&gt;&lt;P&gt;-remove redundant fields,tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Sep 2015 06:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Optimizatio/m-p/938685#M323922</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-09-13T06:08:36Z</dc:date>
    </item>
  </channel>
</rss>

