<?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 Adding one char (3) to to each char in a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-one-char-3-to-to-each-char-in-a-string/m-p/529897#M684765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, I need to create the new field based on existing field. I need to add 3 to each number in a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: &lt;/P&gt;&lt;P&gt;Field --&amp;gt; NewField&lt;/P&gt;&lt;P&gt;325 --&amp;gt; 333235&lt;/P&gt;&lt;P&gt;A3C&amp;nbsp; --&amp;gt; 3A333C&lt;/P&gt;&lt;P&gt;4518 --&amp;gt; 34353138&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I achieved this script. But the script took longer times to load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;325&lt;/P&gt;&lt;P&gt;43534&lt;/P&gt;&lt;P&gt;78204&lt;/P&gt;&lt;P&gt;A3C&lt;/P&gt;&lt;P&gt;] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ID , Concat(HID , '' , S) AS HID&lt;/P&gt;&lt;P&gt;Group BY ID;&lt;/P&gt;&lt;P&gt;LOAD ID , 3&amp;amp; Mid(ID , IterNo() ,1) AS HID , IterNo() AS S&lt;/P&gt;&lt;P&gt;Resident T While IterNo() &amp;lt;= Len(ID) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this small piece of code took longer times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there any other way to achieve this with lower reload time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 15:26:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-17T15:26:19Z</dc:date>
    <item>
      <title>Adding one char (3) to to each char in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-one-char-3-to-to-each-char-in-a-string/m-p/529897#M684765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, I need to create the new field based on existing field. I need to add 3 to each number in a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: &lt;/P&gt;&lt;P&gt;Field --&amp;gt; NewField&lt;/P&gt;&lt;P&gt;325 --&amp;gt; 333235&lt;/P&gt;&lt;P&gt;A3C&amp;nbsp; --&amp;gt; 3A333C&lt;/P&gt;&lt;P&gt;4518 --&amp;gt; 34353138&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I achieved this script. But the script took longer times to load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;325&lt;/P&gt;&lt;P&gt;43534&lt;/P&gt;&lt;P&gt;78204&lt;/P&gt;&lt;P&gt;A3C&lt;/P&gt;&lt;P&gt;] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ID , Concat(HID , '' , S) AS HID&lt;/P&gt;&lt;P&gt;Group BY ID;&lt;/P&gt;&lt;P&gt;LOAD ID , 3&amp;amp; Mid(ID , IterNo() ,1) AS HID , IterNo() AS S&lt;/P&gt;&lt;P&gt;Resident T While IterNo() &amp;lt;= Len(ID) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this small piece of code took longer times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So there any other way to achieve this with lower reload time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 15:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-one-char-3-to-to-each-char-in-a-string/m-p/529897#M684765</guid>
      <dc:creator />
      <dc:date>2014-01-17T15:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding one char (3) to to each char in a string</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-one-char-3-to-to-each-char-in-a-string/m-p/529898#M684766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you could try a mapping table and mapsubstring&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 15:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-one-char-3-to-to-each-char-in-a-string/m-p/529898#M684766</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-01-17T15:54:34Z</dc:date>
    </item>
  </channel>
</rss>

