<?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: decrease application opening time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319896#M409128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me it's taking as Maximum 10-15 seconds. Aren't you? Better if you increase specification over the file situated AMI &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2017 06:20:54 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-07-04T06:20:54Z</dc:date>
    <item>
      <title>decrease application opening time</title>
      <link>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319895#M409127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my application take more than 3 minutes open . even though the I have calculated the dimension and expression the script level&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;For&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('MasterData')&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vRawDim$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vRawDim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '|', &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vMasterDim$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vMasterDim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '|', &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'.',2);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vFlag$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vFlagTemp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '|', &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) ;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;NEXT &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 05:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319895#M409127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T05:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: decrease application opening time</title>
      <link>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319896#M409128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me it's taking as Maximum 10-15 seconds. Aren't you? Better if you increase specification over the file situated AMI &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319896#M409128</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-04T06:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: decrease application opening time</title>
      <link>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319897#M409129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am asking about main application with 50 MB data attached file is the sample application Is there is something I missed or there is any way to optimize ,right now I am using document analyser to analyse the unused fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319897#M409129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: decrease application opening time</title>
      <link>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319898#M409130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds well, You said, you are using Document Analyzer does this useful to you. I know DA has enough satisfies to troubleshoot. If not, May be Governance Dashboard for your case. This may helps you lot because we can track and initiate to indexing files. And If 50MB takes long time could be problem in Data model. And how about 3-Tier Architecture ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the links i followed normally&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/LoadData/best-practices-data-modeling.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/LoadData/best-practices-data-modeling.htm"&gt;Best practices for data modeling ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-12575"&gt;10 Best Practices in QlikView Data Modeling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/start-your-qlikview-project-the-right-way/" title="https://www.quickintelligence.co.uk/start-your-qlikview-project-the-right-way/"&gt;https://www.quickintelligence.co.uk/start-your-qlikview-project-the-right-way/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/perfect-your-qlikview-data-model/" title="https://www.quickintelligence.co.uk/perfect-your-qlikview-data-model/"&gt;https://www.quickintelligence.co.uk/perfect-your-qlikview-data-model/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319898#M409130</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-04T06:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: decrease application opening time</title>
      <link>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319899#M409131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow some of the Processes.&lt;/P&gt;&lt;P&gt;Always have a 3 tier Architecture to build your QlikView Applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Fetch data from DB with no or some transformations&lt;/P&gt;&lt;P&gt;2 Transformations in script level&lt;/P&gt;&lt;P&gt;3 Optimized qvd loads for better performance&lt;/P&gt;&lt;P&gt;4 Partial reload&lt;/P&gt;&lt;P&gt;5 Perfect you Data Model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319899#M409131</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2017-07-04T07:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: decrease application opening time</title>
      <link>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319900#M409132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand properly you have already maintain complicated expression and dimension at script level&lt;/P&gt;&lt;P&gt;So In front end before closing app made some selections and save application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319900#M409132</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-04T07:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: decrease application opening time</title>
      <link>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319901#M409133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suggest to use a trigger with "On Open" functionality, which restricts your data in a useful way.&lt;/P&gt;&lt;P&gt;Saving with reduced data may sometimes fail, when you have access-restrictions on fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else it may help to point (also via trigger) to a sheet, which does not have so complicated calculations. There the users may do selections and proceed then to the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/decrease-application-opening-time/m-p/1319901#M409133</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-07-04T07:37:47Z</dc:date>
    </item>
  </channel>
</rss>

