<?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 Remove values which will not start with numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-values-which-will-not-start-with-numbers/m-p/1554430#M744459</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a field "Category" whose values&amp;nbsp;are&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. ABC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. DEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. GHI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABCDEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GHID&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I dynamically filter so that I want only fields which starts with&amp;nbsp;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;1. ABC", 2. DEF, ......"10. DEX"&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and remove fields that have only numbers and starts with unwanted texts &lt;FONT color="#FF0000"&gt;(&lt;STRONG&gt;145365,&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;ABCDEF,&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;GHID)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:13:56 GMT</pubDate>
    <dc:creator>bhaveshp90</dc:creator>
    <dc:date>2024-11-16T04:13:56Z</dc:date>
    <item>
      <title>Remove values which will not start with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-values-which-will-not-start-with-numbers/m-p/1554430#M744459</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a field "Category" whose values&amp;nbsp;are&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. ABC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. DEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. GHI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABCDEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GHID&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I dynamically filter so that I want only fields which starts with&amp;nbsp;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;1. ABC", 2. DEF, ......"10. DEX"&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and remove fields that have only numbers and starts with unwanted texts &lt;FONT color="#FF0000"&gt;(&lt;STRONG&gt;145365,&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;ABCDEF,&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;GHID)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-values-which-will-not-start-with-numbers/m-p/1554430#M744459</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2024-11-16T04:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove values which will not start with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-values-which-will-not-start-with-numbers/m-p/1554445#M744460</link>
      <description>&lt;P&gt;So, the pattern is that it will be a number before . and text after .? May be this&lt;/P&gt;&lt;PRE&gt;Where IsNum(Trim(SubField(Category, '.', 1))) and IsText(Trim(SubField(Category, '.', 2)))&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Mar 2019 20:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-values-which-will-not-start-with-numbers/m-p/1554445#M744460</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-08T20:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remove values which will not start with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-values-which-will-not-start-with-numbers/m-p/1554485#M744461</link>
      <description>&lt;P&gt;thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 21:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-values-which-will-not-start-with-numbers/m-p/1554485#M744461</guid>
      <dc:creator>bhaveshp90</dc:creator>
      <dc:date>2019-03-08T21:37:03Z</dc:date>
    </item>
  </channel>
</rss>

