<?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: Qlikview Script - If a Value then replace with new Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Script-If-a-Value-then-replace-with-new-Value/m-p/2504033#M1226376</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/207847"&gt;@MacChick&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You are almost there. Try this:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;If(WildMatch(Model,'*Rugged*'), 'Latitude 5430 Rugged',&lt;BR /&gt;If(WildMatch(Model,'Latitude 7*'), 'Latitude 5450',&lt;BR /&gt;If(WildMatch(Model,'Optiplex*'), 'Optiplex (7020) SFF')&lt;BR /&gt;)) &lt;/SPAN&gt;&lt;SPAN&gt;as NewMachine,&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Regarding your machine, QlikView mostly depends on memory RAM since everything is processed in the RAM. Nice processor and fast hard drive disks are also always a good idea to have.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2025 21:04:09 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2025-01-31T21:04:09Z</dc:date>
    <item>
      <title>Qlikview Script - If a Value then replace with new Value</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Script-If-a-Value-then-replace-with-new-Value/m-p/2504016#M1226375</link>
      <description>&lt;P&gt;I want to either script of create an expession to look up an old value and if it matches, replace with new value.&lt;/P&gt;
&lt;P&gt;Something like the following:&lt;/P&gt;
&lt;P&gt;If(WildMatch(Model = 'Rugged*', 'Latitude 5430 Rugged'),&lt;BR /&gt;If(WildMatch(Model = 'Latitude 7*', 'Latitude 5450'),&lt;BR /&gt;If(WildMatch(Model = 'Optiplex*', 'Optiplex (7020) SFF'))))as NewMachine,&lt;/P&gt;
&lt;P&gt;If the old value contains Rugged, then give me the new value of&amp;nbsp;Latitude 5430 Rugged&lt;/P&gt;
&lt;P&gt;What do you recommend to accomplish this, I am using Qlikview Desktop Personal.&lt;/P&gt;
&lt;P&gt;I am working on a dataset of 4000 machines and am trying to work out what I need to purchase based on current machine type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 20:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Script-If-a-Value-then-replace-with-new-Value/m-p/2504016#M1226375</guid>
      <dc:creator>MacChick</dc:creator>
      <dc:date>2025-01-31T20:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Script - If a Value then replace with new Value</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Script-If-a-Value-then-replace-with-new-Value/m-p/2504033#M1226376</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/207847"&gt;@MacChick&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You are almost there. Try this:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;If(WildMatch(Model,'*Rugged*'), 'Latitude 5430 Rugged',&lt;BR /&gt;If(WildMatch(Model,'Latitude 7*'), 'Latitude 5450',&lt;BR /&gt;If(WildMatch(Model,'Optiplex*'), 'Optiplex (7020) SFF')&lt;BR /&gt;)) &lt;/SPAN&gt;&lt;SPAN&gt;as NewMachine,&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Regarding your machine, QlikView mostly depends on memory RAM since everything is processed in the RAM. Nice processor and fast hard drive disks are also always a good idea to have.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 21:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Script-If-a-Value-then-replace-with-new-Value/m-p/2504033#M1226376</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2025-01-31T21:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Script - If a Value then replace with new Value</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Script-If-a-Value-then-replace-with-new-Value/m-p/2504037#M1226377</link>
      <description>&lt;P&gt;Thanks so much! It's been a while since I have scripted in Qlikview.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 21:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Script-If-a-Value-then-replace-with-new-Value/m-p/2504037#M1226377</guid>
      <dc:creator>MacChick</dc:creator>
      <dc:date>2025-01-31T21:22:44Z</dc:date>
    </item>
  </channel>
</rss>

