<?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 Replace names into another in qlikview script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-names-into-another-in-qlikview-script/m-p/1615205#M736325</link>
    <description>&lt;DIV class="js-vote-count grid--cell fc-black-500 fs-title grid fd-column ai-center"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="post-text"&gt;&lt;P&gt;Here i want to ask i have this line in qlivkiew script in that i want if there is "&lt;STRONG&gt;abc&lt;/STRONG&gt;" or "&lt;STRONG&gt;def&lt;/STRONG&gt;" available then i want to consider these as &lt;STRONG&gt;XYZ&lt;/STRONG&gt; and if not available then want to consider as "&lt;STRONG&gt;NONE&lt;/STRONG&gt;"&lt;/P&gt;&lt;PRE&gt;if(if(Filename = '1.xlsx','DR', 
 if(Filename = '2.xlsx','DR',
 if(Filename = '3.xlsx','DRD', 
 if(Filename = '4.xlsx', 'DRD',
  ApplyMap('Segm',Ext.,RGro') = 'abc' or 'def', 'XYZ','None')  as In_Flag&lt;/PRE&gt;&lt;P&gt;how i modified this line according to my requirement&lt;/P&gt;&lt;P&gt;how i do that&lt;/P&gt;&lt;P&gt;any idea about this condition ?&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:40:27 GMT</pubDate>
    <dc:creator>capriconuser</dc:creator>
    <dc:date>2024-11-16T02:40:27Z</dc:date>
    <item>
      <title>Replace names into another in qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-names-into-another-in-qlikview-script/m-p/1615205#M736325</link>
      <description>&lt;DIV class="js-vote-count grid--cell fc-black-500 fs-title grid fd-column ai-center"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="post-text"&gt;&lt;P&gt;Here i want to ask i have this line in qlivkiew script in that i want if there is "&lt;STRONG&gt;abc&lt;/STRONG&gt;" or "&lt;STRONG&gt;def&lt;/STRONG&gt;" available then i want to consider these as &lt;STRONG&gt;XYZ&lt;/STRONG&gt; and if not available then want to consider as "&lt;STRONG&gt;NONE&lt;/STRONG&gt;"&lt;/P&gt;&lt;PRE&gt;if(if(Filename = '1.xlsx','DR', 
 if(Filename = '2.xlsx','DR',
 if(Filename = '3.xlsx','DRD', 
 if(Filename = '4.xlsx', 'DRD',
  ApplyMap('Segm',Ext.,RGro') = 'abc' or 'def', 'XYZ','None')  as In_Flag&lt;/PRE&gt;&lt;P&gt;how i modified this line according to my requirement&lt;/P&gt;&lt;P&gt;how i do that&lt;/P&gt;&lt;P&gt;any idea about this condition ?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-names-into-another-in-qlikview-script/m-p/1615205#M736325</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2024-11-16T02:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replace names into another in qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-names-into-another-in-qlikview-script/m-p/1615949#M736326</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;PRE&gt;If(Filename = '1.xlsx','DR',&lt;BR /&gt;If(Filename = '2.xlsx','DR',&lt;BR /&gt;If(Filename = '3.xlsx','DRD',&lt;BR /&gt;If(Filename = '4.xlsx', 'DRD',&lt;BR /&gt;If(ApplyMap('Segm',Ext.,RGro') = 'abc' or ApplyMap('Segm',Ext.,RGro') = 'def', 'XYZ', 'None') as In_Flag&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Aug 2019 12:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-names-into-another-in-qlikview-script/m-p/1615949#M736326</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-23T12:17:03Z</dc:date>
    </item>
  </channel>
</rss>

