<?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 Load excel from a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138120#M20621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a excel in a path..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to load excel through a variable in qlikview script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2018 07:23:15 GMT</pubDate>
    <dc:creator>bharatkishore</dc:creator>
    <dc:date>2018-10-05T07:23:15Z</dc:date>
    <item>
      <title>Load excel from a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138120#M20621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a excel in a path..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to load excel through a variable in qlikview script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138120#M20621</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-10-05T07:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel from a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138121#M20622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Path is stored in excel???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138121#M20622</guid>
      <dc:creator>shwethaa</dc:creator>
      <dc:date>2018-10-05T07:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel from a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138122#M20623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No...I have a excel in my system path..In that excel it has a field...I need to load that excel in qlikview script through a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i have explained clear. Please let me know if you need anything more..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138122#M20623</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-10-05T07:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel from a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138123#M20624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vPath = 'C:\Users\admin\Desktop\yourExcelFile&lt;SPAN style="font-size: 10pt;"&gt;.csv';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From $(vPath)&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138123#M20624</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-10-05T07:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel from a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138124#M20625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Hartmann.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have give like this&lt;/P&gt;&lt;P&gt;let myfilter = '..\test\myexcel.xlsx';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data as Data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;..\path\test.qvd&lt;/P&gt;&lt;P&gt;(qvd) where match(&lt;SPAN style="font-size: 13.3333px;"&gt;data &lt;/SPAN&gt;, '$(myfilter)');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting 0 records.. Can you please tell me where it is going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In excel i have &lt;STRONG style="text-decoration: underline;"&gt;Data &lt;/STRONG&gt; field . In that i have date like 10,20&lt;/P&gt;&lt;P&gt;In the qvd also i have &lt;STRONG style="text-decoration: underline;"&gt;data &lt;/STRONG&gt;field. There also i have data like 5,10,20, 30. But i need get data only the records present in excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me where i am doing wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138124#M20625</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-10-05T08:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel from a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138125#M20626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Mapping Load. Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15387279890307395" jivemacro_uid="_15387279890307395" modifiedtitle="true"&gt;
&lt;P style="font-size: 13.3333px;"&gt;Map:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Mapping Load Data as data, 1 as Flag &lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;From ..\test\myexcel.xlsx;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Fact:&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Load&amp;nbsp; &lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;data&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;..\path\test.qvd (qvd) where ApplyMap('Map',data,'na')=1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138125#M20626</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-10-05T08:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel from a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138126#M20627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am already using mapping load to bring one field. So i am not sure whether i can use mapping one here. Please let me know if anything i am not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data as Data,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;..\path\test.qvd&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd) where match(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;data &lt;/SPAN&gt;, '$(myfilter)');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138126#M20627</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-10-05T08:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel from a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138127#M20628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i understood you correctly then you want to load only values from your qvd which are also present in&lt;/P&gt;&lt;P&gt;your excel file?&amp;nbsp; then you will have to use the excel file as your Mapping table and restrict the fact table to only load the matched values by using applymatch in your where clause of the fact table!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138127#M20628</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-10-05T08:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load excel from a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138128#M20629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No... let me explain you bit more clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an excel file where it has some standard numbers. Now i have a qvd where i will bring a field using mapping table into the original fact table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mapping table what i am using has same field name as in excel but it has some 1000 numbers. But&amp;nbsp; i need only those numbers present in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier i have done&amp;nbsp; by using Let statement and assigned all the numbers into a variable. But every time instead of doing manually i want to do automatic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i will be using 2 more qvd and using apply map i am bringing those fields and giving where condition where match of those numbers in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need anything more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-excel-from-a-variable/m-p/138128#M20629</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-10-05T09:48:11Z</dc:date>
    </item>
  </channel>
</rss>

