<?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: I want to load data from excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-want-to-load-data-from-excel/m-p/2031094#M1289086</link>
    <description>&lt;P&gt;You can fetch the file name of the file you are loading&amp;nbsp; by using the FileName() function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load *, FileName() as FileName&lt;/P&gt;
&lt;P&gt;From .../&lt;SPAN&gt;20230127_220124.xlsx (...);&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Jan 2023 06:49:05 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2023-01-28T06:49:05Z</dc:date>
    <item>
      <title>I want to load data from excel</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-load-data-from-excel/m-p/2031083#M1289084</link>
      <description>&lt;P&gt;I want to load data from excel where the file name will be 20230127_220124 where 220124 is the time of the night shift. I want to get the name of the file to catch again when loading. What should I do?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paknanarn23_1-1674873639696.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99047i9DCC561250EDC08D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Paknanarn23_1-1674873639696.png" alt="Paknanarn23_1-1674873639696.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-load-data-from-excel/m-p/2031083#M1289084</guid>
      <dc:creator>Paknanarn23</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: I want to load data from excel</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-load-data-from-excel/m-p/2031094#M1289086</link>
      <description>&lt;P&gt;You can fetch the file name of the file you are loading&amp;nbsp; by using the FileName() function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Load *, FileName() as FileName&lt;/P&gt;
&lt;P&gt;From .../&lt;SPAN&gt;20230127_220124.xlsx (...);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 06:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-load-data-from-excel/m-p/2031094#M1289086</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-01-28T06:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: I want to load data from excel</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-load-data-from-excel/m-p/2031242#M1289090</link>
      <description>&lt;P&gt;Hi Vegar&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So how do I get the files split into shifts like this?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paknanarn23_0-1675046487561.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99094i195756178D1789A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Paknanarn23_0-1675046487561.png" alt="Paknanarn23_0-1675046487561.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 02:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-load-data-from-excel/m-p/2031242#M1289090</guid>
      <dc:creator>Paknanarn23</dc:creator>
      <dc:date>2023-01-30T02:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: I want to load data from excel</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-to-load-data-from-excel/m-p/2031724#M1289091</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;Dayname(date#(Subfield(FileBaseName(), '_',1), 'YYYYMMDD' ))&amp;nbsp; as file_date,&lt;/P&gt;
&lt;P&gt;time(time#(Subfield(FileBaseName(), '_',2),'hhmmss')) as file_time,&lt;/P&gt;
&lt;P&gt;FileName() as file_name&lt;/P&gt;
&lt;P&gt;From .../20230127_220124.xlsx (...);&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 17:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-to-load-data-from-excel/m-p/2031724#M1289091</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-01-30T17:51:46Z</dc:date>
    </item>
  </channel>
</rss>

