<?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 first character if Alphabet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-first-character-if-Alphabet/m-p/25511#M511043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199404_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsText(Left(Input, 1)), Mid(Input, 2), Input) as DesiredOutput;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E02-02-NEW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E02-32-E&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E05&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 07&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2018 11:23:58 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-12T11:23:58Z</dc:date>
    <item>
      <title>Remove first character if Alphabet</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-first-character-if-Alphabet/m-p/25509#M511041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which I need to purge character of a field value if the first character is an Alphabet. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="190"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="87"&gt;Input&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="103"&gt;Desired Output&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;E02-02-NEW&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;02-02-NEW&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;E02-32-E&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;02-32-E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;E05&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;07&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 11:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-first-character-if-Alphabet/m-p/25509#M511041</guid>
      <dc:creator>malimohammed</dc:creator>
      <dc:date>2018-04-12T11:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove first character if Alphabet</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-first-character-if-Alphabet/m-p/25510#M511042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsText(Left(Input, 1)), Mid(Input, 2), Input)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 11:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-first-character-if-Alphabet/m-p/25510#M511042</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-12T11:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove first character if Alphabet</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-first-character-if-Alphabet/m-p/25511#M511043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199404_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsText(Left(Input, 1)), Mid(Input, 2), Input) as DesiredOutput;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E02-02-NEW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E02-32-E&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E05&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 07&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 11:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-first-character-if-Alphabet/m-p/25511#M511043</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-12T11:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remove first character if Alphabet</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-first-character-if-Alphabet/m-p/25512#M511044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Works Perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 11:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-first-character-if-Alphabet/m-p/25512#M511044</guid>
      <dc:creator>malimohammed</dc:creator>
      <dc:date>2018-04-12T11:30:06Z</dc:date>
    </item>
  </channel>
</rss>

