<?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 QV developement Optimization in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427010#M698662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need your help to optimize my report on QV.&lt;/P&gt;&lt;P&gt;I developed a report respecting the star modeling, but the key who linked my fact table with my other table content a concatenation of 9 fields, knowing that i've more that 6 million of rows.&lt;/P&gt;&lt;P&gt;I thinks that this way of creating my key break down the performence of my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you advice me how to develop properly my report ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 15:39:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-11T15:39:42Z</dc:date>
    <item>
      <title>QV developement Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427010#M698662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need your help to optimize my report on QV.&lt;/P&gt;&lt;P&gt;I developed a report respecting the star modeling, but the key who linked my fact table with my other table content a concatenation of 9 fields, knowing that i've more that 6 million of rows.&lt;/P&gt;&lt;P&gt;I thinks that this way of creating my key break down the performence of my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you advice me how to develop properly my report ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427010#M698662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T15:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: QV developement Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427011#M698663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to try and keep your joining field values as short as possible, for example&lt;/P&gt;&lt;P&gt;'Value1' &amp;amp; 'Value2'&amp;nbsp; &amp;amp; 'Value3' as myKey&lt;/P&gt;&lt;P&gt;The length of the field is quite high 18.&lt;/P&gt;&lt;P&gt;Use Autonumber()&lt;/P&gt;&lt;P&gt;Autonumber('Value1' &amp;amp; 'Value2'&amp;nbsp; &amp;amp; 'Value3') as myKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is taken from the help:&lt;/P&gt;&lt;P&gt;Returns a unique integer value for each distinct evaluated value of expression encountered during the script&lt;/P&gt;&lt;P&gt;execution. This function can be used e.g. for creating a compact memory representation of a complex key.&lt;/P&gt;&lt;P&gt;In order to create multiple counter instances if the autonumber function is used on different keys within the&lt;/P&gt;&lt;P&gt;script, an optional parameter AutoID can be used for naming each counter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(If you'd like further assistance you might want to upload your QVW or at least a screen grab of the data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 15:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427011#M698663</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2012-12-11T15:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: QV developement Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427012#M698664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used autohashnumber256.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can't upload the QVW , 70Mo , iit will be hard &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i'll upload some screen :&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="26698" class="jive-image-thumbnail jive-image" onclick="" alt="Star.PNG" src="https://community.qlik.com/legacyfs/online/26698_Star.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="26697" class="jive-image-thumbnail jive-image" onclick="" alt="Code.PNG" src="https://community.qlik.com/legacyfs/online/26697_Code.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 16:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427012#M698664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T16:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: QV developement Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427013#M698665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rereading your first post I'm now unclear what you are asking for, your question is vague.&lt;/P&gt;&lt;P&gt;Perharps a metaphor would be if you took your car to a garage and asked the engineer "Can you make my car work better?"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;"I thinks that this way of creating my key break down the performence of my report.&lt;/P&gt;&lt;P&gt;can you advice me how to develop properly my report ?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you suggesting you have not devloped your report* properly?&lt;/P&gt;&lt;P&gt;What do you mean by "report" do you mean the data model or the UI?&lt;/P&gt;&lt;P&gt;Are you experiencing performance issues, what are they, what are you expecations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 16:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427013#M698665</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2012-12-11T16:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: QV developement Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427014#M698666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.........&lt;/P&gt;&lt;P&gt; Please can any one help me to under stand the difference b/w&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QMC and QEMC?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-developement-Optimization/m-p/427014#M698666</guid>
      <dc:creator />
      <dc:date>2012-12-18T14:41:58Z</dc:date>
    </item>
  </channel>
</rss>

