<?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: Remove data from the loaded field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703500#M672839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add a load (bold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DLMap:&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DL, newDL&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sony,&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Samsung,&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JVC,JVC Inc.&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;STRONG&gt;load * where len(trim(DL_DESC))&amp;gt;0;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('DLMap', DL_DESC) as DL_DESC&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;xxxxx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 16:17:27 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-09-03T16:17:27Z</dc:date>
    <item>
      <title>Remove data from the loaded field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703497#M672836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let say I have list of the Delivery Companies in the database. With some of them are not working any more or changed the name, so I want to remove them or rename. So renaming works fine when I use ApplyMap but it fail when I wanted it to remove them as it just replace data with blank line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DLMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DL, newDL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sony,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Samsung,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JVC,JVC Inc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; ApplyMap('DLMap', DL_DESC) as DL_DESC &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;xxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will rename JVC to JVC Inc., but Sony and Samsung are replaced with blank data.&lt;/P&gt;&lt;P&gt;Is there is any other way to remove them from being loaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703497#M672836</guid>
      <dc:creator />
      <dc:date>2014-09-03T16:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remove data from the loaded field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703498#M672837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need a condition in the where:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;where wildmatch(DL, 'Samsung, 'Sony' ...) = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703498#M672837</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-09-03T16:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove data from the loaded field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703499#M672838</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;if you have a field which contains only the firms you want to keep in the records or which firms you dont want in the records you can work with exists/not exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Modify your script the following way: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Remove Sony and Samsung from Mapping&lt;/P&gt;&lt;P&gt;2. within applymap set Null() as default value (if you want to use exists, otherwise pass original field as default value) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DLMap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DL, newDL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; // Sony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//&amp;nbsp; Samsung,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; JVC,JVC Inc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ApplyMap('DLMap', DL_DESC, Null()) as DL_DESC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xxxxx where exists (DL_DESC,&amp;nbsp; ApplyMap('DLMap', DL_DESC, Null()) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the field which contains all records you want to keep in the exists clause.&amp;nbsp; If you have a field containing the records you want to exclude use "not exits( Field,&amp;nbsp; ApplyMap('DLMap', DL_DESC, Null())" instead. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703499#M672838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T16:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove data from the loaded field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703500#M672839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add a load (bold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DLMap:&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DL, newDL&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sony,&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Samsung,&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JVC,JVC Inc.&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;STRONG&gt;load * where len(trim(DL_DESC))&amp;gt;0;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('DLMap', DL_DESC) as DL_DESC&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;xxxxx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 16:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703500#M672839</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-03T16:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remove data from the loaded field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703501#M672841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Alessandro what the wildmatch? and where to add this condition, could you paste whole part of screept?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 08:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703501#M672841</guid>
      <dc:creator />
      <dc:date>2014-09-04T08:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remove data from the loaded field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703502#M672846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but the solution proposed by Massimo looks simplier.&lt;/P&gt;&lt;P&gt;Any way I will try your solution as well to learn how to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 08:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703502#M672846</guid>
      <dc:creator />
      <dc:date>2014-09-04T08:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove data from the loaded field</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703503#M672848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it behaves as Like in sql so &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;wildmatch(DL, 'Samsung, 'Sony' ...) = 0 means that if the field DL contain the string 'Samsung' the function returns 1, if DL contains Sony, the functions return 2 and so on&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 08:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-data-from-the-loaded-field/m-p/703503#M672848</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-09-04T08:16:18Z</dc:date>
    </item>
  </channel>
</rss>

