<?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 Records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Records/m-p/1053649#M919669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Bro,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;If the field values are fully text or number, then you can try like below,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;If(Isnum(Left(FieldName,1)),FieldName) as FieldName&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;or&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;Where Isnum(Left(FieldName,1))= -1&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2016 06:39:05 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-05-02T06:39:05Z</dc:date>
    <item>
      <title>Remove Records</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Records/m-p/1053646#M919666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with records containing alphabets and numbers but i want to remove the records whic contain alphabets.&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;101/001&lt;/P&gt;&lt;P&gt;101/002&lt;/P&gt;&lt;P&gt;UPAXY&lt;/P&gt;&lt;P&gt;NFKAO&lt;/P&gt;&lt;P&gt;MAJFJF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to remove the records which contain alphabets &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Records/m-p/1053646#M919666</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Records</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Records/m-p/1053647#M919667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this in the where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len(Trim(KeepChar(Upper(FieldName), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'))) = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: Sample attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 06:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Records/m-p/1053647#M919667</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-02T06:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Records</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Records/m-p/1053648#M919668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bro,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try&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;keepchar(FIELD, '/0123456789') as NEWFIELD&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;in your load or equivalent in an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 06:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Records/m-p/1053648#M919668</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2016-05-02T06:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Records</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Records/m-p/1053649#M919669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Bro,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;If the field values are fully text or number, then you can try like below,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;If(Isnum(Left(FieldName,1)),FieldName) as FieldName&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;or&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;Where Isnum(Left(FieldName,1))= -1&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 06:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Records/m-p/1053649#M919669</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-05-02T06:39:05Z</dc:date>
    </item>
  </channel>
</rss>

