<?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: split QVD to CSVs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/split-QVD-to-CSVs/m-p/1808200#M1212328</link>
    <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's worked like a magic&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 May 2021 07:58:57 GMT</pubDate>
    <dc:creator>shahafei2</dc:creator>
    <dc:date>2021-05-16T07:58:57Z</dc:date>
    <item>
      <title>split QVD to CSVs</title>
      <link>https://community.qlik.com/t5/QlikView/split-QVD-to-CSVs/m-p/1806390#M1212140</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a huge QVD file that I would like to split equally between X CSV files&lt;/P&gt;&lt;P&gt;Any idea how can I do it if the amount of records doesn't know?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 10:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-QVD-to-CSVs/m-p/1806390#M1212140</guid>
      <dc:creator>shahafei2</dc:creator>
      <dc:date>2021-05-09T10:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: split QVD to CSVs</title>
      <link>https://community.qlik.com/t5/QlikView/split-QVD-to-CSVs/m-p/1806391#M1212141</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/30195"&gt;@shahafei2&lt;/a&gt;&amp;nbsp; if you have a rowno() or keyID in you datasource you can use the script below, if not you have to add it in your qvd file before the script like ;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;RowNo() AS RowNum,&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;to know the no of records in your QVD you can use QvdNoOfRecords ('Data.qvd')&lt;/P&gt;&lt;P&gt;suppose you want to plit the qvd to 10 csv file,the scipt :&lt;/P&gt;&lt;LI-CODE lang="python"&gt;LET vRowsPerFile = QvdNoOfRecords ('Data.qvd')/10;

LET vRowCount =QvdNoOfRecords ('Data.qvd');

LET vNoOfPages = Ceil(vRowCount/vRowsPerFile);

LET vRowStartNum = 1;

For Index = 1 to vNoOfPages

LET vRowEndNum = vRowsPerFile * Index;

Temp:

NoConcatenate

LOAD

*

RESIDENT Data

WHERE RowNum &amp;gt;= $(vRowStartNum) AND RowNum &amp;lt;=$(vRowEndNum);

STORE Temp INTO File$(Index).qvd;&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 09 May 2021 11:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-QVD-to-CSVs/m-p/1806391#M1212141</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2021-05-09T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: split QVD to CSVs</title>
      <link>https://community.qlik.com/t5/QlikView/split-QVD-to-CSVs/m-p/1806535#M1212177</link>
      <description>&lt;P&gt;Thanks ill try it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 09:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-QVD-to-CSVs/m-p/1806535#M1212177</guid>
      <dc:creator>shahafei2</dc:creator>
      <dc:date>2021-05-10T09:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: split QVD to CSVs</title>
      <link>https://community.qlik.com/t5/QlikView/split-QVD-to-CSVs/m-p/1808200#M1212328</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's worked like a magic&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 May 2021 07:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/split-QVD-to-CSVs/m-p/1808200#M1212328</guid>
      <dc:creator>shahafei2</dc:creator>
      <dc:date>2021-05-16T07:58:57Z</dc:date>
    </item>
  </channel>
</rss>

