<?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 to ignore missing field? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396754#M612845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colleagues, good day!&lt;BR /&gt;Can you give an advice please, how we can ignore missing field in Table loading statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, i have this one:&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[A, B, C];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;resident Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to ignore D field missing and to load A, B, C without fails?&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, 22 Sep 2017 11:38:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-22T11:38:57Z</dc:date>
    <item>
      <title>How to ignore missing field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396754#M612845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colleagues, good day!&lt;BR /&gt;Can you give an advice please, how we can ignore missing field in Table loading statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, i have this one:&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[A, B, C];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;resident Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to ignore D field missing and to load A, B, C without fails?&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, 22 Sep 2017 11:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396754#M612845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-22T11:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore missing field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396755#M612846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't. Do try to load non-existing fields. &lt;STRONG&gt;It will not work&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to load all the fields from table Test the do &lt;STRONG&gt;LOAD * RESIDENT Test; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That will work even if you don't know which fields table Test does or does not have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396755#M612846</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-09-22T11:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore missing field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396756#M612847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show me please how to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396756#M612847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-22T11:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore missing field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396757#M612848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert alread showed it using LOAD * RESIDENT Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But don't forget to use NOCONCATENATE when using LOAD * RESIDENT ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Test:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A, B, C&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,2,3 // just to add a record&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Final:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NOCONCATENATE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop table Test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396757#M612848</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-22T11:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore missing field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396758#M612849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But can you describe what the use case for this is? Maybe there is a different but better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396758#M612849</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-22T11:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore missing field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396759#M612850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to understand, in what way (maybe through the variable) i can check if table exist some field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396759#M612850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-22T12:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore missing field?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396760#M612851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make use of the table functions:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/TableFunctions/table-functions.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/TableFunctions/table-functions.htm"&gt;Table functions ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 13:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-ignore-missing-field/m-p/1396760#M612851</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-09-22T13:08:55Z</dc:date>
    </item>
  </channel>
</rss>

