<?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 values under column in script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066388#M17305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌thank you for your reply bruno but I'm receiving an error message that there is an error when I add what you said.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 12:30:48 GMT</pubDate>
    <dc:creator>patriciousa</dc:creator>
    <dc:date>2016-01-12T12:30:48Z</dc:date>
    <item>
      <title>Replace values under column in script</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066386#M17303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI everyone. I have searched and used every post in this forum but nothing seems to work on me. &lt;/P&gt;&lt;P&gt;I love the app is easy to use and Im already creating some good graphs. Now i have this issue:&lt;/P&gt;&lt;P&gt;MY script:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;name,&lt;/P&gt;&lt;P&gt;sale&lt;/P&gt;&lt;P&gt;from excel1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;name,&lt;/P&gt;&lt;P&gt;sale&lt;/P&gt;&lt;P&gt;from excel2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;name,&lt;/P&gt;&lt;P&gt;sale&lt;/P&gt;&lt;P&gt;from excel3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the sale column has only 2 possibles values, Y or N.&lt;/P&gt;&lt;P&gt;i Want to change the Y to&amp;nbsp; Yes and the N to No in qlik sense. I could do it easily by doing ctrl+f in each excel but i want to do it in qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 05:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066386#M17303</guid>
      <dc:creator>patriciousa</dc:creator>
      <dc:date>2016-01-12T05:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replace values under column in script</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066387#M17304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patricio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in each load script : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY script:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;name,&lt;/P&gt;&lt;P&gt;sale,&lt;/P&gt;&lt;P&gt;if(sale='Y','YES','NO') as SALE_long_value&lt;/P&gt;&lt;P&gt;from excel1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc with excel 2 and Excel 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 08:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066387#M17304</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2016-01-12T08:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace values under column in script</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066388#M17305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌thank you for your reply bruno but I'm receiving an error message that there is an error when I add what you said.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066388#M17305</guid>
      <dc:creator>patriciousa</dc:creator>
      <dc:date>2016-01-12T12:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replace values under column in script</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066389#M17306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌my bad bruno. It did work. Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066389#M17306</guid>
      <dc:creator>patriciousa</dc:creator>
      <dc:date>2016-01-12T12:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Replace values under column in script</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066390#M17307</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;Can you copy past the error message and may be post here a sample of your excel file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066390#M17307</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2016-01-12T16:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Replace values under column in script</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066391#M17308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps it's just the single quote arround the Y &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY script:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;name,&lt;/P&gt;&lt;P&gt;sale,&lt;/P&gt;&lt;P&gt;if(sale=Y,'YES','NO') as SALE_long_value&lt;/P&gt;&lt;P&gt;from excel1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066391#M17308</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2016-01-12T16:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Replace values under column in script</title>
      <link>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066392#M17309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice to read it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 17:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replace-values-under-column-in-script/m-p/1066392#M17309</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2016-01-12T17:04:21Z</dc:date>
    </item>
  </channel>
</rss>

