<?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: Identify character in a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246285#M395161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Mid(FieldName, 2, 1), 'X', 'T'), 'Matched X or T', 'Did not Match X or T')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2016 20:52:09 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-12-28T20:52:09Z</dc:date>
    <item>
      <title>Identify character in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246284#M395160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to to identify a&amp;nbsp; character in a string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: SXOWERF, STOFGHJK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the example strings, I am trying to identify if the 2nd character in them is/is not 'X' or 'T'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 20:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246284#M395160</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2016-12-28T20:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Identify character in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246285#M395161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Mid(FieldName, 2, 1), 'X', 'T'), 'Matched X or T', 'Did not Match X or T')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 20:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246285#M395161</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-28T20:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Identify character in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246286#M395162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/147865_Capture.PNG" style="height: 166px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can replace True and False statements based on your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 20:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246286#M395162</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-28T20:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Identify character in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246287#M395163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to exclude all such strings with 2nd charater 'X','T'&amp;nbsp; from the Field values. How to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 21:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246287#M395163</guid>
      <dc:creator>qvqfqlik</dc:creator>
      <dc:date>2016-12-28T21:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Identify character in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246288#M395164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script, you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;WHERE &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Match(Mid(FieldName, 2, 1), 'X', 'T')&lt;/STRONG&gt; = 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 21:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246288#M395164</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-28T21:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Identify character in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246289#M395165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Match(Mid(FieldName, 2, 1), 'X', 'T'),null(),FieldName)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 09:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-character-in-a-string/m-p/1246289#M395165</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2017-01-02T09:28:08Z</dc:date>
    </item>
  </channel>
</rss>

