<?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: Formula on a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418744#M428297</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Match(trim(&lt;PRE&gt;),'ACT'),'Adjustment', Country_Desc) as Country_Desc_New&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2017 11:15:06 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2017-12-04T11:15:06Z</dc:date>
    <item>
      <title>Formula on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418743#M428296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i would like to use this formula on my script, but i got an error saying "the field name should be unique".&lt;/P&gt;&lt;P&gt;How i can manage this in a afficient way?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Match(trim(&lt;PRE&gt;),'ACT'),'Adjustment', Country_Desc) as Country_Desc&lt;/PRE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418743#M428296</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-12-04T11:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Formula on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418744#M428297</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Match(trim(&lt;PRE&gt;),'ACT'),'Adjustment', Country_Desc) as Country_Desc_New&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418744#M428297</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-12-04T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Formula on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418745#M428298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to mantain the same Field Name since all my app has been build using Country_desc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418745#M428298</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-12-04T11:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Formula on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418746#M428299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't allow same name in one table ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either you can rename your old filed or new field like this&lt;/P&gt;&lt;P&gt;1....&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Country_Desc as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Country_Desc_Old,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(Match(trim([Code]),'ACT'),'Adjustment', Country_Desc) as Country_Desc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;2...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load &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; Country_Desc ,&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;if(Match(trim(&lt;PRE&gt;),'ACT'),'Adjustment', Country_Desc) as Country_Desc_New&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418746#M428299</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-12-04T11:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Formula on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418747#M428300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you have to rename the Original Field, like &lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Country_Desc&lt;/SPAN&gt; as &lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Country_Desc&lt;/SPAN&gt;_Org. Or comment the Field away from script using //&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Country_Desc&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418747#M428300</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-12-04T11:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formula on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418748#M428301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Pick(Match(trim(&lt;/STRONG&gt;&lt;PRE&gt;&lt;STRONG&gt;),'ACT')+1,'Adjustment', Country_Desc) as Country_Desc&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-on-a-field/m-p/1418748#M428301</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-04T11:28:14Z</dc:date>
    </item>
  </channel>
</rss>

