<?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: Need Calculation Help - Multi Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258944#M859171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vineeth:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp; I believe Sangeetha has provided a solution, but I definitely appreciate your interest and reply.&amp;nbsp; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2017 21:34:39 GMT</pubDate>
    <dc:creator>pnn44794</dc:creator>
    <dc:date>2017-01-30T21:34:39Z</dc:date>
    <item>
      <title>Need Calculation Help - Multi Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258940#M859167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some assistance calculating the following scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Fields involved are APP ALLOCATION which can be 1 or a lesser percentage like 0.02. 0.05, 0.1, etc, Charge Amount in dollars with two decimal places, and then PRODUCT AVAILABILITY which is a text field&lt;/LI&gt;&lt;LI&gt;The two text values under PRODUCT AVAILABILITY I need to do special calculations on are "Server Port Connectivity 1GB (GBL)" and "Server Port Connectivity 10GB (GBL)" (without the quotes for both of course)&lt;/LI&gt;&lt;LI&gt;The current expression is =[Charge Amount]*[APP ALLOCATION] - This works fine for those items where there's more than one application on a host and the applications split the cost - However the two Server Port Connectivity charges get charged to each application at the full amount&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example of where the above expression works fine:&amp;nbsp; APP ALLOCATION = 0.25, Charge Amount = 900, PRODUCT AVAILABILITY = Workgroup Server Business, so using the expression =[Charge Amount]*[APP ALLOCATION] I get $225 which is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when PRODUCT AVAILABILITY = Server Port Connectivity 1GB (GBL) or Server Port Connectivity 10GB (GBL), the APP ALLOCATION number should not be used and the full Charge Amount should be used.&amp;nbsp; For example, when PRODUCT AVAILABILITY like "Server Port Connectivity" use full Charge Amount (PRODUCT AVAILABILITY = Server Port Connectivity 1GB (GBL), Charge Amount = $115, then my total for that line item should be $115).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how I incorporate this scenario into the expression?&amp;nbsp; Does this make sense?&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&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/Need-Calculation-Help-Multi-Calculation/m-p/1258940#M859167</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Calculation Help - Multi Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258941#M859168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(not Match([PRODUCT AVAILABILITY],’Server Port Connectivity 1GB(GBL)’,’Server Port Connectivity 10GB(GBL)’),[Charge Amount]*[APP ALLOCATION], [Charge Amount])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangeetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 19:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258941#M859168</guid>
      <dc:creator>sangeess21</dc:creator>
      <dc:date>2017-01-30T19:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need Calculation Help - Multi Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258942#M859169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample app with dummy data that best replicates your scenario &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 19:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258942#M859169</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-30T19:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Calculation Help - Multi Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258943#M859170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sangeetha:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression works with a couple of little tweaks.&amp;nbsp; For whatever reason, the single quote marks came across non-normal when I copied the expression, but I simply changed them to my keyboard's style.&amp;nbsp; Then and this is my fault, there's a space between GB and (GBL).&amp;nbsp; I made those two changes and it worked like a champ!!!&amp;nbsp; Thank you very much for your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick question, if I come across another item where I have to do the same thing by adding it to this expression, I simply put a comma after 10GB (GBL)', right?&amp;nbsp; In other words like this:&lt;/P&gt;&lt;P&gt;if(not Match([PRODUCT AVAILABILITY],’Server Port Connectivity 1GB (GBL)’,’Server Port Connectivity 10GB(GBL)’,&lt;STRONG&gt; 'New Item To Not Multiply'),&lt;/STRONG&gt;[Charge Amount]*[APP ALLOCATION], [Charge Amount])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 21:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258943#M859170</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-30T21:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need Calculation Help - Multi Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258944#M859171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vineeth:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&amp;nbsp; I believe Sangeetha has provided a solution, but I definitely appreciate your interest and reply.&amp;nbsp; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 21:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258944#M859171</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-30T21:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need Calculation Help - Multi Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258945#M859172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Just add it to the expression and it would work as expected. Please close the thread if you have your question answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangeetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258945#M859172</guid>
      <dc:creator>sangeess21</dc:creator>
      <dc:date>2017-01-31T15:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Calculation Help - Multi Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258946#M859173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; I'll mark your previous response as correct.&amp;nbsp; Again, thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Calculation-Help-Multi-Calculation/m-p/1258946#M859173</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-31T15:26:31Z</dc:date>
    </item>
  </channel>
</rss>

