<?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: For a mapping table: Load only certain entries from a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/For-a-mapping-table-Load-only-certain-entries-from-a-table/m-p/538599#M688669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;from yoursource&lt;/P&gt;&lt;P&gt;where NAME like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'D&lt;/SPAN&gt;E*'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Nov 2013 14:01:30 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2013-11-18T14:01:30Z</dc:date>
    <item>
      <title>For a mapping table: Load only certain entries from a table</title>
      <link>https://community.qlik.com/t5/QlikView/For-a-mapping-table-Load-only-certain-entries-from-a-table/m-p/538598#M688668</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;I would like to create a mapping table containing an ID and a Name field. I want the mapping table only to be filled for a special pattern in the name field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DExxxx', where the x's are numbers like 'DE1234'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is, that the source contains enough different values like 'ENxxxx' or even names like 'Amacut' or 'Beedot'. How can I filter my pattern during load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current solution is &lt;SPAN dir="ltr" style="font-family: 'Segoe UI'; color: #008000; font-size: 10pt;"&gt;LOAD if(wildmatch(NAME, 'AM*'), NAME) as Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'Segoe UI';"&gt;but this does include the 'Amacut' from my previous example and several others.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 13:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-a-mapping-table-Load-only-certain-entries-from-a-table/m-p/538598#M688668</guid>
      <dc:creator />
      <dc:date>2013-11-18T13:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: For a mapping table: Load only certain entries from a table</title>
      <link>https://community.qlik.com/t5/QlikView/For-a-mapping-table-Load-only-certain-entries-from-a-table/m-p/538599#M688669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;from yoursource&lt;/P&gt;&lt;P&gt;where NAME like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'D&lt;/SPAN&gt;E*'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 14:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-a-mapping-table-Load-only-certain-entries-from-a-table/m-p/538599#M688669</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-18T14:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: For a mapping table: Load only certain entries from a table</title>
      <link>https://community.qlik.com/t5/QlikView/For-a-mapping-table-Load-only-certain-entries-from-a-table/m-p/538600#M688670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I''m sorry, I messed up my example. In addition to the regular 'DExxxx' that I want to have, there are entries like 'DEDFF' in the same field that I want to exclude. If i could work with regular expressions like in other languages I would check for four digits after the DE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 14:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-a-mapping-table-Load-only-certain-entries-from-a-table/m-p/538600#M688670</guid>
      <dc:creator />
      <dc:date>2013-11-18T14:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: For a mapping table: Load only certain entries from a table</title>
      <link>https://community.qlik.com/t5/QlikView/For-a-mapping-table-Load-only-certain-entries-from-a-table/m-p/538601#M688671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.222222328186035px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;mapping load&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;NAME&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;from yoursource&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;where NAME like &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'D&lt;/SPAN&gt;E*' and len(keepchar(NAME,'0123456789'))&amp;gt;0 // check if there´s valid digits&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 14:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-a-mapping-table-Load-only-certain-entries-from-a-table/m-p/538601#M688671</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-18T14:32:12Z</dc:date>
    </item>
  </channel>
</rss>

