<?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 front end logic help to write expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283136#M845470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot Andrew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 10:52:37 GMT</pubDate>
    <dc:creator>lalitkgehlot89</dc:creator>
    <dc:date>2017-03-27T10:52:37Z</dc:date>
    <item>
      <title>Need front end logic help to write expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283133#M845467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;With attached data I want to calculate incentive on the basis of sales achievement.&lt;/P&gt;&lt;P&gt;Please help me out to wright the expression on front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incentive calculation :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Sales Achievement &amp;lt;90 then 0&lt;/P&gt;&lt;P&gt;if Sales &lt;SPAN style="font-size: 13.3333px;"&gt;Achievement &lt;/SPAN&gt; &amp;gt;=90 and &amp;lt;95 then (0.90% of Sale)&lt;/P&gt;&lt;P&gt;if Sales &lt;SPAN style="font-size: 13.3333px;"&gt;Achievement &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&amp;gt;=95 and &amp;lt;100 then (1.00 % of Sale)&lt;/P&gt;&lt;P&gt;if &lt;SPAN style="font-size: 13.3333px;"&gt;Sales &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Achievement&lt;/SPAN&gt;&amp;nbsp; &amp;gt;100 and &amp;lt;110 then (1.25 % of Sale)&lt;/P&gt;&lt;P&gt;if Sales &lt;SPAN style="font-size: 13.3333px;"&gt;Achievement&lt;/SPAN&gt; &amp;gt;110 then (1.35% of Sale)&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-front-end-logic-help-to-write-expression/m-p/1283133#M845467</guid>
      <dc:creator>lalitkgehlot89</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need front end logic help to write expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283134#M845468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi See attached rough and ready example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should get you started&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 10:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283134#M845468</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2017-03-27T10:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need front end logic help to write expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283135#M845469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&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;if([Sales Achievement] &amp;lt;90, 0,&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;if&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([Sales Achievement]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&amp;gt;=90 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Sales Achievement]&lt;/SPAN&gt;&amp;lt;95, Sum(Sale)*0.9,&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;if&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([Sales Achievement]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt; &lt;/SPAN&gt;&amp;gt;=95 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Sales Achievement]&lt;/SPAN&gt;&amp;lt;100&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Sum(Sale)*1,&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;if&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([Sales Achievement]&lt;/SPAN&gt; &amp;gt;100 and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Sales Achievement]&lt;/SPAN&gt;&amp;lt;110&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Sum(Sale)*1.25,&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;if&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([Sales Achievement]&lt;/SPAN&gt; &amp;gt;110&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;, Sum(Sale)*1.35)))))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 10:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283135#M845469</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-27T10:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need front end logic help to write expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283136#M845470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot Andrew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 10:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283136#M845470</guid>
      <dc:creator>lalitkgehlot89</dc:creator>
      <dc:date>2017-03-27T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need front end logic help to write expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283137#M845471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 10:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-front-end-logic-help-to-write-expression/m-p/1283137#M845471</guid>
      <dc:creator>lalitkgehlot89</dc:creator>
      <dc:date>2017-03-27T10:55:53Z</dc:date>
    </item>
  </channel>
</rss>

