<?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: Tiered Commission based on sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tiered-Commission-based-on-sales/m-p/8593#M1329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 09:07:02 GMT</pubDate>
    <dc:creator>pablolabbe</dc:creator>
    <dc:date>2018-02-28T09:07:02Z</dc:date>
    <item>
      <title>Tiered Commission based on sales</title>
      <link>https://community.qlik.com/t5/QlikView/Tiered-Commission-based-on-sales/m-p/8591#M1327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to figure out how to calculate TTL commission that is tiered based on Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;commission for sales 0 - 10,000 is 10%&lt;/P&gt;&lt;P&gt;commission for sales 10,001 - 20,000 is 12%&lt;/P&gt;&lt;P&gt;commission for sales 20,001 - 75,000 is 15%&lt;/P&gt;&lt;P&gt;commission for sales 75,001 - 100,000 is 17%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for 50,000 in sales I would get 1000 + 1200 + 4500 = 6700 commission&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.in advanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 02:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tiered-Commission-based-on-sales/m-p/8591#M1327</guid>
      <dc:creator>kstroupe</dc:creator>
      <dc:date>2018-02-26T02:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Tiered Commission based on sales</title>
      <link>https://community.qlik.com/t5/QlikView/Tiered-Commission-based-on-sales/m-p/8592#M1328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using &lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt; and doing some pre-calculation for each tier. For instance, if the sales is 50,000, we know that it will have 2200 commission from the first two tiers + 50,000 - 20,001 * 0.15. So, for each tier pre-calculate the fixed number and focus on calculating the variable portion per tier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 13:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tiered-Commission-based-on-sales/m-p/8592#M1328</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-26T13:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tiered Commission based on sales</title>
      <link>https://community.qlik.com/t5/QlikView/Tiered-Commission-based-on-sales/m-p/8593#M1329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tiered-Commission-based-on-sales/m-p/8593#M1329</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2018-02-28T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tiered Commission based on sales</title>
      <link>https://community.qlik.com/t5/QlikView/Tiered-Commission-based-on-sales/m-p/8594#M1330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably not the most efficient way, but the interval match wasn't working the way I really wanted.&lt;/P&gt;&lt;P&gt;I wrote variables and put this in the commission box.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vMax_Tax_Percentage)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = .22, ($(vTier1)*.10) + ($(vTier2)*.12) +(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vBank_Amount)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; - $(vTier2)) *.22,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vMax_Tax_Percentage)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = .12, ($(vTier1) *.10) + (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vBank_Amount)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; - $(vTier1)) *.12,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vMax_Tax_Percentage)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = .10, (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vBank_Amount)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;*.10),0))) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 19:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tiered-Commission-based-on-sales/m-p/8594#M1330</guid>
      <dc:creator>kstroupe</dc:creator>
      <dc:date>2018-03-01T19:01:00Z</dc:date>
    </item>
  </channel>
</rss>

