<?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: Replace function to insert &amp;quot;_&amp;quot; in data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393067#M32142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;purgechar(key, '_')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2017 15:45:17 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2017-11-15T15:45:17Z</dc:date>
    <item>
      <title>Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393060#M32135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my column (Unique identifier) I have data in this format 111122223333. I want to have data as 1111_2222_3333 format. This column has more that 150k records. How can i replace data from this format 111122223333 to 1111_2222_3333.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do this in my load script when i load the unique identifier column? Thank you in advance! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kailash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 00:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393060#M32135</guid>
      <dc:creator>kailashkotak91</dc:creator>
      <dc:date>2017-11-15T00:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393061#M32136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need it in this format because i have to join this column with other table where the unique identifier is in 1111_2222_3333 format &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 00:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393061#M32136</guid>
      <dc:creator>kailashkotak91</dc:creator>
      <dc:date>2017-11-15T00:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393062#M32137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;P&gt;Left(Field,4)&amp;amp;'_'&amp;amp;Mid(Field,5,4)&amp;amp;'_'&amp;amp;Right(Field,4) as FormattedField?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 01:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393062#M32137</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-15T01:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393063#M32138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;provide some sample data to generalize expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393063#M32138</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-15T08:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393064#M32139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then why don't you replace the '_' with '' in the key of your other tables?&amp;nbsp; that is relatively simpler!&lt;/P&gt;&lt;P&gt;so all your keys are in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;111122223333 format without the '_' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393064#M32139</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-11-15T08:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393065#M32140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also if you already have well formatted keys in other tables then you can also create a mapping table by replacing the '_' with null &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393065#M32140</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-11-15T08:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393066#M32141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion. Can you give me an example. I can change the format of either of the table. Can you give me an example for it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kailash Kotak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393066#M32141</guid>
      <dc:creator>kailashkotak91</dc:creator>
      <dc:date>2017-11-15T15:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393067#M32142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;purgechar(key, '_')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393067#M32142</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-11-15T15:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393068#M32143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would be careful about removing the '_' as it is a character delimiter that can make all the difference as a unique identifier. If your field is always formatted the same way, Eg 12 characters long, then removing the '_' can work. However if the format is not structured, then removing the '_' may also remove the uniqueness. For example 1_23 and 12_3 would both be represented as 123 if you removed the '_', and therefore you can no longer use that field to distinguish between 1_23 and 12_3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 22:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393068#M32143</guid>
      <dc:creator>michael_solomon</dc:creator>
      <dc:date>2017-11-15T22:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Replace function to insert "_" in data</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393069#M32144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 19:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-function-to-insert-quot-quot-in-data/m-p/1393069#M32144</guid>
      <dc:creator>kailashkotak91</dc:creator>
      <dc:date>2017-11-16T19:58:23Z</dc:date>
    </item>
  </channel>
</rss>

