<?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: Handing the New Values to Show in the Qlikview Scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Scripting/m-p/2496635#M1226291</link>
    <description>&lt;P&gt;maybe helpful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/ConditionalFunctions/coalesce.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/ConditionalFunctions/coalesce.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2024 21:43:37 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2024-12-06T21:43:37Z</dc:date>
    <item>
      <title>Handing the New Values to Show in the Qlikview Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Scripting/m-p/2494644#M1226267</link>
      <description>&lt;P&gt;&lt;U&gt;Hi All&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Need to update the Values in the Report from RED Columns to Green Columns&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="407"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Vehicle&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="64"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;CODE&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="64"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Reason Description&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="87"&gt;&lt;FONT color="#339966"&gt;New_Vehicle&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="64"&gt;&lt;FONT color="#339966"&gt;New_Code&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="64"&gt;&lt;FONT color="#339966"&gt;New_Reason_ Description&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;LML&lt;/TD&gt;
&lt;TD width="64"&gt;C1&lt;/TD&gt;
&lt;TD width="64"&gt;To deliver next Week&lt;/TD&gt;
&lt;TD width="87"&gt;TESLA&lt;/TD&gt;
&lt;TD width="64"&gt;T1&lt;/TD&gt;
&lt;TD width="64"&gt;To Deliver after 4 Months&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;HERO&lt;/TD&gt;
&lt;TD width="64"&gt;HH1&lt;/TD&gt;
&lt;TD width="64"&gt;To change the HeadLight&lt;/TD&gt;
&lt;TD width="87"&gt;HONDA&lt;/TD&gt;
&lt;TD width="64"&gt;HH2&lt;/TD&gt;
&lt;TD width="64"&gt;To Change the SEATCOVER&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF(ISNULL(NEW_VEHICLE),VEHICLE,NEW_VEHICLE) AS CHANGE_NEW_VEHICLE,&lt;BR /&gt;IF(ISNULL(NEW_CODE),CODE,NEW_CODE) AS CHANGE_NEW_CODE,&lt;BR /&gt;IF(ISNULL(NEW_REASON_DESCRIPTION),REASON_DESCRIPTION,NEW_REASON_DESCRIPTION) As CHANGE_NEW_REASON_DESCRIPTION&lt;/P&gt;
&lt;P&gt;Please amend the script and share your views&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 11:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Scripting/m-p/2494644#M1226267</guid>
      <dc:creator>lakshmanvepuri</dc:creator>
      <dc:date>2024-11-26T11:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Handing the New Values to Show in the Qlikview Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Scripting/m-p/2496635#M1226291</link>
      <description>&lt;P&gt;maybe helpful:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/ConditionalFunctions/coalesce.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/ConditionalFunctions/coalesce.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 21:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Scripting/m-p/2496635#M1226291</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2024-12-06T21:43:37Z</dc:date>
    </item>
  </channel>
</rss>

