<?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 Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script/m-p/956270#M974020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if my fied looks exactly like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;42216|Services|Dial Up Internet&lt;/P&gt;&lt;P&gt;42216|Services|Domiciliations&lt;/P&gt;&lt;P&gt;42216|Services|Pin Pay&lt;/P&gt;&lt;P&gt;42216|Services|Safe Box&lt;/P&gt;&lt;P&gt;42216|Services|Sweep&lt;/P&gt;&lt;P&gt;42248|Accounts|403&lt;/P&gt;&lt;P&gt;42248|Accounts|421&lt;/P&gt;&lt;P&gt;42248|Accounts|427&lt;/P&gt;&lt;P&gt;42248|Accounts|461&lt;/P&gt;&lt;P&gt;42248|Accounts|462&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to seperate but only want to replace '42248' by '42247'&lt;/P&gt;&lt;P&gt;Hope anyone can help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 09:43:42 GMT</pubDate>
    <dc:creator>mario-sarkis</dc:creator>
    <dc:date>2015-09-02T09:43:42Z</dc:date>
    <item>
      <title>Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/956270#M974020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if my fied looks exactly like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;42216|Services|Dial Up Internet&lt;/P&gt;&lt;P&gt;42216|Services|Domiciliations&lt;/P&gt;&lt;P&gt;42216|Services|Pin Pay&lt;/P&gt;&lt;P&gt;42216|Services|Safe Box&lt;/P&gt;&lt;P&gt;42216|Services|Sweep&lt;/P&gt;&lt;P&gt;42248|Accounts|403&lt;/P&gt;&lt;P&gt;42248|Accounts|421&lt;/P&gt;&lt;P&gt;42248|Accounts|427&lt;/P&gt;&lt;P&gt;42248|Accounts|461&lt;/P&gt;&lt;P&gt;42248|Accounts|462&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to seperate but only want to replace '42248' by '42247'&lt;/P&gt;&lt;P&gt;Hope anyone can help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 09:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/956270#M974020</guid>
      <dc:creator>mario-sarkis</dc:creator>
      <dc:date>2015-09-02T09:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/956271#M974021</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;Load *,Replace(Test,42248,42247) as Test1;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Test&lt;/P&gt;&lt;P&gt;42216|Services|Dial Up Internet&lt;/P&gt;&lt;P&gt;42216|Services|Domiciliations&lt;/P&gt;&lt;P&gt;42216|Services|Pin Pay&lt;/P&gt;&lt;P&gt;42216|Services|Safe Box&lt;/P&gt;&lt;P&gt;42216|Services|Sweep&lt;/P&gt;&lt;P&gt;42248|Accounts|403&lt;/P&gt;&lt;P&gt;42248|Accounts|421&lt;/P&gt;&lt;P&gt;42248|Accounts|427&lt;/P&gt;&lt;P&gt;42248|Accounts|461&lt;/P&gt;&lt;P&gt;42248|Accounts|462&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 09:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/956271#M974021</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-09-02T09:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.qlik.com/t5/QlikView/Script/m-p/956272#M974022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this to give extra safety:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load *,Replace(Test,42248&lt;SPAN style="color: #ff0000;"&gt;|&lt;/SPAN&gt;,42247&lt;SPAN style="color: #ff0000;"&gt;|&lt;/SPAN&gt;) as Test1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42216|Services|Dial Up Internet&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42216|Services|Domiciliations&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42216|Services|Pin Pay&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42216|Services|Safe Box&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42216|Services|Sweep&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42248|Accounts|403&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42248|Accounts|421&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42248|Accounts|427&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42248|Accounts|461&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;42248|Accounts|462&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 09:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script/m-p/956272#M974022</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-02T09:59:02Z</dc:date>
    </item>
  </channel>
</rss>

