<?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 not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538286#M686437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also suggest you read through this post thoroughly: &lt;A href="https://community.qlik.com/docs/DOC-2380"&gt;QlikCommunity Tip: How to get answers to your post?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Dec 2013 20:46:25 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2013-12-30T20:46:25Z</dc:date>
    <item>
      <title>Replace not working</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538280#M686431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If field SalAccount is 'N/A', i would like to have it replaced by the value of field Corporate Account, else leaved unchanged. I have written this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD IF([SalAccount]='N/A', Replace([SalAccount], 'N/A', [Corporate Account]), [SalAccount]) as [Sales Account]&lt;/P&gt;&lt;P&gt;Resident Clean1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have an idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 20:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538280#M686431</guid>
      <dc:creator />
      <dc:date>2013-12-30T20:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replace not working</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538281#M686432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not just:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD IF([SalAccount]='N/A', [Corporate Account], [SalAccount]) as [Sales Account]&lt;/P&gt;&lt;P&gt;Resident Clean1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 20:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538281#M686432</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-12-30T20:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Replace not working</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538282#M686433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks! much more simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my whole script is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CleanUpMap:&lt;/P&gt;&lt;P&gt;mapping load * inline [&lt;/P&gt;&lt;P&gt;x, y &lt;/P&gt;&lt;P&gt;'LTD.', 'LIMITED'&lt;/P&gt;&lt;P&gt;'LTD', 'LIMITED'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clean1:&lt;/P&gt;&lt;P&gt;LOAD Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Corporate Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales Account]&amp;nbsp; as [Sal Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MapSubString('CleanUpMap',[Blg acc]) as [Billing Account]&lt;/P&gt;&lt;P&gt;Resident accountInfo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD IF([Sal Account]='N/A', [Corporate Account], [Sal Account]) as [Sales Account]&lt;/P&gt;&lt;P&gt;Resident Clean1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clean up in Clean1 is performed, but not the one in the LOAD IF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 20:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538282#M686433</guid>
      <dc:creator />
      <dc:date>2013-12-30T20:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replace not working</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538283#M686434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to post data and a .qvw along with an explanation of what you're getting vs. what you're expecting to get if you want more help with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 20:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538283#M686434</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-12-30T20:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replace not working</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538284#M686435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data are confidential and would need rework before post. thanks anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 20:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538284#M686435</guid>
      <dc:creator />
      <dc:date>2013-12-30T20:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replace not working</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538285#M686436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this post.&amp;nbsp; It will help you to figure out what you can do to your document in order to post it on here while keeping your data confidential: &lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 20:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538285#M686436</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-12-30T20:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replace not working</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538286#M686437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also suggest you read through this post thoroughly: &lt;A href="https://community.qlik.com/docs/DOC-2380"&gt;QlikCommunity Tip: How to get answers to your post?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 20:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-not-working/m-p/538286#M686437</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-12-30T20:46:25Z</dc:date>
    </item>
  </channel>
</rss>

