<?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 Flag if file still exists? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Flag-if-file-still-exists/m-p/1170674#M1252230</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;Is there a flag in the governance dashboard to say if a file still exists?&lt;/P&gt;&lt;P&gt;I'm adding some code to bring in our CAL data and want to add a section for ghosted CALs i.e. those attached to qvws which no longer exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be pretty easy to tag this on the end in a user script but just didn't want to re-invent the wheel if it is actually in there somewhere and I am missing it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Flag if file still exists?</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-if-file-still-exists/m-p/1170674#M1252230</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;Is there a flag in the governance dashboard to say if a file still exists?&lt;/P&gt;&lt;P&gt;I'm adding some code to bring in our CAL data and want to add a section for ghosted CALs i.e. those attached to qvws which no longer exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be pretty easy to tag this on the end in a user script but just didn't want to re-invent the wheel if it is actually in there somewhere and I am missing it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-if-file-still-exists/m-p/1170674#M1252230</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Flag if file still exists?</title>
      <link>https://community.qlik.com/t5/QlikView/Flag-if-file-still-exists/m-p/1170675#M1252231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If anyone is interested I just used 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_14721225687849013" jivemacro_uid="_14721225687849013"&gt;
&lt;P&gt;FileListCheckPreloader:&lt;/P&gt;
&lt;P&gt;LOAD FileName as FileNameCheck&lt;/P&gt;
&lt;P&gt;RESIDENT FileList;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET CKNumRows=NoOfRows('FileListCheckPreloader');&lt;/P&gt;
&lt;P&gt;FOR p=1 to $(CKNumRows)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LET vFileChecker=Peek('FileNameCheck',$(p),'FileListCheckPreloader'); &lt;/P&gt;
&lt;P&gt;&amp;nbsp; Let baseFileSizeCheck = IF(LEN(FileSize('$(vFileChecker)'))&amp;lt;1,0,1);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; TRACE Checking: $(vFileChecker);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; check:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(vFileChecker)' as FileName,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $(baseFileSizeCheck)&amp;nbsp; as FileExistsFlag&lt;/P&gt;
&lt;P&gt;&amp;nbsp; AUTOGENERATE 1;&lt;/P&gt;
&lt;P&gt;NEXT p;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 10:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flag-if-file-still-exists/m-p/1170675#M1252231</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-25T10:56:12Z</dc:date>
    </item>
  </channel>
</rss>

