<?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: How to remove those in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856330#M1013725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 10:15:32 GMT</pubDate>
    <dc:creator>kulasekhar</dc:creator>
    <dc:date>2015-04-17T10:15:32Z</dc:date>
    <item>
      <title>How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856313#M1013708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the following data into qlikview:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 10.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; F1&lt;BR /&gt; 05&lt;SPAN style="background: yellow;"&gt;7&lt;/SPAN&gt;0035&lt;BR /&gt; 0530065&lt;BR /&gt; 0550099&lt;BR /&gt; 0560016&lt;BR /&gt; 0510015&lt;BR /&gt; 05&lt;SPAN style="background: yellow;"&gt;7&lt;/SPAN&gt;0010&lt;BR /&gt; 0520040&lt;BR /&gt; 0580002&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Need to filter the data where the values contain the third digit ‘7’ marked in data above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So output should be :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 12.0pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;---------------&lt;BR /&gt; 0530065&lt;BR /&gt; 0550099&lt;BR /&gt; 0560016&lt;BR /&gt; 0510015&lt;BR /&gt; 0520040&lt;BR /&gt; 0580002&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 08:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856313#M1013708</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-17T08:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856314#M1013709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a LOAD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;WHERE (Substr(F1, 3, 1) &amp;lt;&amp;gt; '7'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or as an If expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM(If(Substr(F1, 3, 1) &amp;lt;&amp;gt; '7', F1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 08:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856314#M1013709</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-04-17T08:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856315#M1013710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&amp;nbsp; Where Index(F1,'7',1) &amp;lt;&amp;gt; 3;&lt;/P&gt;&lt;P&gt;LOAD TEXT(F1) as F1 INLINE &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; F1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0570035&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0530065&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0550099&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0560016&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0510015&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0570010&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0520040&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0580002&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 08:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856315#M1013710</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-17T08:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856316#M1013711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856316#M1013711</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-17T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856317#M1013712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this please:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;160553:&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;Load&lt;/STRONG&gt; * &lt;SPAN style="color: #0000ff;"&gt;Inline&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[&lt;BR /&gt; F1&lt;BR /&gt; 0570035&lt;BR /&gt; 0530065&lt;BR /&gt; 0550099&lt;BR /&gt; 0560016&lt;BR /&gt; 0510015&lt;BR /&gt; 0570010&lt;BR /&gt; 0520040&lt;BR /&gt; 0580002&lt;BR /&gt; ]&lt;/SPAN&gt;;&lt;BR /&gt; &lt;BR /&gt; Results:&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;NoConcatenate&lt;/SPAN&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;Load&lt;/STRONG&gt; &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;F1&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Resident&lt;/SPAN&gt; 160553&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Where&lt;/SPAN&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Mid&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;F1&lt;/SPAN&gt;,3,1)&amp;lt;&amp;gt;'7'&lt;BR /&gt; ;&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;Drop&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; 160553; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856317#M1013712</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-17T09:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856318#M1013713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Kind find below attached file .let me know its working to u or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagarjuna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856318#M1013713</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-04-17T09:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856319#M1013714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; F1&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1234567&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1234576&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1234756&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1237456&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1273456&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1723456&lt;/P&gt;&lt;P&gt;&amp;nbsp; 7123456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to remove All "7"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856319#M1013714</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-17T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856320#M1013715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;160553:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; F1&lt;BR /&gt; &lt;BR /&gt; 1234567&lt;BR /&gt; 1234576&lt;BR /&gt; 1234756&lt;BR /&gt; 1237456&lt;BR /&gt; 1273456&lt;BR /&gt; 1723456&lt;BR /&gt; 7123456&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; Result:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;PurgeChar&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,7) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 160553; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856320#M1013715</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-17T09:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856321#M1013716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first row 7 only remove&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856321#M1013716</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-17T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856322#M1013717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but i don't have trial variation &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856322#M1013717</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-17T09:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856323#M1013718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i have &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;trial variation&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856323#M1013718</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-17T09:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856324#M1013719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works fine on mine, post what you have actually got in your script please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856324#M1013719</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-17T09:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856325#M1013720</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To filter in script&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;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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;FROM DataSource&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;WHERE &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;Mid(ID,3,1) &amp;lt;&amp;gt; '7';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you want to handle in front end try like this&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;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Sum(Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;If(Mid(ID,3,1) &amp;lt;&amp;gt; '7', 1, 0), ID))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Check this link below for similar one&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;A href="https://community.qlik.com/thread/160524"&gt;Exclude values from count with set analysis&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856325#M1013720</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-17T09:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856326#M1013721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Andrew,&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;Load the following data into qlikview:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt;F1&lt;BR /&gt;&lt;/SPAN&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;1234567&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;1234576&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;1234756&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;1237456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;1273456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;1723456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;7123456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: maroon;"&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Need to filter the data where the values contain the digit ‘7’ in data above.&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;(remove 7 in that)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;So output should be :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 12pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: maroon;"&gt;---------------&lt;BR /&gt;&lt;/SPAN&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;123456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;123456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;123456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;123456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;123456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;123456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Segoe UI', sans-serif; color: black;"&gt;123456&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 12pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: maroon;"&gt;&lt;BR /&gt;&lt;/SPAN&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;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856326#M1013721</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-17T09:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856327#M1013722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the table view result of the above script I sent:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="160553.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83954_160553.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="9937" data-externalid="" data-presence="null" data-userid="34352" data-username="awhitfield" href="https://community.qlik.com/people/awhitfield"&gt;&lt;SPAN style="color: #3778c7;"&gt;Andrew Whitfield&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN class="icon-status-icon icon-partner" title="Partner"&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp; 17-Apr-2015 05:20&amp;nbsp; &lt;SPAN class="font-color-meta-light j-thread-replyto"&gt;&lt;SPAN style="color: #a9a9a9;"&gt;&amp;nbsp; (&lt;/SPAN&gt;&lt;A _jive_internal="true" class="font-color-meta-light localScroll" href="https://community.qlik.com/thread/160553#755999" title="Go to message"&gt;&lt;SPAN style="color: #a9a9a9;"&gt;in response to kula sekhar&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color: #a9a9a9;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;160553:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; F1&lt;BR /&gt;&lt;BR /&gt; 1234567&lt;BR /&gt; 1234576&lt;BR /&gt; 1234756&lt;BR /&gt; 1237456&lt;BR /&gt; 1273456&lt;BR /&gt; 1723456&lt;BR /&gt; 7123456&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt; Result:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;PurgeChar&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,7) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 160553; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856327#M1013722</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-17T09:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856328#M1013723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[F1,&lt;BR /&gt;0570035,&lt;BR /&gt;0530065,&lt;BR /&gt;0550099,&lt;BR /&gt;0560016,&lt;BR /&gt;0510015,&lt;BR /&gt;0570010,&lt;BR /&gt;0520040,&lt;BR /&gt;0580002&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;Tabel:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 3, 1) &amp;lt;&amp;gt; '7';&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;dummy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; temp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Tables&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; temp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Marcellino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856328#M1013723</guid>
      <dc:creator>Marcellino_Groothof</dc:creator>
      <dc:date>2015-04-17T09:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856329#M1013724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekar,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Where not(WildMatch(F1,'&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: maroon;"&gt;05&lt;SPAN style="background: none repeat scroll 0% 0% yellow;"&gt;7&lt;/SPAN&gt;&lt;/SPAN&gt;*'));&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856329#M1013724</guid>
      <dc:creator>vinod2086</dc:creator>
      <dc:date>2015-04-17T09:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856330#M1013725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 10:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856330#M1013725</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-17T10:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856331#M1013726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It may be a detail, but try to change the PurgeChar call in Andrews code into this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-family: 'courier new', courier;"&gt;PurgeChar&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;,'7') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'courier new', courier;"&gt;F1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #800000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;and even safer would be a call like htis:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #800000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: arial, helvetica, sans-serif; color: #800000;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-family: 'courier new', courier;"&gt;PurgeChar&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(text(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;F1)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;,'7') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt; font-family: 'courier new', courier;"&gt;F1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 10:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856331#M1013726</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-04-17T10:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove those</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856332#M1013727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ever one &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 10:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-those/m-p/856332#M1013727</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-04-17T10:22:27Z</dc:date>
    </item>
  </channel>
</rss>

