<?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 Load script remove rows based on containing character in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-script-remove-rows-based-on-containing-character/m-p/1828817#M1214232</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have the below load script.&lt;BR /&gt;In the original table (bron) is a field named 'text' which contains a lot of information.&lt;BR /&gt;I replaced the line feeds with the character '//' and made in a second table a new row for each part of the string.&lt;/P&gt;&lt;P&gt;Now some of these new rows (called substring) contain the character '€' and some don't.&lt;BR /&gt;I would like to only load the rows which contain a € into my QlikView file.&lt;BR /&gt;Can anyone help me with a correct syntax for this?&lt;/P&gt;&lt;P&gt;Bron:&lt;BR /&gt;SELECT&lt;BR /&gt;field1,&lt;BR /&gt;REPLACE(REPLACE(text, CHAR(13), '//'), CHAR(10), '//') as text&lt;BR /&gt;FROM ....&lt;/P&gt;&lt;P&gt;temp:&lt;BR /&gt;load field1,&lt;BR /&gt;'Sub'&amp;amp;Autonumber(RowNo(),RecNo()) as ColNo,&lt;BR /&gt;SubField(text,'//') as substring&lt;BR /&gt;resident Bron;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 13:31:00 GMT</pubDate>
    <dc:creator>Strooprover</dc:creator>
    <dc:date>2021-08-16T13:31:00Z</dc:date>
    <item>
      <title>Load script remove rows based on containing character</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-remove-rows-based-on-containing-character/m-p/1828817#M1214232</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have the below load script.&lt;BR /&gt;In the original table (bron) is a field named 'text' which contains a lot of information.&lt;BR /&gt;I replaced the line feeds with the character '//' and made in a second table a new row for each part of the string.&lt;/P&gt;&lt;P&gt;Now some of these new rows (called substring) contain the character '€' and some don't.&lt;BR /&gt;I would like to only load the rows which contain a € into my QlikView file.&lt;BR /&gt;Can anyone help me with a correct syntax for this?&lt;/P&gt;&lt;P&gt;Bron:&lt;BR /&gt;SELECT&lt;BR /&gt;field1,&lt;BR /&gt;REPLACE(REPLACE(text, CHAR(13), '//'), CHAR(10), '//') as text&lt;BR /&gt;FROM ....&lt;/P&gt;&lt;P&gt;temp:&lt;BR /&gt;load field1,&lt;BR /&gt;'Sub'&amp;amp;Autonumber(RowNo(),RecNo()) as ColNo,&lt;BR /&gt;SubField(text,'//') as substring&lt;BR /&gt;resident Bron;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 13:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-remove-rows-based-on-containing-character/m-p/1828817#M1214232</guid>
      <dc:creator>Strooprover</dc:creator>
      <dc:date>2021-08-16T13:31:00Z</dc:date>
    </item>
  </channel>
</rss>

