<?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 sting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461842#M610734</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;Replace(LTrim(Replace(String, '0', ' ')), ' ', '0') as String&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 08:47:35 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-10T08:47:35Z</dc:date>
    <item>
      <title>Replace sting</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461839#M610731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;i want to replace zero with '' in the IDs, but just zero at the beginning of the ID in load script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;000574 ---&amp;gt; 574&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;0574--&amp;gt;547&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;02540 --&amp;gt;2540&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 08:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461839#M610731</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2018-01-10T08:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Replace sting</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461840#M610732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why second row only should change? Because, Of only one 0 is there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 08:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461840#M610732</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-10T08:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replace sting</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461841#M610733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load id+0 as new;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;id&lt;/P&gt;&lt;P&gt;000574 &lt;/P&gt;&lt;P&gt;0574&lt;/P&gt;&lt;P&gt;02540];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 08:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461841#M610733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T08:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Replace sting</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461842#M610734</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;Replace(LTrim(Replace(String, '0', ' ')), ' ', '0') as String&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 08:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461842#M610734</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T08:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Replace sting</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461843#M610735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want delete just the zero &lt;SPAN lang="en"&gt;at the beginning&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 08:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461843#M610735</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2018-01-10T08:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replace sting</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461844#M610736</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/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 08:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461844#M610736</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2018-01-10T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replace sting</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461845#M610737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Multiply with &lt;STRONG&gt;1&lt;/STRONG&gt; to field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 08:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-sting/m-p/1461845#M610737</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-10T08:51:17Z</dc:date>
    </item>
  </channel>
</rss>

