<?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 Replace in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200013#M386548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have an excel table like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 56px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="15" width="56"&gt;External ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV00306466&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV00306300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV100306418&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV20306474&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV30306432&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV30306316&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I would like to import to QV and replace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1º When it's FV0 replace to PV0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2º If is FV1 till FV9 replace to PR1....PR9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 09:53:48 GMT</pubDate>
    <dc:creator>ecabanas</dc:creator>
    <dc:date>2016-10-17T09:53:48Z</dc:date>
    <item>
      <title>Replace in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200013#M386548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have an excel table like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 56px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="15" width="56"&gt;External ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV00306466&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV00306300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV100306418&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV20306474&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV30306432&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="15"&gt;FV30306316&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I would like to import to QV and replace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1º When it's FV0 replace to PV0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2º If is FV1 till FV9 replace to PR1....PR9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 09:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200013#M386548</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2016-10-17T09:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replace in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200014#M386549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, are you trying to change the first two letter from FV to PR? May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Replace([External ID], 'FV', 'PR') as [External ID],&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 09:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200014#M386549</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T09:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replace in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200015#M386550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny again!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's correct but not exactly, if begins FV0 has to be PV0 but if it begins with FV1 till FV9 has to be PR1 till PR9 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 10:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200015#M386550</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2016-10-17T10:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replace in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200016#M386551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there is a character difference, maybe with:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(Left([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;External ID], 3)='FV0',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Replace(&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;External ID], 'FV', 'PV'), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Replace(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;External ID], 'FV', 'PR') as &lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;External ID]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 10:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200016#M386551</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-10-17T10:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Replace in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200017#M386552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha okay, may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Replace(&lt;/SPAN&gt;Replace([External ID], '&lt;SPAN style="color: #ff0000;"&gt;FV0&lt;/SPAN&gt;', '&lt;SPAN style="color: #ff0000;"&gt;PV0&lt;/SPAN&gt;')&lt;SPAN style="color: #ff0000;"&gt;, 'FV', 'PR')&lt;/SPAN&gt; as [External ID],&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 10:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-in-load-script/m-p/1200017#M386552</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T10:06:19Z</dc:date>
    </item>
  </channel>
</rss>

