<?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: How to transform a Account Payable txt file in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1538818#M745586</link>
    <description>&lt;P&gt;Hi Tahreen,&lt;/P&gt;&lt;P&gt;two ways to do this:&lt;/P&gt;&lt;P&gt;First one and easier:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sin título.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5097i4DFC07DAE0F1223E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sin título.png" alt="Sin título.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;1. Header size: 6 lines&lt;/P&gt;&lt;P&gt;2. Labels: Embedded&lt;/P&gt;&lt;P&gt;3. Delete this empty column&lt;/P&gt;&lt;P&gt;4. Finish....&lt;/P&gt;&lt;P&gt;Your script will look like this:&lt;/P&gt;&lt;P&gt;Payments:&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;[Sequ. number],&lt;BR /&gt;[Alt Reference Number],&lt;BR /&gt;[Base Amount in F.Crcy],&lt;BR /&gt;[Business PartnerName],&lt;BR /&gt;BP,&lt;BR /&gt;City,&lt;BR /&gt;Clearing,&lt;BR /&gt;CoCd,&lt;BR /&gt;ISO,&lt;BR /&gt;Date,&lt;BR /&gt;[Deduct.Input Tax],&lt;BR /&gt;[Doc. Date],&lt;BR /&gt;DocumentNo,&lt;BR /&gt;//Type, // Take care, you have two fields with the same name&lt;BR /&gt;Exch.rate,&lt;BR /&gt;[FC: Deductible],&lt;BR /&gt;[FC: Non-deduct.],&lt;BR /&gt;M,&lt;BR /&gt;Year,&lt;BR /&gt;FCrcy,&lt;BR /&gt;[G/L],&lt;BR /&gt;[Input tax],&lt;BR /&gt;[Input Tax in F. Crcy],&lt;BR /&gt;Country,&lt;BR /&gt;[Non-deductible],&lt;BR /&gt;PostalCode,&lt;BR /&gt;[Pstng Date],&lt;BR /&gt;[Receipt no.],&lt;BR /&gt;Type,&lt;BR /&gt;Curr.,&lt;BR /&gt;[Rnded.non-deduct],&lt;BR /&gt;[Rounded tax amt],&lt;BR /&gt;Street,&lt;BR /&gt;[Tax acct],&lt;BR /&gt;[Tax base amount],&lt;BR /&gt;Tx,&lt;BR /&gt;Issuer,&lt;BR /&gt;Recipient,&lt;BR /&gt;Rate,&lt;BR /&gt;[Rep. Date],&lt;BR /&gt;[VAT Registration No.],&lt;BR /&gt;Vendor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM [..\..\Accounts Payable.txt]&amp;nbsp;&amp;nbsp;&amp;nbsp; (txt, unicode, embedded labels, delimiter is '\t', msq, header is 6 lines)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//Where condition to reload only valuables records&lt;/P&gt;&lt;P&gt;Where [Sequ. number]&amp;gt;=1 and CoCd = 'GB01';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second way:&lt;/P&gt;&lt;P&gt;1. clik next in firts window&lt;/P&gt;&lt;P&gt;2. clik Enable transformation step,&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;Remove manually each row and columns that you dont need, clik next, next and finish.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Step 1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5100i9A284BDCBFE52271/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Step 1.png" alt="Step 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Step 2.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5101iEBB80FFE4A473026/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Step 2.png" alt="Step 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Step 3.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5102iF22C1E9A99352708/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Step 3.png" alt="Step 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now your script will look like this:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;[Sequ. number],&lt;BR /&gt;Clearing,&lt;BR /&gt;CoCd,&lt;BR /&gt;ISO,&lt;BR /&gt;Date,&lt;BR /&gt;[Deduct.Input Tax],&lt;BR /&gt;[Doc. Date],&lt;BR /&gt;DocumentNo,&lt;BR /&gt;Type,&lt;BR /&gt;Exch.rate,&lt;BR /&gt;[FC: Deductible],&lt;BR /&gt;[FC: Non-deduct.],&lt;BR /&gt;M,&lt;BR /&gt;Year,&lt;BR /&gt;FCrcy,&lt;BR /&gt;[G/L],&lt;BR /&gt;[Input tax],&lt;BR /&gt;[Input Tax in F. Crcy],&lt;BR /&gt;Country,&lt;BR /&gt;[Non-deductible],&lt;BR /&gt;PostalCode,&lt;BR /&gt;[Pstng Date],&lt;BR /&gt;[Receipt no.],&lt;BR /&gt;Type1,&lt;BR /&gt;Curr.,&lt;BR /&gt;[Rnded.non-deduct],&lt;BR /&gt;[Rounded tax amt],&lt;BR /&gt;Street,&lt;BR /&gt;[Tax acct],&lt;BR /&gt;[Tax base amount],&lt;BR /&gt;Tx,&lt;BR /&gt;Issuer,&lt;BR /&gt;Recipient,&lt;BR /&gt;Rate,&lt;BR /&gt;[Rep. Date],&lt;BR /&gt;[VAT Registration No.],&lt;BR /&gt;Vendor&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Wicham\Desktop\Accounts Payable.txt] (txt, unicode, embedded labels, delimiter is '\t', msq, filters(&lt;BR /&gt;Remove(Col, Pos(Top, 6)),Remove(Col, Pos(Top, 5)),Remove(Col, Pos(Top, 4)),Remove(Col, Pos(Top, 3)),Remove(Col, Pos(Top, 2)),&lt;BR /&gt;Remove(Col, Pos(Top, 1)),Remove(Row, Pos(Top, 6)),Remove(Row, Pos(Top, 5)),Remove(Row, Pos(Top, 4)),Remove(Row, Pos(Top, 3)),&lt;BR /&gt;Remove(Row, Pos(Top, 2)),Remove(Row, Pos(Top, 1)) )) Where [Sequ. number]&amp;gt;=1 and CoCd = 'GB01';;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same result in any case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 03 Feb 2019 15:07:41 GMT</pubDate>
    <dc:creator>tincholiver</dc:creator>
    <dc:date>2019-02-03T15:07:41Z</dc:date>
    <item>
      <title>How to transform a Account Payable txt file in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1537408#M745580</link>
      <description>&lt;P&gt;Hello All&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1537408#M745580</guid>
      <dc:creator>tahreen371</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a Account Payable txt file in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1537419#M745581</link>
      <description>&lt;P&gt;Hello ALL,&lt;/P&gt;&lt;P&gt;An additional information to this is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In addition:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Numbers in the files may be in either European or UK number format.&lt;/P&gt;&lt;P&gt;Plz consider Thanks..&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 18:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1537419#M745581</guid>
      <dc:creator>tahreen371</dc:creator>
      <dc:date>2019-01-30T18:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a Account Payable txt file in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1537421#M745582</link>
      <description>&lt;P&gt;Personally I'd give this back to whoever produced this and tell him/her to stuff it somewhere the sun doesn't shine and give me a proper data set instead of this kind of rubbish output that's obviously meant for printing on dead trees.&lt;/P&gt;&lt;P&gt;Well, you've got a lot of cleaning up to do. This should at least load something that can be processed further:&lt;/P&gt;&lt;P&gt;data:&lt;BR /&gt;LOAD&lt;BR /&gt;[Alt Reference Number],&lt;BR /&gt;[Base Amount in F.Crcy],&lt;BR /&gt;[Business PartnerName],&lt;BR /&gt;BP,&lt;BR /&gt;City,&lt;BR /&gt;Clearing,&lt;BR /&gt;CoCd,&lt;BR /&gt;ISO,&lt;BR /&gt;Date,&lt;BR /&gt;[Deduct.Input Tax],&lt;BR /&gt;[Doc. Date],&lt;BR /&gt;DocumentNo,&lt;BR /&gt;Type,&lt;BR /&gt;Exch.rate,&lt;BR /&gt;[FC: Deductible],&lt;BR /&gt;[FC: Non-deduct.],&lt;BR /&gt;M,&lt;BR /&gt;Year,&lt;BR /&gt;FCrcy,&lt;BR /&gt;[G/L],&lt;BR /&gt;[Input tax],&lt;BR /&gt;[Input Tax in F. Crcy],&lt;BR /&gt;Country,&lt;BR /&gt;[Non-deductible],&lt;BR /&gt;PostalCode,&lt;BR /&gt;[Pstng Date],&lt;BR /&gt;[Receipt no.],&lt;BR /&gt;Type as Type2,&lt;BR /&gt;Curr.,&lt;BR /&gt;[Rnded.non-deduct],&lt;BR /&gt;[Rounded tax amt],&lt;BR /&gt;[Sequ. number],&lt;BR /&gt;Street,&lt;BR /&gt;[Tax acct],&lt;BR /&gt;[Tax base amount],&lt;BR /&gt;Tx,&lt;BR /&gt;Issuer,&lt;BR /&gt;Recipient,&lt;BR /&gt;Rate,&lt;BR /&gt;[Rep. Date],&lt;BR /&gt;[VAT Registration No.],&lt;BR /&gt;Vendor&lt;BR /&gt;FROM&lt;BR /&gt;&lt;STRONG&gt;[Accounts Payable.txt]&lt;/STRONG&gt;&lt;BR /&gt;(txt, unicode, embedded labels, delimiter is '\t', no quotes, header is 6 lines)&lt;BR /&gt;WHERE CoCd = 'GB01';&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 18:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1537421#M745582</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-30T18:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a Account Payable txt file in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1537447#M745583</link>
      <description>&lt;P&gt;You're right gysbert, that table is a disaster. I add some questions in the script, delete unnecessary fields and take the sequence number as id. The empty fields were eliminated in that way.&lt;/P&gt;&lt;P&gt;here the script:&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt;[Sequ. number],&lt;BR /&gt;Clearing,&lt;BR /&gt;CoCd,&lt;BR /&gt;ISO,&lt;BR /&gt;Date,&lt;BR /&gt;[Deduct.Input Tax],&lt;BR /&gt;[Doc. Date],&lt;BR /&gt;DocumentNo,&lt;BR /&gt;Type,&lt;BR /&gt;Exch.rate,&lt;BR /&gt;[FC: Deductible],&lt;BR /&gt;[FC: Non-deduct.],&lt;BR /&gt;M,&lt;BR /&gt;Year,&lt;BR /&gt;FCrcy,&lt;BR /&gt;[G/L],&lt;BR /&gt;[Input tax],&lt;BR /&gt;[Input Tax in F. Crcy],&lt;BR /&gt;Country,&lt;BR /&gt;[Non-deductible],&lt;BR /&gt;PostalCode,&lt;BR /&gt;[Pstng Date],&lt;BR /&gt;[Receipt no.],&lt;BR /&gt;Type1,&lt;BR /&gt;Curr.,&lt;BR /&gt;[Rnded.non-deduct],&lt;BR /&gt;[Rounded tax amt],&lt;BR /&gt;Street,&lt;BR /&gt;[Tax acct],&lt;BR /&gt;[Tax base amount],&lt;BR /&gt;Tx,&lt;BR /&gt;Issuer,&lt;BR /&gt;Recipient,&lt;BR /&gt;Rate,&lt;BR /&gt;[Rep. Date],&lt;BR /&gt;[VAT Registration No.],&lt;BR /&gt;Vendor&lt;BR /&gt;FROM&lt;BR /&gt;[$(Data)Accounts Payable.txt] (txt, unicode, embedded labels, delimiter is '\t', msq, filters(&lt;BR /&gt;Remove(Col, Pos(Top, 6)),Remove(Col, Pos(Top, 5)),Remove(Col, Pos(Top, 4)),Remove(Col, Pos(Top, 3)),Remove(Col, Pos(Top, 2)),Remove(Col, Pos(Top, 1)),Remove(Row, Pos(Top, 6)),Remove(Row, Pos(Top, 5)),Remove(Row, Pos(Top, 4)),Remove(Row, Pos(Top, 3)),Remove(Row, Pos(Top, 2)),Remove(Row, Pos(Top, 1)) ))&lt;/P&gt;&lt;P&gt;Where [Sequ. number]&amp;gt;=1 and CoCd = 'GB01';&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 19:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1537447#M745583</guid>
      <dc:creator>tincholiver</dc:creator>
      <dc:date>2019-01-30T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a Account Payable txt file in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1538045#M745584</link>
      <description>&lt;P&gt;Hey Guys thank you both....................It worked&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.qlik.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 17:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1538045#M745584</guid>
      <dc:creator>tahreen371</dc:creator>
      <dc:date>2019-01-31T17:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a Account Payable txt file in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1538766#M745585</link>
      <description>&lt;P&gt;Hello Gysbert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please explain the steps on how you achieved this :[$(Data)Accounts Payable.txt] (txt, unicode, embedded labels, delimiter is '\t', msq, filters(&lt;BR /&gt;Remove(Col, Pos(Top, 6)),Remove(Col, Pos(Top, 5)),Remove(Col, Pos(Top, 4)),Remove(Col, Pos(Top, 3)),Remove(Col, Pos(Top, 2)),Remove(Col, Pos(Top, 1)),Remove(Row, Pos(Top, 6)),Remove(Row, Pos(Top, 5)),Remove(Row, Pos(Top, 4)),Remove(Row, Pos(Top, 3)),Remove(Row, Pos(Top, 2)),Remove(Row, Pos(Top, 1)) ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like where are we suppose to enter the condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 08:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1538766#M745585</guid>
      <dc:creator>tahreen371</dc:creator>
      <dc:date>2019-02-03T08:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to transform a Account Payable txt file in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1538818#M745586</link>
      <description>&lt;P&gt;Hi Tahreen,&lt;/P&gt;&lt;P&gt;two ways to do this:&lt;/P&gt;&lt;P&gt;First one and easier:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sin título.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5097i4DFC07DAE0F1223E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sin título.png" alt="Sin título.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;1. Header size: 6 lines&lt;/P&gt;&lt;P&gt;2. Labels: Embedded&lt;/P&gt;&lt;P&gt;3. Delete this empty column&lt;/P&gt;&lt;P&gt;4. Finish....&lt;/P&gt;&lt;P&gt;Your script will look like this:&lt;/P&gt;&lt;P&gt;Payments:&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;[Sequ. number],&lt;BR /&gt;[Alt Reference Number],&lt;BR /&gt;[Base Amount in F.Crcy],&lt;BR /&gt;[Business PartnerName],&lt;BR /&gt;BP,&lt;BR /&gt;City,&lt;BR /&gt;Clearing,&lt;BR /&gt;CoCd,&lt;BR /&gt;ISO,&lt;BR /&gt;Date,&lt;BR /&gt;[Deduct.Input Tax],&lt;BR /&gt;[Doc. Date],&lt;BR /&gt;DocumentNo,&lt;BR /&gt;//Type, // Take care, you have two fields with the same name&lt;BR /&gt;Exch.rate,&lt;BR /&gt;[FC: Deductible],&lt;BR /&gt;[FC: Non-deduct.],&lt;BR /&gt;M,&lt;BR /&gt;Year,&lt;BR /&gt;FCrcy,&lt;BR /&gt;[G/L],&lt;BR /&gt;[Input tax],&lt;BR /&gt;[Input Tax in F. Crcy],&lt;BR /&gt;Country,&lt;BR /&gt;[Non-deductible],&lt;BR /&gt;PostalCode,&lt;BR /&gt;[Pstng Date],&lt;BR /&gt;[Receipt no.],&lt;BR /&gt;Type,&lt;BR /&gt;Curr.,&lt;BR /&gt;[Rnded.non-deduct],&lt;BR /&gt;[Rounded tax amt],&lt;BR /&gt;Street,&lt;BR /&gt;[Tax acct],&lt;BR /&gt;[Tax base amount],&lt;BR /&gt;Tx,&lt;BR /&gt;Issuer,&lt;BR /&gt;Recipient,&lt;BR /&gt;Rate,&lt;BR /&gt;[Rep. Date],&lt;BR /&gt;[VAT Registration No.],&lt;BR /&gt;Vendor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM [..\..\Accounts Payable.txt]&amp;nbsp;&amp;nbsp;&amp;nbsp; (txt, unicode, embedded labels, delimiter is '\t', msq, header is 6 lines)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//Where condition to reload only valuables records&lt;/P&gt;&lt;P&gt;Where [Sequ. number]&amp;gt;=1 and CoCd = 'GB01';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second way:&lt;/P&gt;&lt;P&gt;1. clik next in firts window&lt;/P&gt;&lt;P&gt;2. clik Enable transformation step,&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;Remove manually each row and columns that you dont need, clik next, next and finish.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Step 1.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5100i9A284BDCBFE52271/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Step 1.png" alt="Step 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Step 2.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5101iEBB80FFE4A473026/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Step 2.png" alt="Step 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Step 3.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5102iF22C1E9A99352708/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Step 3.png" alt="Step 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now your script will look like this:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;[Sequ. number],&lt;BR /&gt;Clearing,&lt;BR /&gt;CoCd,&lt;BR /&gt;ISO,&lt;BR /&gt;Date,&lt;BR /&gt;[Deduct.Input Tax],&lt;BR /&gt;[Doc. Date],&lt;BR /&gt;DocumentNo,&lt;BR /&gt;Type,&lt;BR /&gt;Exch.rate,&lt;BR /&gt;[FC: Deductible],&lt;BR /&gt;[FC: Non-deduct.],&lt;BR /&gt;M,&lt;BR /&gt;Year,&lt;BR /&gt;FCrcy,&lt;BR /&gt;[G/L],&lt;BR /&gt;[Input tax],&lt;BR /&gt;[Input Tax in F. Crcy],&lt;BR /&gt;Country,&lt;BR /&gt;[Non-deductible],&lt;BR /&gt;PostalCode,&lt;BR /&gt;[Pstng Date],&lt;BR /&gt;[Receipt no.],&lt;BR /&gt;Type1,&lt;BR /&gt;Curr.,&lt;BR /&gt;[Rnded.non-deduct],&lt;BR /&gt;[Rounded tax amt],&lt;BR /&gt;Street,&lt;BR /&gt;[Tax acct],&lt;BR /&gt;[Tax base amount],&lt;BR /&gt;Tx,&lt;BR /&gt;Issuer,&lt;BR /&gt;Recipient,&lt;BR /&gt;Rate,&lt;BR /&gt;[Rep. Date],&lt;BR /&gt;[VAT Registration No.],&lt;BR /&gt;Vendor&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Wicham\Desktop\Accounts Payable.txt] (txt, unicode, embedded labels, delimiter is '\t', msq, filters(&lt;BR /&gt;Remove(Col, Pos(Top, 6)),Remove(Col, Pos(Top, 5)),Remove(Col, Pos(Top, 4)),Remove(Col, Pos(Top, 3)),Remove(Col, Pos(Top, 2)),&lt;BR /&gt;Remove(Col, Pos(Top, 1)),Remove(Row, Pos(Top, 6)),Remove(Row, Pos(Top, 5)),Remove(Row, Pos(Top, 4)),Remove(Row, Pos(Top, 3)),&lt;BR /&gt;Remove(Row, Pos(Top, 2)),Remove(Row, Pos(Top, 1)) )) Where [Sequ. number]&amp;gt;=1 and CoCd = 'GB01';;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same result in any case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 15:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-transform-a-Account-Payable-txt-file-in-qlikview/m-p/1538818#M745586</guid>
      <dc:creator>tincholiver</dc:creator>
      <dc:date>2019-02-03T15:07:41Z</dc:date>
    </item>
  </channel>
</rss>

