<?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 Loading This Sample Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-This-Sample-Data/m-p/1449247#M433951</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 have one sample excel file which I want to load in qlikview. It is just a sample for 1 year like that we have for 10 years then how should I proceed. please help me in that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2017 05:49:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-23T05:49:18Z</dc:date>
    <item>
      <title>Loading This Sample Data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-This-Sample-Data/m-p/1449247#M433951</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 have one sample excel file which I want to load in qlikview. It is just a sample for 1 year like that we have for 10 years then how should I proceed. please help me in that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 05:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-This-Sample-Data/m-p/1449247#M433951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-23T05:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Loading This Sample Data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-This-Sample-Data/m-p/1449248#M433952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If yours XLS contain the year in the file name (Ex. "2016 Sample Data" or "Sample Data 2016" or "Sample 2016 Data".....) you can extract the year directly from the file name by using &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/FileFunctions/FileBaseName.htm"&gt;FileBaseName()&lt;/A&gt; function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15034716684509927 jive_text_macro" jivemacro_uid="_15034716684509927"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(FileBaseName(),4) as Year,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(trim(Clusters))&amp;gt;0,Clusters,peek(Clusters)) as Clusters,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; US,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EC,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, header is 1 lines, table is Sheet1);&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="174314" alt="3.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/174314_3.png" style="height: 50px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="174307" alt="2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174307_2.png" style="height: 129px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 07:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-This-Sample-Data/m-p/1449248#M433952</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-08-23T07:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Loading This Sample Data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-This-Sample-Data/m-p/1449249#M433953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you can proceed with Crosstable Load for loading data from Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For loading multiple file excel you can try these post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14663"&gt;Dynamically Loading Multiple Excel Files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=liIEUsZJhvk" title="https://www.youtube.com/watch?v=liIEUsZJhvk"&gt;Qlikview FOR EACH... Load Multiple Excel Sheets by RFB 200 - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 08:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-This-Sample-Data/m-p/1449249#M433953</guid>
      <dc:creator>danistontt</dc:creator>
      <dc:date>2017-08-23T08:43:20Z</dc:date>
    </item>
  </channel>
</rss>

