<?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 qlikview read from multiple files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlikview-read-from-multiple-files/m-p/525401#M196365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Is there any option in qlikview in such a way that, if reading failed from one server, it can read the file from another server(back up)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 08:20:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-08T08:20:53Z</dc:date>
    <item>
      <title>qlikview read from multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-read-from-multiple-files/m-p/525401#M196365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Is there any option in qlikview in such a way that, if reading failed from one server, it can read the file from another server(back up)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-read-from-multiple-files/m-p/525401#M196365</guid>
      <dc:creator />
      <dc:date>2013-10-08T08:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview read from multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-read-from-multiple-files/m-p/525402#M196366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should be possible. See this discussion for example: &lt;A href="https://community.qlik.com/thread/82108"&gt;Dynamic Connection&lt;/A&gt;. You can also use the NoOfRows() function to check if the table you tried to load actually contains records. Perhaps something like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET &lt;SPAN style="color: #444444; font-family: arial, sans-serif; font-size: small;"&gt;ErrorMode = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CONNECT ...&amp;nbsp; ;//connect to first database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * from mysourcetable;&lt;/P&gt;&lt;P&gt;let vNoOfRows = Alt(NoOfRows(‘Table1’), 0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If vNoOfRows=0 Then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONNECT ... ; //connect to second database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load * from mysourcetable;&lt;/P&gt;&lt;P&gt;End if&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-read-from-multiple-files/m-p/525402#M196366</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-08T08:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: qlikview read from multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/qlikview-read-from-multiple-files/m-p/525403#M196367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sory. First pivot table is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From: Kausalya Devabhaktuni&lt;/P&gt;&lt;P&gt;Sent: Tuesday, October 08, 2013 3:15 PM&lt;/P&gt;&lt;P&gt;To: 'jive-1890803123-2qwd-2-8m8x@qliktech-public.hosted.jivesoftware.com'&lt;/P&gt;&lt;P&gt;Subject: RE:  - qlikview read from multiple files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi wassenaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had another doubt. Hoe u might hep me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had three pivot tables like the above. What I want to do is I want to get the common values in three pivot tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some thing like 525-00-10001 and 525-00-100016 are together(lat and long may be different but consider them if they appear as group)&lt;/P&gt;&lt;P&gt;Similarly 525-00-10002 and 525-00-100004 are together. I am sending you my script too&lt;/P&gt;&lt;P&gt;//load from csv file 0-15 mins data with 50 networkid's and 50 users&lt;/P&gt;&lt;P&gt;Report:&lt;/P&gt;&lt;P&gt;LOAD distinct @3 as msisdn,&lt;/P&gt;&lt;P&gt;       (@1/86400)+25569 as timestamp,&lt;/P&gt;&lt;P&gt;     @2 as networkid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//grouping to get the first record of user in a networkid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//mapped with lat and long based on networkid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1 as networkid,&lt;/P&gt;&lt;P&gt;     @2 as lat,&lt;/P&gt;&lt;P&gt;     @3 as long&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is spaces, msq);&lt;/P&gt;&lt;P&gt;Report1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; distinct  @3 as msisdn1,&lt;/P&gt;&lt;P&gt;(@1/86400)+25569 as timestamp1,&lt;/P&gt;&lt;P&gt;     @2 as networkid1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//grouping to get the first record of user in a networkid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//mapped with lat and long based on networkid&lt;/P&gt;&lt;P&gt;LOAD @1 as networkid1,&lt;/P&gt;&lt;P&gt;     @2 as lat,&lt;/P&gt;&lt;P&gt;     @3 as long&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is spaces, msq);&lt;/P&gt;&lt;P&gt;Report2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;(@1/86400)+25569 as timestamp2,&lt;/P&gt;&lt;P&gt;     @2 as networkid2,&lt;/P&gt;&lt;P&gt;     @3 as msisdn2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1 as networkid2,&lt;/P&gt;&lt;P&gt;     @2 as lat,&lt;/P&gt;&lt;P&gt;     @3 as long&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is spaces, msq)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actualy my requirement I had list of networkids and list of network users with different time stamps&lt;/P&gt;&lt;P&gt;Get only first record of user. Map with lat and long. Get the users who have movethed toghether 80% of times in a day. There will be total of 24*4 input feeds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 09:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlikview-read-from-multiple-files/m-p/525403#M196367</guid>
      <dc:creator />
      <dc:date>2013-10-08T09:50:09Z</dc:date>
    </item>
  </channel>
</rss>

