<?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 how to replace values in a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-replace-values-in-a-dimension/m-p/1294395#M822740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m using&amp;nbsp; if("SBU Head Name"='-' and CBU='-','others') as "SBU Head Name" condition in load editor, but it is giving me error as sbu head name already exists. I want my sbu head name's satisfying the condition to be relpaced by others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>siddharthsoam</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>how to replace values in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-replace-values-in-a-dimension/m-p/1294395#M822740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m using&amp;nbsp; if("SBU Head Name"='-' and CBU='-','others') as "SBU Head Name" condition in load editor, but it is giving me error as sbu head name already exists. I want my sbu head name's satisfying the condition to be relpaced by others&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/how-to-replace-values-in-a-dimension/m-p/1294395#M822740</guid>
      <dc:creator>siddharthsoam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace values in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-replace-values-in-a-dimension/m-p/1294396#M822741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either&lt;BR /&gt;Change the name of the derived field so it does not conflict with the existing field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Remove the other [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SBU Head Name] from the load statement or alias as something else, like&lt;/SPAN&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;&lt;EM&gt;[SBU Head Name] as [Orig &lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;SBU Head Name],&lt;/EM&gt;&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;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&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 the load statement uses a LOAD * structure, you will need to expand the * to explicitly control the actual field names returned by the LOAD&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-replace-values-in-a-dimension/m-p/1294396#M822741</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-07-26T13:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to replace values in a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-replace-values-in-a-dimension/m-p/1294397#M822742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sidhharth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try below Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(Isnull(&lt;/STRONG&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[SBU Head Name]) and &lt;/STRONG&gt;isnull&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;CBU)),'Others') as [New Field];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Arvind Patil&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 13:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-replace-values-in-a-dimension/m-p/1294397#M822742</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-26T13:25:42Z</dc:date>
    </item>
  </channel>
</rss>

