<?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 issue while Loading data from multiple source in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/issue-while-Loading-data-from-multiple-source/m-p/390585#M145681</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 need your expert advice on the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two excel files which contains the data for Current and Next quarter. the below &lt;STRONG&gt;working code &lt;/STRONG&gt;gives all the result from both the files.&lt;/P&gt;&lt;P&gt;but &lt;SPAN style="font-size: 10pt;"&gt;if i Remove the &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;"CrossTable(FundName, FundData, 97)"&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;and try to load, it gives me only one quarter data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;WORKING CODE:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FOR each File in filelist ('C:\Users\mishsubh\Desktop\Q2C\TEST\Input\*.xlsx')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable(FundName, FundData, 97)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ActivityNew:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [$(File)] (ooxml, embedded labels)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where [Activity Status]&amp;lt;&amp;gt;'NoFund' and [Activity Status]&amp;lt;&amp;gt;'Pending' and [Activity Status]&amp;lt;&amp;gt;'Cancelled' and [Activity Status]&amp;lt;&amp;gt;'Rejected' ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; NEXT File ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Store ActivityNew into C:\Users\mishsubh\Desktop\Q2C\TEST\ActivityNew.Qvd;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;Drop table ActivityNew;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 16:02:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-31T16:02:20Z</dc:date>
    <item>
      <title>issue while Loading data from multiple source</title>
      <link>https://community.qlik.com/t5/QlikView/issue-while-Loading-data-from-multiple-source/m-p/390585#M145681</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 need your expert advice on the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two excel files which contains the data for Current and Next quarter. the below &lt;STRONG&gt;working code &lt;/STRONG&gt;gives all the result from both the files.&lt;/P&gt;&lt;P&gt;but &lt;SPAN style="font-size: 10pt;"&gt;if i Remove the &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;"CrossTable(FundName, FundData, 97)"&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;and try to load, it gives me only one quarter data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;WORKING CODE:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FOR each File in filelist ('C:\Users\mishsubh\Desktop\Q2C\TEST\Input\*.xlsx')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable(FundName, FundData, 97)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ActivityNew:&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [$(File)] (ooxml, embedded labels)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where [Activity Status]&amp;lt;&amp;gt;'NoFund' and [Activity Status]&amp;lt;&amp;gt;'Pending' and [Activity Status]&amp;lt;&amp;gt;'Cancelled' and [Activity Status]&amp;lt;&amp;gt;'Rejected' ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; NEXT File ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Store ActivityNew into C:\Users\mishsubh\Desktop\Q2C\TEST\ActivityNew.Qvd;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;Drop table ActivityNew;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 16:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-while-Loading-data-from-multiple-source/m-p/390585#M145681</guid>
      <dc:creator />
      <dc:date>2013-01-31T16:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: issue while Loading data from multiple source</title>
      <link>https://community.qlik.com/t5/QlikView/issue-while-Loading-data-from-multiple-source/m-p/390586#M145682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use a crossatble instruction, data on columns are translated in rows, deleting that keyworld you are reading data ina wrong way (in a way your chart are non prepared to)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 16:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-while-Loading-data-from-multiple-source/m-p/390586#M145682</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-01-31T16:30:52Z</dc:date>
    </item>
  </channel>
</rss>

