<?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 combining data files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318794#M708902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tony &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will test your suggestion. It makes sense.&lt;/P&gt;&lt;P&gt;Will come back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2011 15:56:00 GMT</pubDate>
    <dc:creator>qlikhans</dc:creator>
    <dc:date>2011-09-02T15:56:00Z</dc:date>
    <item>
      <title>combining data files</title>
      <link>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318790#M708898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every month I load receive 4 files with the same structure: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Bookyear, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ledger, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bookdate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Debit, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Credit&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Ledger 201101.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I append to the load: MONTH(Bookdate) as Bookmonth, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How can I avoid that every month the line &lt;EM&gt; MONTH(Bookdate) as Bookmonth&lt;/EM&gt; must be added. Is it possible to arrange that in 1 line which is valid for the whole QV-file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. suggestions for a smart method of adding a new month to the previous ones?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 19:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318790#M708898</guid>
      <dc:creator>qlikhans</dc:creator>
      <dc:date>2011-09-01T19:21:13Z</dc:date>
    </item>
    <item>
      <title>combining data files</title>
      <link>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318791#M708899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understood what you are doing currently and in what way that is not working for you. Could you please provide a sample QVW of your script, and some additional details on the problem you observe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 20:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318791#M708899</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-09-01T20:16:14Z</dc:date>
    </item>
    <item>
      <title>combining data files</title>
      <link>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318792#M708900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm not sure if I understood either. &lt;/P&gt;&lt;P&gt;Maybe you just need a script like this: &lt;/P&gt;&lt;P&gt;LOAD Bookyear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ledger,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bookdate,&lt;/P&gt;&lt;P&gt;month(Bookdate) as Bookmonth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Debit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Credit&lt;/P&gt;&lt;P&gt; FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Ledger 201*.csv]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;With the *, you can read all the files with similar names in the folder and create a field for all of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 21:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318792#M708900</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-09-01T21:36:19Z</dc:date>
    </item>
    <item>
      <title>combining data files</title>
      <link>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318793#M708901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the suggestion Erich did combines my two questions into one solution. I will be testing that first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your reaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 15:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318793#M708901</guid>
      <dc:creator>qlikhans</dc:creator>
      <dc:date>2011-09-02T15:54:42Z</dc:date>
    </item>
    <item>
      <title>combining data files</title>
      <link>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318794#M708902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tony &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will test your suggestion. It makes sense.&lt;/P&gt;&lt;P&gt;Will come back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 15:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/combining-data-files/m-p/318794#M708902</guid>
      <dc:creator>qlikhans</dc:creator>
      <dc:date>2011-09-02T15:56:00Z</dc:date>
    </item>
  </channel>
</rss>

