<?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: Creation of Partitioned QVD files in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Creation-of-Partitioned-QVD-files/m-p/2078500#M1059</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try to loop over type field, like :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;For each vType in FieldValueList('type')

  TMP:
  NoConcatenate
  Load
    *
  Resident t1
  Where
    type = '$(vType)'
  ;
  
  Store TMP into QVD_$(vType).qvd;
  Drop table TMP;

next vType&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 31 May 2023 16:13:34 GMT</pubDate>
    <dc:creator>Aurelien_Martinez</dc:creator>
    <dc:date>2023-05-31T16:13:34Z</dc:date>
    <item>
      <title>Creation of Partitioned QVD files</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Creation-of-Partitioned-QVD-files/m-p/2078106#M1053</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;i have 72 million records in a table t1 which i want to partition based on a field 'type' and store as partitioned qvd files to load and create sheets.&lt;/P&gt;
&lt;P&gt;How can i do this?&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Creation-of-Partitioned-QVD-files/m-p/2078106#M1053</guid>
      <dc:creator>Uma7</dc:creator>
      <dc:date>2025-03-19T23:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Partitioned QVD files</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Creation-of-Partitioned-QVD-files/m-p/2078500#M1059</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try to loop over type field, like :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;For each vType in FieldValueList('type')

  TMP:
  NoConcatenate
  Load
    *
  Resident t1
  Where
    type = '$(vType)'
  ;
  
  Store TMP into QVD_$(vType).qvd;
  Drop table TMP;

next vType&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 31 May 2023 16:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Creation-of-Partitioned-QVD-files/m-p/2078500#M1059</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2023-05-31T16:13:34Z</dc:date>
    </item>
  </channel>
</rss>

