<?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: How to Add More Values within same Calculated Column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860946#M301320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gallina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my mistake it was sup to be 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 11:00:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-01T11:00:01Z</dc:date>
    <item>
      <title>How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860939#M301313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a Sample Data i have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Names&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Values&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;SPAN style="color: #ffffff; font-size: 13.3333330154419px; text-align: center; background-color: #6690bc;"&gt;Values2&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;jk8912&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Nami001&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;mo024&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;hon343&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;brt110&lt;/TD&gt;&lt;TD&gt;2500&lt;/TD&gt;&lt;TD&gt;5000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output that i want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid rgb(0, 0, 0); width: 640px; height: 147px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Names&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Values&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;jk8912&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Nami001&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;mo024&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;hon343&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;brt110&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;2500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to Calculate only Rows that are Null and Assign 50% of a number we get on (Values2 Column), and it must not affect existing Numbers under (Values column).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860939#M301313</guid>
      <dc:creator />
      <dc:date>2015-07-01T10:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860940#M301314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Names,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(trim(Values)), Values, [Values2] / 2) as Values&lt;/P&gt;&lt;P&gt;FROM YourTableSource;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860940#M301314</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-01T10:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860941#M301315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Len(Values) &amp;gt; 0, Values, Values ÷ 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860941#M301315</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-07-01T10:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860942#M301316</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;only a thing, you want 50% of Value2 column onl if the column 1 is null but in your output the first row is 12.&lt;/P&gt;&lt;P&gt;This should is 10?&lt;/P&gt;&lt;P&gt;Please explain.&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860942#M301316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T10:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860943#M301317</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Names, If(Len(Trim(Values))=0, Values2/2, Values) as Values, Values2 INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Names, Values, Values2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jk8912, 10, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nami001, , 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mo024, 2000, 4000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hon343, , 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; brt110, 2500, 5000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860943#M301317</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-01T10:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860944#M301318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Len(Trim(Values)) &amp;gt; 0, Values, 0.5* Values2) as [New Values];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Names, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(IsNum(Values), Values) as Values, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Values2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="170764" data-objecttype="1" href="https://community.qlik.com/thread/170764"&gt;https://community.qlik.com/thread/170764&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91462_Capture.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860944#M301318</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860945#M301319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;in expression:&lt;/P&gt;&lt;P&gt;if(len(values)&amp;lt;=0,Values2/2,values) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In script &lt;/P&gt;&lt;P&gt;LOAD Names,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; if(len(values)&amp;lt;=0,Values2/2,values)&amp;nbsp; as Values,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;value2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;from table;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860945#M301319</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-01T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860946#M301320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gallina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my mistake it was sup to be 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860946#M301320</guid>
      <dc:creator />
      <dc:date>2015-07-01T11:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860947#M301321</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;&lt;/P&gt;&lt;P&gt;Again is this issue possible to Use on Front End? than Back End?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860947#M301321</guid>
      <dc:creator />
      <dc:date>2015-07-01T11:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860948#M301322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, check &lt;A _jive_internal="true" href="https://community.qlik.com/people/Avinashelite"&gt;Avinash R&lt;/A&gt;‌‌ solution, he has provided you with the front end solution as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860948#M301322</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T11:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860949#M301323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Front end solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91467_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860949#M301323</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T11:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860950#M301324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the problem is now my Column is a Calculated one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how do i calculate for both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g: Sum(Values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur Solution:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(len(values)&amp;lt;=0,Values2/2,values)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;so how do i add the to methods in?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860950#M301324</guid>
      <dc:creator />
      <dc:date>2015-07-01T11:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860951#M301325</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;&lt;/P&gt;&lt;P&gt;try the in expression level or else , in the script create two separate columns like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD Names,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;if(len(values)&amp;lt;=0,Values2/2,values)&amp;nbsp; as Values_without_Null,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;values,&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: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;value2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;from table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; 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: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;so if you don'e want to show null values then use &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Values_without_Null&lt;/STRONG&gt; column &lt;/SPAN&gt;, when you want to calculate the sum&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;then use values column sum(values) so that both the things are well separated &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860951#M301325</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-01T11:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860952#M301326</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;this what i've applied:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(len(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;values&lt;/SPAN&gt;)&amp;lt;=0,&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;value2&lt;/SPAN&gt;/2,&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;values&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Hidden the Nor Summation Column and Activate this one to automatically assign Values.&lt;/P&gt;&lt;P&gt;this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860952#M301326</guid>
      <dc:creator />
      <dc:date>2015-07-01T11:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add More Values within same Calculated Column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860953#M301327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool, if you have got the answer can you please mark it as answered and close this thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-More-Values-within-same-Calculated-Column/m-p/860953#M301327</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-01T11:24:51Z</dc:date>
    </item>
  </channel>
</rss>

