<?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: derived column in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116255#M750801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please find the script below,&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Hier1,Amt&lt;/P&gt;&lt;P&gt;Noint,100&lt;/P&gt;&lt;P&gt;Bizcost,120&lt;/P&gt;&lt;P&gt;Devcost,340&lt;/P&gt;&lt;P&gt;IntCost,500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;if(Hier1='Noint',Amt ) as Revenue&lt;/P&gt;&lt;P&gt;Resident Test;&lt;/P&gt;&lt;P&gt;drop table Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide proper condition for the rest.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tharani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2018 04:05:31 GMT</pubDate>
    <dc:creator>tharanikannan</dc:creator>
    <dc:date>2018-11-08T04:05:31Z</dc:date>
    <item>
      <title>derived column in script</title>
      <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116251#M750797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need a help in calculating a derived column in the script. My current column values are like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Test:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load * inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hier1,Amt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Noint,100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Bizcost,120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Devcost,340&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;IntCost,500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create two more fields like, if&amp;nbsp; Hier1=Noint, then it should be Revenue,&lt;/P&gt;&lt;P&gt;Consolidatecost=Bizcost+Devcost,IntCost&lt;/P&gt;&lt;P&gt;Profit=Revenue+Bizcost+Devcost+Intcost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my Hier1 should appear with additional fields like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hier1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Noint&lt;/P&gt;&lt;P&gt;Bizcost&lt;/P&gt;&lt;P&gt;Devcost&lt;/P&gt;&lt;P&gt;IntCost&lt;/P&gt;&lt;P&gt;Revenue&lt;/P&gt;&lt;P&gt;Consolidatedcost&lt;/P&gt;&lt;P&gt;Profit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help on how to achiveve these derived columns, so i need to do on the fly calc and burden performance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Gautham&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/derived-column-in-script/m-p/116251#M750797</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: derived column in script</title>
      <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116252#M750798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well with the use of an QVD you could do this like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Hier1,Amt&lt;/P&gt;&lt;P&gt;Noint,100&lt;/P&gt;&lt;P&gt;Bizcost,120&lt;/P&gt;&lt;P&gt;Devcost,340&lt;/P&gt;&lt;P&gt;IntCost,500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE table into table.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;Concatenate (table)&lt;/P&gt;&lt;P&gt;LOAD 'ConsolidateCost' as Hier1,&lt;/P&gt;&lt;P&gt;Bizcost+Devcost+IntCost as Amt;&lt;/P&gt;&lt;P&gt;LOAD @1 as Noint, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as Bizcost, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as Devcost, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 as IntCost&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[table.qvd]&lt;/P&gt;&lt;P&gt;(qvd, filters(&lt;/P&gt;&lt;P&gt;Transpose(),&lt;/P&gt;&lt;P&gt;Remove(Row, RowCnd(Interval, Pos(Top, 1), Pos(Top, 1), Select(1, 0)))&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116252#M750798</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2018-11-07T14:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: derived column in script</title>
      <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116253#M750799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michiel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way without using a QVD? may be with resident table? or preceding load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 01:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116253#M750799</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2018-11-08T01:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: derived column in script</title>
      <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116254#M750800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also the solution or the script is not populating the three new fields &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Revenue&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Consolidatedcost&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Profit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 01:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116254#M750800</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2018-11-08T01:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: derived column in script</title>
      <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116255#M750801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please find the script below,&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Hier1,Amt&lt;/P&gt;&lt;P&gt;Noint,100&lt;/P&gt;&lt;P&gt;Bizcost,120&lt;/P&gt;&lt;P&gt;Devcost,340&lt;/P&gt;&lt;P&gt;IntCost,500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;if(Hier1='Noint',Amt ) as Revenue&lt;/P&gt;&lt;P&gt;Resident Test;&lt;/P&gt;&lt;P&gt;drop table Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide proper condition for the rest.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tharani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 04:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116255#M750801</guid>
      <dc:creator>tharanikannan</dc:creator>
      <dc:date>2018-11-08T04:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: derived column in script</title>
      <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116256#M750802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need three calculated columns&lt;/P&gt;&lt;P&gt;conditions are below&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if&amp;nbsp; Hier1=Noint, then it should be Revenue,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Consolidatecost=Bizcost+Devcost,IntCost&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Profit=Revenue+Bizcost+Devcost+Intcost&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 06:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116256#M750802</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2018-11-08T06:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: derived column in script</title>
      <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116257#M750803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check the script below, But still i am not clear about your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;Consolidatecost&amp;nbsp; and Profit &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Hier1,Amt&lt;/P&gt;&lt;P&gt;Noint,100&lt;/P&gt;&lt;P&gt;Bizcost,120&lt;/P&gt;&lt;P&gt;Devcost,340&lt;/P&gt;&lt;P&gt;IntCost,500&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;if(Hier1='Noint',Amt ) as Revenue,&lt;/P&gt;&lt;P&gt;if(Hier1='Bizcost',Amt) as Bizcost1,&lt;/P&gt;&lt;P&gt;if(Hier1='Devcost',Amt) as Devcost1,&lt;/P&gt;&lt;P&gt;if(Hier1='IntCost',Amt) as IntCost1&lt;/P&gt;&lt;P&gt;Resident Test;&lt;/P&gt;&lt;P&gt;drop table Test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;load*,&lt;/P&gt;&lt;P&gt;//Revenue,&lt;/P&gt;&lt;P&gt;Bizcost1+Devcost1+IntCost1 as Consolidatecost,&lt;/P&gt;&lt;P&gt;Revenue+Bizcost1+Devcost1+IntCost1 as Profit&lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;drop table Table1; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 06:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116257#M750803</guid>
      <dc:creator>tharanikannan</dc:creator>
      <dc:date>2018-11-08T06:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: derived column in script</title>
      <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116258#M750804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current script is &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Load * inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Hier1,Amt&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Noint,100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Bizcost,120&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Devcost,340&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;IntCost,500&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;i just need three more rows under Hier1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Hier1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Noint&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bizcost&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Devcost&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IntCost&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Revenue&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Consolidatedcost&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Profit&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Consolidatedcost is sum of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Bizcost+Devcost,IntCost&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;prifit is sum of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Revenue+Bizcost+Devcost+Intcost&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 06:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116258#M750804</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2018-11-08T06:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: derived column in script</title>
      <link>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116259#M750805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I understand Your requirements very well,&lt;/P&gt;&lt;P&gt;We cant add &lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Bizcost+Devcost,IntCost , &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;We should get the Amt value for each of this under some condition and then add.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Please provide ur qvw or clarify on your conditions.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Tharani.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 07:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/derived-column-in-script/m-p/116259#M750805</guid>
      <dc:creator>tharanikannan</dc:creator>
      <dc:date>2018-11-08T07:09:37Z</dc:date>
    </item>
  </channel>
</rss>

