<?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 if isnull(QvdCreateTime('$(vQVDPath)$(vTableName).qvd')) then in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-isnull-QvdCreateTime-vQVDPath-vTableName-qvd-then/m-p/398102#M148252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vQVDPath = ../Qvds/;&lt;/P&gt;&lt;P&gt;let vTableName = TABLENAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am geting the Error because of "if isnull(QvdCreateTime('$(vQVDPath)$(vTableName).qvd')) then" is not working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i execute the script Qlikview is not identifying that Qvd is present or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if qvd is present then idealy it should go for "Else" but in my some of the Exractor its excecuting the "If" part only which is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;guide how to tackel the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 06:15:26 GMT</pubDate>
    <dc:creator>nilesh_gangurde</dc:creator>
    <dc:date>2013-05-23T06:15:26Z</dc:date>
    <item>
      <title>if isnull(QvdCreateTime('$(vQVDPath)$(vTableName).qvd')) then</title>
      <link>https://community.qlik.com/t5/QlikView/if-isnull-QvdCreateTime-vQVDPath-vTableName-qvd-then/m-p/398102#M148252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vQVDPath = ../Qvds/;&lt;/P&gt;&lt;P&gt;let vTableName = TABLENAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am geting the Error because of "if isnull(QvdCreateTime('$(vQVDPath)$(vTableName).qvd')) then" is not working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i execute the script Qlikview is not identifying that Qvd is present or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if qvd is present then idealy it should go for "Else" but in my some of the Exractor its excecuting the "If" part only which is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;guide how to tackel the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 06:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-isnull-QvdCreateTime-vQVDPath-vTableName-qvd-then/m-p/398102#M148252</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-05-23T06:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: if isnull(QvdCreateTime('$(vQVDPath)$(vTableName).qvd')) then</title>
      <link>https://community.qlik.com/t5/QlikView/if-isnull-QvdCreateTime-vQVDPath-vTableName-qvd-then/m-p/398103#M148253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the Increamental load Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above error is affecting the Increamental load of DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 06:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-isnull-QvdCreateTime-vQVDPath-vTableName-qvd-then/m-p/398103#M148253</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-05-23T06:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: if isnull(QvdCreateTime('$(vQVDPath)$(vTableName).qvd')) then</title>
      <link>https://community.qlik.com/t5/QlikView/if-isnull-QvdCreateTime-vQVDPath-vTableName-qvd-then/m-p/398104#M148254</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;Put your variables in string format (single quotes is missing). Condition is right. See below mentioned syntex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;vQVDPath&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='..\Data Sources\';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;vTableName&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Employee';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;vTime&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QvdCreateTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(vQVDPath)$(vTableName).qvd');&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QvdCreateTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('$(vQVDPath)$(vTableName).qvd'))&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;vTesrt&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 06:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-isnull-QvdCreateTime-vQVDPath-vTableName-qvd-then/m-p/398104#M148254</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-23T06:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: if isnull(QvdCreateTime('$(vQVDPath)$(vTableName).qvd')) then</title>
      <link>https://community.qlik.com/t5/QlikView/if-isnull-QvdCreateTime-vQVDPath-vTableName-qvd-then/m-p/398105#M148255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its woking properly for some Exractor without string format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 07:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-isnull-QvdCreateTime-vQVDPath-vTableName-qvd-then/m-p/398105#M148255</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-05-23T07:20:59Z</dc:date>
    </item>
  </channel>
</rss>

