<?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 Cascade processing of QVD files. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cascade-processing-of-QVD-files/m-p/447947#M701042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I have 2 views on database side ( Customer , Customer_LifeTime_Activity ) with following data :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[c_id]&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer_LifeTime_Activity:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[c_id], [value]&lt;/P&gt;&lt;P&gt;A 100&lt;/P&gt;&lt;P&gt;A 200&lt;/P&gt;&lt;P&gt;A 300&lt;/P&gt;&lt;P&gt;B 100&lt;/P&gt;&lt;P&gt;B 400 &lt;/P&gt;&lt;P&gt;B 855&lt;/P&gt;&lt;P&gt;C 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extracts are generated from database views weekly. I use FastExport dump to file, and file import it's quicker then ODBC for Teradata. So in the end we have 2 calls of load utility : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as c_id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as value&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\sg0216851\Desktop\Travelocity\04_QlickView\Dir_struct\Prod\data\in\tableA.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, explicit labels, delimiter is \x7, msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which we will save into QVD files to get "Customer.qvd" and "Customer_LifeTime_Activity.qvd". Now I want to move some logic implemented&lt;/P&gt;&lt;P&gt;in Teradata side into QlikView, for example : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;c.C_id, Count(*) &lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;Customer c&amp;nbsp; inner join Customer_LifeTime_Activity ca on c.c_id = ca.c_id &lt;/P&gt;&lt;P&gt;group by 1 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now it's possible with QV, but it's not the point of discussion. I guess I need some back end process which will generate second level of&amp;nbsp; QVD &lt;/P&gt;&lt;P&gt;files based on QVD extracts calculation. How can I implement that for command line purpose ?&amp;nbsp; Second thing is error tracking, I want to return &lt;/P&gt;&lt;P&gt;log of QVDs processing into Teradata database via ODBC, is it possible with QV?&amp;nbsp;&amp;nbsp; Third thing which I want is implementation of easy QV report to&lt;/P&gt;&lt;P&gt;manage jobs ( QVD processing&amp;nbsp; ). &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2012 17:01:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-19T17:01:14Z</dc:date>
    <item>
      <title>Cascade processing of QVD files.</title>
      <link>https://community.qlik.com/t5/QlikView/Cascade-processing-of-QVD-files/m-p/447947#M701042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I have 2 views on database side ( Customer , Customer_LifeTime_Activity ) with following data :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[c_id]&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer_LifeTime_Activity:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[c_id], [value]&lt;/P&gt;&lt;P&gt;A 100&lt;/P&gt;&lt;P&gt;A 200&lt;/P&gt;&lt;P&gt;A 300&lt;/P&gt;&lt;P&gt;B 100&lt;/P&gt;&lt;P&gt;B 400 &lt;/P&gt;&lt;P&gt;B 855&lt;/P&gt;&lt;P&gt;C 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extracts are generated from database views weekly. I use FastExport dump to file, and file import it's quicker then ODBC for Teradata. So in the end we have 2 calls of load utility : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as c_id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as value&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\sg0216851\Desktop\Travelocity\04_QlickView\Dir_struct\Prod\data\in\tableA.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, explicit labels, delimiter is \x7, msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which we will save into QVD files to get "Customer.qvd" and "Customer_LifeTime_Activity.qvd". Now I want to move some logic implemented&lt;/P&gt;&lt;P&gt;in Teradata side into QlikView, for example : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;c.C_id, Count(*) &lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;Customer c&amp;nbsp; inner join Customer_LifeTime_Activity ca on c.c_id = ca.c_id &lt;/P&gt;&lt;P&gt;group by 1 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now it's possible with QV, but it's not the point of discussion. I guess I need some back end process which will generate second level of&amp;nbsp; QVD &lt;/P&gt;&lt;P&gt;files based on QVD extracts calculation. How can I implement that for command line purpose ?&amp;nbsp; Second thing is error tracking, I want to return &lt;/P&gt;&lt;P&gt;log of QVDs processing into Teradata database via ODBC, is it possible with QV?&amp;nbsp;&amp;nbsp; Third thing which I want is implementation of easy QV report to&lt;/P&gt;&lt;P&gt;manage jobs ( QVD processing&amp;nbsp; ). &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 17:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cascade-processing-of-QVD-files/m-p/447947#M701042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-19T17:01:14Z</dc:date>
    </item>
  </channel>
</rss>

