<?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: Load column if exists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633676#M446649</link>
    <description>&lt;P&gt;It finally does work, but it doesn't go to the else Load where it doesn't load the QvdDate column:&lt;/P&gt;&lt;P&gt;2019-10-10 16:25:34 0011 if date#(subfield('2013-02-01 08:05:13',' ',1),'YYYY-MM-DD')&amp;gt;date#('2013-05','yyyy-mm') then&lt;BR /&gt;2019-10-10 16:25:34 0013 User:&lt;BR /&gt;2019-10-10 16:25:34 0014 LOAD Date(Date,'DD/MM/YYYY')&amp;amp;O_SHORT_DESC as [Version Manager],&lt;BR /&gt;2019-10-10 16:25:34 0015 [First Name],&lt;BR /&gt;2019-10-10 16:25:34 0016&amp;nbsp; [Middle Name],&lt;BR /&gt;2019-10-10 16:25:34 0017 [Surname],&lt;BR /&gt;2019-10-10 16:25:34 0018 [Email],&lt;BR /&gt;2019-10-10 16:25:34 0019&lt;BR /&gt;2019-10-10 16:25:34 0020 date(Date,'DD/MM/YYYY')&amp;amp;USR_HOME_ENTITY_ID as VersionID,&lt;BR /&gt;2019-10-10 16:25:34 0021 [User Name]&lt;BR /&gt;2019-10-10 16:25:34 0022 FROM [C:\Users\ME\Desktop\USER\USER2013-01.qvd] (qvd)&lt;BR /&gt;2019-10-10 16:25:34 Error: Field 'Date' not found&lt;BR /&gt;2019-10-10 16:25:36 Execution Failed&lt;BR /&gt;2019-10-10 16:25:36 Execution finished.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2019 13:27:59 GMT</pubDate>
    <dc:creator>Kunkulis</dc:creator>
    <dc:date>2019-10-10T13:27:59Z</dc:date>
    <item>
      <title>Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633015#M446597</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am Loading several, same named qvds - User2019-10.qvd, User2018-10...User2013-10 etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the issue is that on the first few qvds they are lacking one column - DateOfQvd.&lt;/P&gt;&lt;P&gt;I was thinking maybe there is a possibility to write some ifs to see if the files date is bigger then lets say 2010-06, if it is true, than load the data that contains the DateOfQvd if not than load the data without it.&lt;/P&gt;&lt;P&gt;If (Righ(User2010-06,7)&amp;gt;2010-06 then&lt;/P&gt;&lt;P&gt;Load * + DatOfQvd&lt;BR /&gt;From User2*.qvd (qvd) else&lt;/P&gt;&lt;P&gt;Load* (no DateOfQvd)&lt;BR /&gt;From User2*.qvd (qvd) end if&lt;BR /&gt;&lt;BR /&gt;Or maybe it is possible to have a check of the column count somehow?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advanced&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633015#M446597</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2024-11-16T02:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633022#M446598</link>
      <description>&lt;P&gt;there is function called qvdCreateTime, you can do something like this&lt;/P&gt;&lt;P&gt;for each FileExtension in 'qvd'&lt;BR /&gt;for each FoundFile in filelist( vSourceFolder &amp;amp; '\user*.' &amp;amp; FileExtension)&lt;/P&gt;&lt;P&gt;let ftime=&lt;SPAN&gt;qvdCreateTime&lt;/SPAN&gt;(FoundFile);&lt;/P&gt;&lt;P&gt;if $(&lt;SPAN&gt;ftime&lt;/SPAN&gt;)&amp;gt;somedate then&lt;/P&gt;&lt;P&gt;&amp;nbsp;Load *,&lt;SPAN&gt; $(&lt;/SPAN&gt;&lt;SPAN&gt;ftime&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; as loadtime From $(&lt;SPAN&gt;FoundFile&lt;/SPAN&gt;).qvd;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load * &lt;/SPAN&gt;&lt;SPAN&gt;From $(&lt;/SPAN&gt;&lt;SPAN&gt;FoundFile&lt;/SPAN&gt;&lt;SPAN&gt;).qvd;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;end if;&lt;/P&gt;&lt;P&gt;next;&lt;/P&gt;&lt;P&gt;next;&lt;/P&gt;&lt;P&gt;//check for syntax and don't forget to add concatenate on top;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 12:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633022#M446598</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-10-09T12:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633033#M446599</link>
      <description>&lt;P&gt;I am having trouble implementing it, so this is for me from line 1:&lt;/P&gt;&lt;P&gt;set vSourceFolder = C:\Users\ME\Desktop\USER;&lt;BR /&gt;for each FileExtension in 'qvd'&lt;BR /&gt;for each FoundFile in filelist( vSourceFolder &amp;amp; '\user*.' &amp;amp; FileExtension)&lt;BR /&gt;let ftime=qvdCreateTime(FoundFile);&lt;BR /&gt;if $(ftime)&amp;gt;2013-04 then&lt;/P&gt;&lt;P&gt;User:&lt;BR /&gt;Load * &lt;EM&gt;(* for the sake not to write all the columns but this one has the QvdDate column in it)&lt;/EM&gt;&lt;BR /&gt;FROM&amp;nbsp;$(FoundFile).qvd (qvd);&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;User:&lt;BR /&gt;Load * &lt;EM&gt;(Doesn't have the QvdDate)&lt;BR /&gt;&lt;/EM&gt;FROM&amp;nbsp;$(FoundFile).qvd (qvd);&lt;BR /&gt;END IF;&lt;BR /&gt;NEXT;&lt;BR /&gt;NEXT;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 13:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633033#M446599</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2019-10-09T13:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633045#M446601</link>
      <description>&lt;P&gt;some changes, let me know the exact error if it doesn't work&lt;/P&gt;&lt;P&gt;set vcon=;&lt;/P&gt;&lt;P&gt;for each FileExtension in 'qvd'&lt;BR /&gt;for each FoundFile in filelist( vSourceFolder &amp;amp; '\user*.' &amp;amp; FileExtension)&lt;BR /&gt;let ftime=qvdCreateTime(FoundFile);&lt;BR /&gt;if $(ftime)&amp;gt;date#('2013-04','yyyy-mm') then&lt;/P&gt;&lt;P&gt;$(&lt;SPAN&gt;vcon&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;User:&lt;BR /&gt;Load * &lt;EM&gt;(* for the sake not to write all the columns but this one has the QvdDate column in it)&lt;/EM&gt;&lt;BR /&gt;FROM [$(FoundFile)]&lt;SPAN&gt;(qvd)&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;ELSE&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$(&lt;/SPAN&gt;&lt;SPAN&gt;vcon&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;User:&lt;BR /&gt;Load * &lt;EM&gt;(Doesn't have the QvdDate)&lt;BR /&gt;&lt;/EM&gt;FROM [$(FoundFile)](qvd);&lt;BR /&gt;END IF;&lt;/P&gt;&lt;P&gt;Set vcon= Concatenate;&lt;/P&gt;&lt;P&gt;NEXT;&lt;BR /&gt;NEXT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 13:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633045#M446601</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-10-09T13:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633059#M446605</link>
      <description>&lt;P&gt;Pasted it the same as you showed, but I have red line under&amp;nbsp;$(vcon) and the whole LOAD has the same line then as well.&lt;/P&gt;&lt;P&gt;I added the ';' after the $(vcon) and running it got this error &lt;EM&gt;(Folder name is the same as qvd)&lt;/EM&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;2019-10-09 16:35:19 0002 set vSourceFolder = 'C:\Users\ME\Desktop\USER'&lt;BR /&gt;2019-10-09 16:35:19 0004 set vcon=&lt;BR /&gt;2019-10-09 16:35:19 0006 for each FileExtension in 'qvd'&lt;BR /&gt;2019-10-09 16:35:19 0007 for each FoundFile in filelist( vSourceFolder &amp;amp; '\USER*.' &amp;amp; FileExtension)&lt;BR /&gt;2019-10-09 16:35:19 0008 let ftime=qvdCreateTime(FoundFile)&lt;BR /&gt;2019-10-09 16:35:19 Error: Unexpected token: '08', expected one of: 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', 'like', 'and', ...&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 13:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633059#M446605</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2019-10-09T13:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633068#M446608</link>
      <description>&lt;P&gt;red is ok, for some reason it shows that but it works&lt;/P&gt;&lt;P&gt;change it to this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;let ftime=qvdCreateTime($(FoundFile))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if doesn't work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;let ftime=qvdCreateTime('$(FoundFile)');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;also add ---trace&amp;nbsp;&lt;SPAN&gt;$(FoundFile)&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;to see function is fetching time&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 13:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633068#M446608</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-10-09T13:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633075#M446611</link>
      <description>&lt;P&gt;For both didn't work, this is the&amp;nbsp;&lt;SPAN&gt;let ftime=qvdCreateTime($(FoundFile))&lt;/SPAN&gt; :&lt;/P&gt;&lt;P&gt;2019-10-09 16:51:30 0002 set vSourceFolder = 'C:\Users\ME\Desktop\USER'&lt;BR /&gt;2019-10-09 16:51:30 0004 set vcon=&lt;BR /&gt;2019-10-09 16:51:30 0006 for each FileExtension in 'qvd'&lt;BR /&gt;2019-10-09 16:51:30 0007 for each FoundFile in filelist( vSourceFolder &amp;amp; '\USER*.' &amp;amp; FileExtension)&lt;BR /&gt;2019-10-09 16:51:30 0008 trace C:\Users\ME\Desktop\USER\USER2013-01.qvd&lt;BR /&gt;2019-10-09 16:51:30 0008 C:\Users\ME\Desktop\USER\USER2013-01.qvd&lt;BR /&gt;2019-10-09 16:51:30 0009&lt;BR /&gt;2019-10-09 16:51:30 Error: Unexpected token: 'qvd', expected one of: ')', 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', 'like', ...&lt;BR /&gt;2019-10-09 16:51:31 Execution Failed&lt;BR /&gt;2019-10-09 16:51:31 Execution finished.&lt;/P&gt;&lt;P&gt;&amp;nbsp;and this is&amp;nbsp;&lt;SPAN&gt;ftime=qvdCreateTime('$(FoundFile)'):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2019-10-09 16:49:36 0002 set vSourceFolder = 'C:\Users\ME\Desktop\USER'&lt;BR /&gt;2019-10-09 16:49:36 0004 set vcon=&lt;BR /&gt;2019-10-09 16:49:36 0006 for each FileExtension in 'qvd'&lt;BR /&gt;2019-10-09 16:49:36 0007 for each FoundFile in filelist( vSourceFolder &amp;amp; '\USER*.' &amp;amp; FileExtension)&lt;BR /&gt;2019-10-09 16:49:36 0008 trace C:\Users\ME\Desktop\USER\USER2013-01.qvd&lt;BR /&gt;2019-10-09 16:49:36 0008 C:\Users\ME\Desktop\USER\USER2013-01.qvd&lt;BR /&gt;2019-10-09 16:49:36 0009&lt;BR /&gt;2019-10-09 16:49:36 0009 let ftime=qvdCreateTime('C:\Users\ME\Desktop\USER\USER2013-01.qvd')&lt;BR /&gt;2019-10-09 16:49:36 Error: Unexpected token: '08', expected one of: 'OPERATOR_PLUS', 'OPERATOR_MINUS', 'OPERATOR_MULTIPLICATION', 'OPERATOR_DIVISION', 'OPERATOR_STRING_CONCAT', 'like', 'and', ...&lt;BR /&gt;2019-10-09 16:49:38 Execution Failed&lt;BR /&gt;2019-10-09 16:49:38 Execution finished.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 13:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633075#M446611</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2019-10-09T13:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633199#M446629</link>
      <description>&lt;P&gt;&lt;SPAN&gt;let ftime=qvdCreateTime('$(FoundFile)') seems to be work better, did you put semicolon (;) after this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if yes, can you add trace after this and share the log..i want to understand whether if condition is failing or let evaluation?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 17:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633199#M446629</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-10-09T17:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633355#M446631</link>
      <description>&lt;P&gt;try changing this as well&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if '$(ftime)'&amp;gt;date#('2013-04','yyyy-mm')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 20:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633355#M446631</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-10-09T20:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633460#M446636</link>
      <description>&lt;P&gt;It's still failing&lt;/P&gt;&lt;P&gt;2019-10-10 09:56:36 0002 set vSourceFolder = 'C:\Users\ME\Desktop\USER'&lt;BR /&gt;2019-10-10 09:56:36 0004 set vcon=&lt;BR /&gt;2019-10-10 09:56:36 0006 for each FileExtension in 'qvd'&lt;BR /&gt;2019-10-10 09:56:36 0007 for each FoundFile in filelist( vSourceFolder &amp;amp; '\USER*.' &amp;amp; FileExtension)&lt;BR /&gt;2019-10-10 09:56:36 0008 trace C:\Users\ME\Desktop\USER\USER2013-01.qvd&lt;BR /&gt;2019-10-10 09:56:36 0008 C:\Users\ME\Desktop\USER\USER2013-01.qvd&lt;BR /&gt;2019-10-10 09:56:36 0009&lt;BR /&gt;2019-10-10 09:56:36 0009 let ftime=qvdCreateTime('C:\Users\ME\Desktop\USER\USER2013-01.qvd')&lt;BR /&gt;2019-10-10 09:56:36 0010 trace 2013-02-01 08:05:13&lt;BR /&gt;2019-10-10 09:56:36 0010 2013-02-01 08:05:13&lt;BR /&gt;2019-10-10 09:56:36 0011&lt;BR /&gt;2019-10-10 09:56:36 0011 if '2013-02-01 08:05:13'&amp;gt;date#('2013-04','yyyy-mm') then&lt;BR /&gt;2019-10-10 09:56:36 0013 User:&lt;BR /&gt;2019-10-10 09:56:36 0014 LOAD Date(Date,'DD/MM/YYYY')&amp;amp;O_SHORT_DESC as [Version],&lt;BR /&gt;2019-10-10 09:56:36 0015 [First Name],&lt;BR /&gt;2019-10-10 09:56:36 0016 [Middle Name],&lt;BR /&gt;2019-10-10 09:56:36 0017 [Surname],&lt;BR /&gt;2019-10-10 09:56:36 0018 [Email],&lt;BR /&gt;2019-10-10 09:56:36 0019&lt;BR /&gt;2019-10-10 09:56:36 0020 date(Date,'DD/MM/YYYY')&amp;amp;USR_ID as VersionHomeID,&lt;BR /&gt;2019-10-10 09:56:36 0021&amp;nbsp; [User Name]&lt;BR /&gt;2019-10-10 09:56:36 0022 FROM [C:\Users\ME\Desktop\USER\USER2013-01.qvd] (qvd)&lt;BR /&gt;2019-10-10 09:56:36 Error: Field 'Date' not found&lt;BR /&gt;2019-10-10 09:56:38 Execution Failed&lt;BR /&gt;2019-10-10 09:56:38 Execution finished.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 07:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633460#M446636</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2019-10-10T07:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633622#M446646</link>
      <description>&lt;P&gt;I see try this and I rest my case &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; I am sure it will work now&lt;/P&gt;&lt;P&gt;if date#(subfield(&lt;SPAN&gt;'$(ftime)'&lt;/SPAN&gt;,' ',1),'YYYY-MM-DD')&amp;gt;&lt;SPAN&gt;date#('2013-04','yyyy-mm') then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 12:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633622#M446646</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-10-10T12:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633676#M446649</link>
      <description>&lt;P&gt;It finally does work, but it doesn't go to the else Load where it doesn't load the QvdDate column:&lt;/P&gt;&lt;P&gt;2019-10-10 16:25:34 0011 if date#(subfield('2013-02-01 08:05:13',' ',1),'YYYY-MM-DD')&amp;gt;date#('2013-05','yyyy-mm') then&lt;BR /&gt;2019-10-10 16:25:34 0013 User:&lt;BR /&gt;2019-10-10 16:25:34 0014 LOAD Date(Date,'DD/MM/YYYY')&amp;amp;O_SHORT_DESC as [Version Manager],&lt;BR /&gt;2019-10-10 16:25:34 0015 [First Name],&lt;BR /&gt;2019-10-10 16:25:34 0016&amp;nbsp; [Middle Name],&lt;BR /&gt;2019-10-10 16:25:34 0017 [Surname],&lt;BR /&gt;2019-10-10 16:25:34 0018 [Email],&lt;BR /&gt;2019-10-10 16:25:34 0019&lt;BR /&gt;2019-10-10 16:25:34 0020 date(Date,'DD/MM/YYYY')&amp;amp;USR_HOME_ENTITY_ID as VersionID,&lt;BR /&gt;2019-10-10 16:25:34 0021 [User Name]&lt;BR /&gt;2019-10-10 16:25:34 0022 FROM [C:\Users\ME\Desktop\USER\USER2013-01.qvd] (qvd)&lt;BR /&gt;2019-10-10 16:25:34 Error: Field 'Date' not found&lt;BR /&gt;2019-10-10 16:25:36 Execution Failed&lt;BR /&gt;2019-10-10 16:25:36 Execution finished.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 13:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633676#M446649</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2019-10-10T13:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633680#M446650</link>
      <description>&lt;P&gt;Got it to work, changed the date# to the general date format.&lt;/P&gt;&lt;P&gt;if date#(subfield('$(ftime)',' ',1),'YYYY-MM-DD')&amp;gt;date('41365','yyyy-mm-dd') then&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 13:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633680#M446650</guid>
      <dc:creator>Kunkulis</dc:creator>
      <dc:date>2019-10-10T13:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load column if exists</title>
      <link>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633695#M446653</link>
      <description>&lt;P&gt;Why not just use "Load *" for everything?&amp;nbsp; Won't that pick up the date field if it exists?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 13:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-column-if-exists/m-p/1633695#M446653</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-10-10T13:51:14Z</dc:date>
    </item>
  </channel>
</rss>

