<?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: Data Reduction when loading from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Reduction-when-loading-from-QVD/m-p/316834#M708620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I work in Personal Edition. The QVW file may not work. I will share the script block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;    ACCESS, USERID, PASSWORD,CLIENTID&lt;/P&gt;&lt;P&gt;    ADMIN, USER1, PWD1, 14&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANLShipmentsTemp:&lt;/P&gt;&lt;P&gt;LOAD DBSource,&lt;/P&gt;&lt;P&gt;    DBSourceID,&lt;/P&gt;&lt;P&gt;    ClientID as CLIENTID,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ShipDate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Amount,&lt;/P&gt;&lt;P&gt;        Distance,&lt;/P&gt;&lt;P&gt;    PieceCount;&lt;/P&gt;&lt;P&gt;Load * from VWBigPicture.QVD (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANLShipments:&lt;/P&gt;&lt;P&gt;NoConcatenate LOAD *&lt;/P&gt;&lt;P&gt;Resident ANLShipmentsTemp &lt;/P&gt;&lt;P&gt;order by ShipDate ASC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table ANLShipmentsTemp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, I want the data to be sorted by shipdate, hence the temp loading. What is needed is only rows with clientid 14 should be shown to the user1. That is not happening!!&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;KRS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2011 10:33:25 GMT</pubDate>
    <dc:creator>krishnaroopa</dc:creator>
    <dc:date>2011-11-14T10:33:25Z</dc:date>
    <item>
      <title>Data Reduction when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-when-loading-from-QVD/m-p/316832#M708617</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;I have my data loaded into a QVD file and then in the QVW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use initial data reduction using section access in the QVW file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i take data from SQL, it is working. &lt;/P&gt;&lt;P&gt;But when loaded from QVD, it is not working.. Why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;KRS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 08:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-when-loading-from-QVD/m-p/316832#M708617</guid>
      <dc:creator>krishnaroopa</dc:creator>
      <dc:date>2011-11-14T08:40:00Z</dc:date>
    </item>
    <item>
      <title>Data Reduction when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-when-loading-from-QVD/m-p/316833#M708619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; can you please share sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 08:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-when-loading-from-QVD/m-p/316833#M708619</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-14T08:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data Reduction when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Reduction-when-loading-from-QVD/m-p/316834#M708620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I work in Personal Edition. The QVW file may not work. I will share the script block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;    ACCESS, USERID, PASSWORD,CLIENTID&lt;/P&gt;&lt;P&gt;    ADMIN, USER1, PWD1, 14&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANLShipmentsTemp:&lt;/P&gt;&lt;P&gt;LOAD DBSource,&lt;/P&gt;&lt;P&gt;    DBSourceID,&lt;/P&gt;&lt;P&gt;    ClientID as CLIENTID,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ShipDate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Amount,&lt;/P&gt;&lt;P&gt;        Distance,&lt;/P&gt;&lt;P&gt;    PieceCount;&lt;/P&gt;&lt;P&gt;Load * from VWBigPicture.QVD (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANLShipments:&lt;/P&gt;&lt;P&gt;NoConcatenate LOAD *&lt;/P&gt;&lt;P&gt;Resident ANLShipmentsTemp &lt;/P&gt;&lt;P&gt;order by ShipDate ASC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table ANLShipmentsTemp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, I want the data to be sorted by shipdate, hence the temp loading. What is needed is only rows with clientid 14 should be shown to the user1. That is not happening!!&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;KRS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 10:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Reduction-when-loading-from-QVD/m-p/316834#M708620</guid>
      <dc:creator>krishnaroopa</dc:creator>
      <dc:date>2011-11-14T10:33:25Z</dc:date>
    </item>
  </channel>
</rss>

