<?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: Issue in reading the file from another server.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737133#M1053771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use complete UNC path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 06:20:13 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-10-16T06:20:13Z</dc:date>
    <item>
      <title>Issue in reading the file from another server..</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737130#M1053767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see whether the file exist in a folder or not. And my folder location is in some other server location. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had asked My IT team to share that folder to everyone and that folder is shareable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing below code to check whether file exist or not:&lt;/P&gt;&lt;P&gt;if (len(FileSize('//192.168.1.36/LESProcess/pod/'&amp;amp;DocketNo&amp;amp;'.txt'))&amp;gt;0,'Present','Absent') as ChkFile1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankz in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737130#M1053767</guid>
      <dc:creator>raptibhowal</dc:creator>
      <dc:date>2014-10-16T05:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading the file from another server..</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737131#M1053769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use \\ instead of // this may help........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737131#M1053769</guid>
      <dc:creator>ashishkalia</dc:creator>
      <dc:date>2014-10-16T05:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading the file from another server..</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737132#M1053770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnkz for the quick reply but I checked with both of them.. Its is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737132#M1053770</guid>
      <dc:creator>raptibhowal</dc:creator>
      <dc:date>2014-10-16T05:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading the file from another server..</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737133#M1053771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use complete UNC path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 06:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737133#M1053771</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-16T06:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading the file from another server..</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737134#M1053772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is complete path That I have given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 06:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737134#M1053772</guid>
      <dc:creator>raptibhowal</dc:creator>
      <dc:date>2014-10-16T06:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in reading the file from another server..</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737135#M1053773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this post&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/203090#203090"&gt;http://community.qlik.com/message/203090#203090&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 07:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-in-reading-the-file-from-another-server/m-p/737135#M1053773</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-16T07:17:29Z</dc:date>
    </item>
  </channel>
</rss>

