<?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 New to Data Manipulation with Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-to-Data-Manipulation-with-Qlikview/m-p/1546655#M727508</link>
    <description>&lt;P&gt;Hey guys&lt;/P&gt;&lt;P&gt;I'm new with Qlikview, basically read and "learn" it the past two weeks at a new internship I got.&amp;nbsp;&lt;/P&gt;&lt;P&gt;They want me to create a script or code that allows to transform data from a .qvd file that is already into qlikview but as a dashboard/table, into a csv file (they told me specifically that they want the csv file with a different format and to be able to do it automatically). You can see the following image, which is how the data is from the current qvd file (pls dont mind the language, you cant tell me the answer with different names).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="01.jpg" style="width: 419px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6371i6E41AD08F00F94D5/image-dimensions/419x210?v=v2" width="419" height="210" role="button" title="01.jpg" alt="01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I want is to do the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="02.jpg" style="width: 453px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6372i327BA83FB9170080/image-dimensions/453x227?v=v2" width="453" height="227" role="button" title="02.jpg" alt="02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;*This needs to be the exact order as in the image above.&lt;/P&gt;&lt;P&gt;Basically is to separate the data in the following columns: Clave (which comes from the qvd downloaded), Reporte (which will be a value giving in the code and will apply to all the records), Tipo (which can either be 14 or 4, which comes from the combination of Clave and MX/ME, 14 = MX and 4 = ME, which you have to put the both) and Monto ( which comes from the number of MX and ME).&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have right now is just a table with CLAVE, Tipo (I have it as MX/ME), and Monto, but i need to change that MX/ME into 14/4, and I need to add the REPORTE ( only one value of 111).&lt;/P&gt;&lt;P&gt;I need to combine the data into that format and then export it into a csv file, because the data needs to be upload it into a different platform that specifically requires that format (there are about 1800 records, which end up being 3600 records).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PLSS HELP!!!!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>fjpa121197</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>New to Data Manipulation with Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-Data-Manipulation-with-Qlikview/m-p/1546655#M727508</link>
      <description>&lt;P&gt;Hey guys&lt;/P&gt;&lt;P&gt;I'm new with Qlikview, basically read and "learn" it the past two weeks at a new internship I got.&amp;nbsp;&lt;/P&gt;&lt;P&gt;They want me to create a script or code that allows to transform data from a .qvd file that is already into qlikview but as a dashboard/table, into a csv file (they told me specifically that they want the csv file with a different format and to be able to do it automatically). You can see the following image, which is how the data is from the current qvd file (pls dont mind the language, you cant tell me the answer with different names).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="01.jpg" style="width: 419px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6371i6E41AD08F00F94D5/image-dimensions/419x210?v=v2" width="419" height="210" role="button" title="01.jpg" alt="01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What I want is to do the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="02.jpg" style="width: 453px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6372i327BA83FB9170080/image-dimensions/453x227?v=v2" width="453" height="227" role="button" title="02.jpg" alt="02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;*This needs to be the exact order as in the image above.&lt;/P&gt;&lt;P&gt;Basically is to separate the data in the following columns: Clave (which comes from the qvd downloaded), Reporte (which will be a value giving in the code and will apply to all the records), Tipo (which can either be 14 or 4, which comes from the combination of Clave and MX/ME, 14 = MX and 4 = ME, which you have to put the both) and Monto ( which comes from the number of MX and ME).&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have right now is just a table with CLAVE, Tipo (I have it as MX/ME), and Monto, but i need to change that MX/ME into 14/4, and I need to add the REPORTE ( only one value of 111).&lt;/P&gt;&lt;P&gt;I need to combine the data into that format and then export it into a csv file, because the data needs to be upload it into a different platform that specifically requires that format (there are about 1800 records, which end up being 3600 records).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PLSS HELP!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-Data-Manipulation-with-Qlikview/m-p/1546655#M727508</guid>
      <dc:creator>fjpa121197</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: New to Data Manipulation with Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-Data-Manipulation-with-Qlikview/m-p/1547249#M727509</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;may be like this?&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;LOAD*,&lt;BR /&gt;'III' as Reporte; // This line should be added to the load of qvd&lt;BR /&gt;Load * Inline //there may be a load from yours qvd&lt;BR /&gt;[Clave, Tipo, Monto&lt;BR /&gt;100000000,14,100&lt;BR /&gt;100000000,4,4&lt;BR /&gt;1010000000,14,20&lt;BR /&gt;1010000000,4,4];&lt;/P&gt;&lt;P&gt;//if the order of the fields is important, overload the table.&lt;/P&gt;&lt;P&gt;//In principle, the required sequence of fields can be ensured when loading data from qvd&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Table2:&lt;BR /&gt;LOAD&lt;BR /&gt;Clave,&lt;BR /&gt;Reporte,&lt;BR /&gt;Tipo,&lt;BR /&gt;Monto&lt;BR /&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;DROP Table Table1;&lt;/P&gt;&lt;P&gt;//upload data to csv&lt;BR /&gt;STORE Table2 into data.csv;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 07:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-Data-Manipulation-with-Qlikview/m-p/1547249#M727509</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2019-02-21T07:51:33Z</dc:date>
    </item>
  </channel>
</rss>

