<?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 Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Script/m-p/2495415#M1226275</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"&gt;https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/ConditionalFunctions/coalesce.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Dec 2024 13:47:00 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2024-12-01T13:47:00Z</dc:date>
    <item>
      <title>Handing the New Values to Show in the Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Script/m-p/2494627#M1226268</link>
      <description>&lt;P&gt;&lt;U&gt;Hi All&lt;/U&gt;&lt;/P&gt;
&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 10:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Script/m-p/2494627#M1226268</guid>
      <dc:creator>lakshmanvepuri</dc:creator>
      <dc:date>2024-11-26T10:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Handing the New Values to Show in the Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Script/m-p/2494632#M1226269</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You are posting a question about QlikView Script in Qlik Reporting Service forum. I suggest you to post it in the QlikView instead&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/bd-p/qlikview-app-development" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/bd-p/qlikview-app-development&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 10:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Script/m-p/2494632#M1226269</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2024-11-26T10:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Handing the New Values to Show in the Qlikview Script</title>
      <link>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Script/m-p/2495415#M1226275</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"&gt;https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/ConditionalFunctions/coalesce.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2024 13:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handing-the-New-Values-to-Show-in-the-Qlikview-Script/m-p/2495415#M1226275</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2024-12-01T13:47:00Z</dc:date>
    </item>
  </channel>
</rss>

