<?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: Reducing the size of a qvw in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704335#M1065685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really see one except that you won't have drill down access to the underlying details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 20:32:17 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-09-03T20:32:17Z</dc:date>
    <item>
      <title>Reducing the size of a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704329#M1065679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does "group by" function help reducing the size of a qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704329#M1065679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T18:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the size of a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704330#M1065680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your raw data is say at City Level and you aggregate it at Country level exploiting Group By then you have less data and so smaller qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do need to look at the wider picture though and decide whether or not disposing of the City level data is a good or bad thing to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704330#M1065680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T18:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the size of a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704331#M1065681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&amp;nbsp;&amp;nbsp; A group by in your SQL will usually reduce the number of rows you are loading into QLIK.&amp;nbsp; Sheer data volume does have an impact on your QVW size but also number of columns as well as the uniqueness of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do a group by there will typically be less data , potentially a lot of less data , but your data will also be more unique (summarized) and won't compress as much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So yes by and large it will reduce the QVW but the exact amount will depend. Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704331#M1065681</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-03T18:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the size of a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704332#M1065682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704332#M1065682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T18:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the size of a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704333#M1065683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;However, if you are just testing limited data sets, there are a couple options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the following just before your load statement&amp;nbsp; where 10 is the number of records that you want the load to load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First 10&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can alternatively hit the 'debug' button on the left side select 'limited load' to load only a few records. The first option allows you to control the load per table so a bit more detailed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704333#M1065683</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-03T18:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the size of a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704334#M1065684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks... what are the cons of using group by? Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704334#M1065684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T18:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the size of a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704335#M1065685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really see one except that you won't have drill down access to the underlying details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 20:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704335#M1065685</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-03T20:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing the size of a qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704336#M1065686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 14:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-the-size-of-a-qvw/m-p/704336#M1065686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-04T14:26:59Z</dc:date>
    </item>
  </channel>
</rss>

