<?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 load last 6 months of data from a folder in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-load-last-6-months-of-data-from-a-folder/m-p/2450609#M97942</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/255238"&gt;@Mohammed_Sohail&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as you don't have too much data files in the folder. Why not&amp;nbsp; manually combine 6 months csv files to one csv file then load to Qlik Sense app?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 05:50:40 GMT</pubDate>
    <dc:creator>Jack_Guo</dc:creator>
    <dc:date>2024-05-09T05:50:40Z</dc:date>
    <item>
      <title>How to load last 6 months of data from a folder</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-last-6-months-of-data-from-a-folder/m-p/2450608#M97941</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;I have a folder with 3 years of data (monthly exports .csv files) there are total 36 files in the folder and names of files are Sales_Jan2023, Sales_Feb2023,Sales_Mar2023.&lt;/P&gt;
&lt;P&gt;I am trying to load only the latest 6 months of data out of 36 files, How Can I do that, please help.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-last-6-months-of-data-from-a-folder/m-p/2450608#M97941</guid>
      <dc:creator>Mohammed_Sohail</dc:creator>
      <dc:date>2024-11-15T20:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to load last 6 months of data from a folder</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-last-6-months-of-data-from-a-folder/m-p/2450609#M97942</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/255238"&gt;@Mohammed_Sohail&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as you don't have too much data files in the folder. Why not&amp;nbsp; manually combine 6 months csv files to one csv file then load to Qlik Sense app?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 05:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-last-6-months-of-data-from-a-folder/m-p/2450609#M97942</guid>
      <dc:creator>Jack_Guo</dc:creator>
      <dc:date>2024-05-09T05:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to load last 6 months of data from a folder</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-load-last-6-months-of-data-from-a-folder/m-p/2450634#M97946</link>
      <description>&lt;P&gt;Let latest_period_date = today(); //a date represented in the latest period file&lt;/P&gt;
&lt;P&gt;Let no_of_months = 6;&lt;/P&gt;
&lt;P&gt;For _month_no = 0 to no_of_months-1 do&lt;/P&gt;
&lt;P&gt;let _period = date(addmonths('$(latest_period_date)',-$('_month_no)'),'MMMYYYY');&lt;/P&gt;
&lt;P&gt;LOAD *&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FROM [Lib://data/Sales_$(_period).csv (txt,...);&lt;/P&gt;
&lt;P&gt;Set _period=;&lt;/P&gt;
&lt;P&gt;Next _month_no&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 06:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-load-last-6-months-of-data-from-a-folder/m-p/2450634#M97946</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-05-09T06:53:56Z</dc:date>
    </item>
  </channel>
</rss>

