<?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 How to remove chars by index? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-remove-chars-by-index/m-p/1973916#M80334</link>
    <description>&lt;P style="font-weight: 400;"&gt;How i remove a fixed position characters from number?&amp;nbsp; it's always the 7th and 17th characters&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Original: 00678430031017007&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Remove chars in red: 006784&lt;FONT color="#FF0000"&gt;3&lt;/FONT&gt;003101700&lt;FONT color="#FF0000"&gt;7&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Result: 006784003101700&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Edit:&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Iv'e tried:&amp;nbsp;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;SPAN&gt;left(@12,6)&amp;amp;mid(@12,6,4)&amp;amp;mid(@12,10,3)&amp;amp;mid(@12,13,2) AS GushHelka&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;but it did not worked because it have removed the zeros.&lt;/P&gt;</description>
    <pubDate>Sun, 28 Aug 2022 09:05:43 GMT</pubDate>
    <dc:creator>YanivZi</dc:creator>
    <dc:date>2022-08-28T09:05:43Z</dc:date>
    <item>
      <title>How to remove chars by index?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-chars-by-index/m-p/1973916#M80334</link>
      <description>&lt;P style="font-weight: 400;"&gt;How i remove a fixed position characters from number?&amp;nbsp; it's always the 7th and 17th characters&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Original: 00678430031017007&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Remove chars in red: 006784&lt;FONT color="#FF0000"&gt;3&lt;/FONT&gt;003101700&lt;FONT color="#FF0000"&gt;7&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Result: 006784003101700&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Edit:&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;Iv'e tried:&amp;nbsp;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;SPAN&gt;left(@12,6)&amp;amp;mid(@12,6,4)&amp;amp;mid(@12,10,3)&amp;amp;mid(@12,13,2) AS GushHelka&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;but it did not worked because it have removed the zeros.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Aug 2022 09:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-chars-by-index/m-p/1973916#M80334</guid>
      <dc:creator>YanivZi</dc:creator>
      <dc:date>2022-08-28T09:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove chars by index?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-chars-by-index/m-p/1973930#M80335</link>
      <description>&lt;P&gt;load *,&lt;BR /&gt;Left(Field,6) &amp;amp;MID(Field,8,9) AS GushHelka;&lt;/P&gt;
&lt;P&gt;load * Inline[&lt;BR /&gt;Field&lt;BR /&gt;00678430031017007];&lt;/P&gt;</description>
      <pubDate>Sun, 28 Aug 2022 10:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-chars-by-index/m-p/1973930#M80335</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2022-08-28T10:28:35Z</dc:date>
    </item>
  </channel>
</rss>

