<?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: Changing one specific field in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-one-specific-field-in-table/m-p/1130537#M890174</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;LOAD *,&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;if(PAR_ID=39, 4, VAL_ID) as &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;VAL_ID&lt;/STRONG&gt;&lt;/STRONG&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;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM table&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2016 09:47:20 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-08-18T09:47:20Z</dc:date>
    <item>
      <title>Changing one specific field in table</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-one-specific-field-in-table/m-p/1130535#M890172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am rather new in qlikview development so I have one question for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table of partners and each of the partners (PAR_ID) is connected with currency via CUR_ID. During my analysis I realized that for some partners I have incorrect currencies in DB and I would like to change that in Qlikview Model directly. What I wanted is to apply the following function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(PAR_ID=39, VAL_ID=4, VAL_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;explanation: if PAR_ID=39 set VAL_ID to be 4, otherwise keep original VAL_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since this is the fist time I'm doing this, normally it did not give expected results. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you please advise me how to implement this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Vera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-one-specific-field-in-table/m-p/1130535#M890172</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing one specific field in table</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-one-specific-field-in-table/m-p/1130536#M890173</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;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(PAR_ID=39, 4, VAL_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 09:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-one-specific-field-in-table/m-p/1130536#M890173</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-18T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing one specific field in table</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-one-specific-field-in-table/m-p/1130537#M890174</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;LOAD *,&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;if(PAR_ID=39, 4, VAL_ID) as &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;VAL_ID&lt;/STRONG&gt;&lt;/STRONG&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;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM table&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 09:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-one-specific-field-in-table/m-p/1130537#M890174</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-08-18T09:47:20Z</dc:date>
    </item>
  </channel>
</rss>

