<?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 Excel with date extension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-with-date-extension/m-p/1599713#M737951</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Need a help to resolve the below issue.&lt;/P&gt;&lt;P&gt;We have one excel with an extension of YYYYMM as source for our application.&lt;/P&gt;&lt;P&gt;Example: Excel_201905.&lt;/P&gt;&lt;P&gt;When ever there is an update in excel, the excel will be renamed as Excel_YYYYMM with updated month and year.&lt;/P&gt;&lt;P&gt;Please help me to load the excel automatically, without changing the script every time.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:04:38 GMT</pubDate>
    <dc:creator>bhargavikn</dc:creator>
    <dc:date>2024-11-16T03:04:38Z</dc:date>
    <item>
      <title>Excel with date extension</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-date-extension/m-p/1599713#M737951</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Need a help to resolve the below issue.&lt;/P&gt;&lt;P&gt;We have one excel with an extension of YYYYMM as source for our application.&lt;/P&gt;&lt;P&gt;Example: Excel_201905.&lt;/P&gt;&lt;P&gt;When ever there is an update in excel, the excel will be renamed as Excel_YYYYMM with updated month and year.&lt;/P&gt;&lt;P&gt;Please help me to load the excel automatically, without changing the script every time.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-date-extension/m-p/1599713#M737951</guid>
      <dc:creator>bhargavikn</dc:creator>
      <dc:date>2024-11-16T03:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with date extension</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-date-extension/m-p/1599735#M737952</link>
      <description>&lt;P&gt;You can do this, then you will fetch all excelfiles with the name format 'Excel_XXXXXX.xlsx'&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Data:
LOAD
  *
FROM
  [Excel_??????.xlsx] (ooxml, embedded labels);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 07:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-date-extension/m-p/1599735#M737952</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-07-08T07:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Excel with date extension</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-with-date-extension/m-p/1599737#M737953</link>
      <description>&lt;P&gt;If you only need to read the current YYYYMM file you can do like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LET vL.CurrentYearMonth = date(today(),'YYYYMM');
Data:
LOAD
  *
FROM
  [Excel_$(vL.CurrentYearMonth).xlsx] (ooxml, embedded labels);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 07:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-with-date-extension/m-p/1599737#M737953</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-07-08T07:22:56Z</dc:date>
    </item>
  </channel>
</rss>

