<?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: elimenate first character for data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374462#M704379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gidon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Left() and Len() functions to get it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Right([Serial Number], Len([Serial Number]) -1) AS SerialWithoutFirstChar&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2012 11:14:54 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-05-30T11:14:54Z</dc:date>
    <item>
      <title>elimenate first character for data</title>
      <link>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374461#M704378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi I have a filed which includes serial no of computers in order to make my reprot i need to get the serial number without the first charater for exp.&amp;nbsp; SENNO.&amp;nbsp; SCHC900&amp;nbsp; should be CHC900&amp;nbsp;&amp;nbsp; or SZ100 should be Z100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;gidon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374461#M704378</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2012-05-30T11:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: elimenate first character for data</title>
      <link>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374462#M704379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gidon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Left() and Len() functions to get it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Right([Serial Number], Len([Serial Number]) -1) AS SerialWithoutFirstChar&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374462#M704379</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-30T11:14:54Z</dc:date>
    </item>
    <item>
      <title>elimenate first character for data</title>
      <link>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374463#M704380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to change the serialNo in script:&lt;/P&gt;&lt;P&gt; mid(SerialNo,2,len(SerialNo)-1) as SerialNo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a chart expression:&lt;/P&gt;&lt;P&gt;mid(SerialNo,2,len(SerialNo)-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374463#M704380</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-05-30T11:17:14Z</dc:date>
    </item>
    <item>
      <title>elimenate first character for data</title>
      <link>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374464#M704381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi miguel thaks for your fast response&amp;nbsp; it works great thanks gidon &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374464#M704381</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2012-05-30T11:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: elimenate first character for data</title>
      <link>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374465#M704382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gidon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be sufficient to use the mid function with two parameters, like below:&lt;/P&gt;&lt;P&gt;mid(&lt;CODE class="jive-code"&gt;[Serial Number]&lt;/CODE&gt;, 2) as &lt;CODE class="jive-code"&gt;[Serial Number]&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/21613"&gt;Magnus Åvitsland&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.framsteg.com" target="_blank"&gt;Framsteg Business Intelligence Corp.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374465#M704382</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2012-05-30T11:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: elimenate first character for data</title>
      <link>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374466#M704383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree: easier, cleaner and simpler.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/elimenate-first-character-for-data/m-p/374466#M704383</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-30T12:03:59Z</dc:date>
    </item>
  </channel>
</rss>

