<?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 How check same text file name in folders in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747710#M667184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I have files in folders structure like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data\Countries\USA\xxx.txt,&lt;/P&gt;&lt;P&gt;Data\Countries\UK\xxx.txt,&lt;/P&gt;&lt;P&gt;Data\Countires\Germany\xxx.txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before getting the data I need to check wether the xxx file exists in the folders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF not I want to inform the user the country where the user dint place the text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2014 10:33:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-14T10:33:21Z</dc:date>
    <item>
      <title>How check same text file name in folders</title>
      <link>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747710#M667184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I have files in folders structure like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data\Countries\USA\xxx.txt,&lt;/P&gt;&lt;P&gt;Data\Countries\UK\xxx.txt,&lt;/P&gt;&lt;P&gt;Data\Countires\Germany\xxx.txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before getting the data I need to check wether the xxx file exists in the folders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF not I want to inform the user the country where the user dint place the text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 10:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747710#M667184</guid>
      <dc:creator />
      <dc:date>2014-11-14T10:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: How check same text file name in folders</title>
      <link>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747711#M667185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the filetime function to check for the existence of a file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (filetime('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Data\Countries\UK\xxx.txt')) then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... // file exists&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... // file does not exist&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 10:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747711#M667185</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-14T10:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: How check same text file name in folders</title>
      <link>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747712#M667186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I write seperate path each country??&lt;/P&gt;&lt;P&gt;Can I&amp;nbsp; record all the paths where we don't have xxx file into a Table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 10:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747712#M667186</guid>
      <dc:creator />
      <dc:date>2014-11-14T10:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How check same text file name in folders</title>
      <link>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747713#M667187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a table with countries you can use that. See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 11:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747713#M667187</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-14T11:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How check same text file name in folders</title>
      <link>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747714#M667188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Thank So much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 11:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-check-same-text-file-name-in-folders/m-p/747714#M667188</guid>
      <dc:creator />
      <dc:date>2014-11-14T11:48:18Z</dc:date>
    </item>
  </channel>
</rss>

