<?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 Exclude alpha numeric strings in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Exclude-alpha-numeric-strings/m-p/140686#M9879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have a table dimension that contains text and alpha-numeric strings. I want to create an expression that excludes the alpha-numeric strings&amp;nbsp; The syntax below excludes one alpha-numeric string but is obviously not enough to exclude them all.&amp;nbsp; Can you help?&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;=If([Product Names]&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;'&lt;SPAN style="color: #222222;"&gt;XE94&lt;/SPAN&gt;',&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: inherit;"&gt;[Product Names])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Oct 2018 04:47:41 GMT</pubDate>
    <dc:creator>leobrand</dc:creator>
    <dc:date>2018-10-27T04:47:41Z</dc:date>
    <item>
      <title>Exclude alpha numeric strings</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-alpha-numeric-strings/m-p/140686#M9879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have a table dimension that contains text and alpha-numeric strings. I want to create an expression that excludes the alpha-numeric strings&amp;nbsp; The syntax below excludes one alpha-numeric string but is obviously not enough to exclude them all.&amp;nbsp; Can you help?&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;=If([Product Names]&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;'&lt;SPAN style="color: #222222;"&gt;XE94&lt;/SPAN&gt;',&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: inherit;"&gt;[Product Names])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 04:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-alpha-numeric-strings/m-p/140686#M9879</guid>
      <dc:creator>leobrand</dc:creator>
      <dc:date>2018-10-27T04:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude alpha numeric strings</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-alpha-numeric-strings/m-p/140687#M9880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USe findoneof()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(not findoneof(fieldName,'0123456789'),fieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 05:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-alpha-numeric-strings/m-p/140687#M9880</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-10-27T05:27:08Z</dc:date>
    </item>
  </channel>
</rss>

