<?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 Dataflow example in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401854#M1333373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing a basic dataflow of a business case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the requirements is to write all the data processed on the dataflow to a qvd file. Is this possible? because I tried setting on the out file the&amp;nbsp; .qvd extension, I proved it in qlikview and it works. But then I have to read the same file on Expressor and it shows me this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23268" class="jive-image-thumbnail jive-image" onclick="" alt="errorQVD.jpg" src="https://community.qlik.com/legacyfs/online/23268_errorQVD.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another requirement is to read a table and then split or take 1 field and write all of its data on a MSSQL table and take the other field in a csv file. The data flow to do that is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23269" class="jive-image-thumbnail jive-image" onclick="" alt="split.jpg" src="https://community.qlik.com/legacyfs/online/23269_split.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;My question is: The rule on the transformation operator is the only way to do this (Blocking the second field) and the other question is if I could create a table on my MSSQL database with the write table operator in Expressor, or I have to do it before on my database server. (Asume that the Connection to SQL server gives me administrator permissions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone can help me, thanks&lt;/P&gt;&lt;P&gt;Maria Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Dataflow example</title>
      <link>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401854#M1333373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing a basic dataflow of a business case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the requirements is to write all the data processed on the dataflow to a qvd file. Is this possible? because I tried setting on the out file the&amp;nbsp; .qvd extension, I proved it in qlikview and it works. But then I have to read the same file on Expressor and it shows me this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23268" class="jive-image-thumbnail jive-image" onclick="" alt="errorQVD.jpg" src="https://community.qlik.com/legacyfs/online/23268_errorQVD.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another requirement is to read a table and then split or take 1 field and write all of its data on a MSSQL table and take the other field in a csv file. The data flow to do that is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23269" class="jive-image-thumbnail jive-image" onclick="" alt="split.jpg" src="https://community.qlik.com/legacyfs/online/23269_split.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;My question is: The rule on the transformation operator is the only way to do this (Blocking the second field) and the other question is if I could create a table on my MSSQL database with the write table operator in Expressor, or I have to do it before on my database server. (Asume that the Connection to SQL server gives me administrator permissions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone can help me, thanks&lt;/P&gt;&lt;P&gt;Maria Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401854#M1333373</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow example</title>
      <link>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401855#M1333374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Maria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;One of the requirements is to write all the data processed on the dataflow to a qvd file. Is this possible?&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not yet - this is on the roadmap for a future rlease. The current extension you must set is &lt;STRONG&gt;.qvx &lt;/STRONG&gt;when using the Write QlikView operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently QVE - can only read .QVX files that were generated by QVE itself. There is discussion about reading in other generated .QVX and .QVD files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Another requirement is to read a table and then split or take 1 field and write all of its data on a MSSQL table and take the other field in a csv file.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;My question is: The rule on the transformation operator is the only way to do this (Blocking the second field) &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done with a Copy Operator and two Transform Operators - where each one block a different field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="flow1.PNG" class="jive-image-thumbnail jive-image" height="172" onclick="" src="https://community.qlik.com/legacyfs/online/23273_flow1.PNG" style="display: block; margin-left: auto; margin-right: auto;" width="549" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;If I could create a table on my MSSQL database with the write table operator in Expressor, or I have to do it before on my database server. (Asume that the Connection to SQL server gives me administrator permissions)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can click the CREATE TABLE check box on the WRITE TABLE operator properties that will allow you to do this. As long as you have permissions - the DDL will be generated to do so.&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;Mike T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 18:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401855#M1333374</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2012-10-10T18:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow example</title>
      <link>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401856#M1333375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached sample (import into QVE using Import functionality DO NOT UNZIP) and screen shot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created this with QVE 3.8 - should be available EOD today - but this may work if you import into 3.7.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23272" class="jive-image-thumbnail jive-image" height="211" onclick="" alt="flow1.PNG" src="https://community.qlik.com/legacyfs/online/23272_flow1.PNG" width="676" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data files will be available here after you import it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;drive: workspace path&amp;gt;\Metadata\Split.0\dfp\Dataflow1\external&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note you workspace path will vary.&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;Mike T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 18:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401856#M1333375</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2012-10-10T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow example</title>
      <link>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401857#M1333376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping me with my doubts. I've done your example and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said,&amp;nbsp; about setting the .qvd extension on the out file from a write operator, It worked as a qvd in a Qlikview application, but do you recomend using just the qvx extension to write an output file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 18:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401857#M1333376</guid>
      <dc:creator />
      <dc:date>2012-10-10T18:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow example</title>
      <link>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401858#M1333377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes as a best practice to properly identify the file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It probably worked as it ignored the extension - I just created one with the extension .mike and it worked. It's what is in the header of the document that is important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23277" class="jive-image-thumbnail jive-image" onclick="" alt="gen2.PNG" src="https://community.qlik.com/legacyfs/online/23277_gen2.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23276" class="jive-image-thumbnail jive-image jiveImage" alt="gen1.PNG" src="https://community.qlik.com/legacyfs/online/23276_gen1.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 19:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401858#M1333377</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2012-10-10T19:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dataflow example</title>
      <link>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401859#M1333378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great Mike, thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 19:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dataflow-example/m-p/401859#M1333378</guid>
      <dc:creator />
      <dc:date>2012-10-10T19:40:04Z</dc:date>
    </item>
  </channel>
</rss>

