<?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: Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help/m-p/831444#M1012291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think that will be a very good solution for you in the long, neither performance wise or from maintenance perspective. NEsted IF statements is never a good idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The recommend action is that you spend time on studying QlikView as a product, so that you find the best way of pre-calculating your data in the load script. For example IntervalMatch has bee suggested as possible way to create the intervals you now generate through a nested IF statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure you can find a much better solution and studying existing demo applications or attending product training can be good ways forward. Also referring to manual and and searching Community can give you insight into features of QlikView. In short, good and proper data modelling is the key for a really well performing and accurate application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 03:34:45 GMT</pubDate>
    <dc:creator>ToniKautto</dc:creator>
    <dc:date>2015-04-30T03:34:45Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831433#M1012280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data base there are many products under 'CLA_CODE',&amp;nbsp; within this cla_codes there a many sub products and Those are named as 'PRD_CODE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&amp;nbsp; CLA_CODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRD_CODE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1C Like that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 'DD','SE','SA' and 'LI' Prd_code there are different premiums(prices) which are entitled different Commission amounts to the respective marketing force.&amp;nbsp; So what i did to calculate the relevant commission according to the price level, i introduced lower and upper limits to the price and commission structure(table) was built. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i have build Four arguments in my basic formula to calculate 'DIRECT_ME',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF((RANGESUM(BRO_ORC+AGE_ORC+GRO_ORC)=0 AND ORC_COM&amp;gt; 0 AND CLA_CODE='PP' AND&lt;STRONG&gt; (COM_PRE+SR+TC)&amp;gt;RANGE1 AND (COM_PRE+SR+TC)&amp;lt;RANGE2)&lt;/STRONG&gt;,(ME_COM),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st , 2nd, 3rd arguments are in order(expected output is coming)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4th one is '(COM_PRE+SR+TC)&amp;gt;RANGE1 AND (COM_PRE+SR+TC)&amp;lt;RANGE2)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though expression got 'OK',This is not working as per my testing. Dear friends, please help me to find the mistake i have done or propose an alternative way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample file attached herewith for your easy reference,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Priyantha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 09:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831433#M1012280</guid>
      <dc:creator />
      <dc:date>2015-04-27T09:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831434#M1012281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Urgent Please...............!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 10:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831434#M1012281</guid>
      <dc:creator />
      <dc:date>2015-04-27T10:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831435#M1012282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is your expected output?&lt;/P&gt;&lt;P&gt;Pls change condition&amp;nbsp; as or in your expression and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(CAT='BR' or CLA_CODE='PP' or RANGE1&amp;lt;PREMUM And PREMUM&amp;lt;RANGE2,SUM(BR_COM),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 11:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831435#M1012282</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-04-27T11:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831436#M1012283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Crishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to match the three arguments at the same time. Then 'OR' is not supported instead of 'AND'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing is&amp;nbsp; 'PREMUM' should be within the this range 'RANGE1&amp;lt;PREMUM And PREMUM&amp;lt;RANGE2'. problem is this part not working in the formula even the status of the expression 'OK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway Thanks lot for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Priyantha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 11:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831436#M1012283</guid>
      <dc:creator />
      <dc:date>2015-04-27T11:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831437#M1012284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use IntervalMatch !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831437#M1012284</guid>
      <dc:creator />
      <dc:date>2015-04-27T12:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831438#M1012285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give some information about IntervalMatch&amp;nbsp; as i'm bigginer in QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 02:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831438#M1012285</guid>
      <dc:creator />
      <dc:date>2015-04-28T02:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831439#M1012286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please notice that the OK in your expression editor is just a syntax validation. It does not indicate any thing about the logic in your expression, and reasonably QlikView can not determine if an expression is inline with your intentions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For troubleshooting you need to minimize your scenario. It is simply not feasible to trouble shoot a expression with this many parameters, and also you need to break the logic down to a level where you can validate that the different components return the values you expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your problem is related to the expression below, and you have identified that the bold part is the problem, you should provide a sample focusing only on the troubled part.&lt;/P&gt;&lt;P&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;IF((RANGESUM(BRO_ORC+AGE_ORC+GRO_ORC)=0 AND ORC_COM&amp;gt; 0 AND CLA_CODE='PP' AND&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(COM_PRE+SR+TC)&amp;gt;RANGE1 AND (COM_PRE+SR+TC)&amp;lt;RANGE2)&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,(ME_COM),0)&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;In your chart add a new expression with the troubled part. Is the result in this column as you expect now?&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;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(COM_PRE+SR+TC)&amp;gt;RANGE1 AND (COM_PRE+SR+TC)&amp;lt;RANGE2&lt;/STRONG&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;&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;If the result is not as expected, continue breaking the expression down in parts, to see where the problem comes from. Does the below to expressions return the result you expect?&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;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(COM_PRE+SR+TC)&amp;gt;RANGE1&lt;/STRONG&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;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(COM_PRE+SR+TC)&amp;lt;RANGE2&lt;/STRONG&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;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&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;Keep on breaking up the trouble expression until you find the logical problem, and then put everything back together piece by piece. &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;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&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;I think I have already recommended in a previous case that you need to provide a very precise example and scenario if you expect quick help. Your questions also need to have a proper subject so that community members can see what you need help with, the subject "help" is not very likely to attract the right person to read your question. &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 04:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831439#M1012286</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-04-28T04:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831440#M1012287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are a beginner it is recommend that you refer to the reference manual and the help (press F1 in desktop client) for details on functions and features. Have you read the IntervalMatch section and looked at the example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 05:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831440#M1012287</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-04-28T05:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831441#M1012288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the instructions and information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this and identified "(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;COM_PRE+SR+TC)&amp;gt;RANGE1 AND (COM_PRE+SR+TC)&amp;lt;RANGE2 " &lt;/STRONG&gt;not working.&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;In my data base &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;COM_PRE+SR+TC=GRO_PRE.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Because i have same Product codes with different prices i have created upper and lower price levels in my commission table&amp;nbsp; and tried to work out the commissions that are entitled with the price levels.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;But still i'm not in a position to find out what is the reason to not match with above logic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Anyway thanks lot once again for your kind help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 06:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831441#M1012288</guid>
      <dc:creator />
      <dc:date>2015-04-28T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831442#M1012289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just i'm looking the help menu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Priyantha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 06:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831442#M1012289</guid>
      <dc:creator />
      <dc:date>2015-04-28T06:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831443#M1012290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finlay i found the longest way to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks every one who shared the knowledge with me. I was in a&amp;nbsp; requirement of doing this in short and easy way.&lt;/P&gt;&lt;P&gt;But i realized that everything can not be done in that manner. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF((RANGESUM(BRO_ORC+AGE_ORC+GRO_ORC)=0 AND ORC_COM&amp;gt; 0), IF(PRD_CODE='DD' AND GRO_PRE&amp;gt;1500 AND GRO_PRE&amp;lt;2050,225,IF(PRD_CODE='DD'AND GRO_PRE&amp;gt;2051 AND GRO_PRE&amp;lt;3000,250,IF(PRD_CODE='SA'AND GRO_PRE&amp;gt;100 AND GRO_PRE&amp;lt;150,20,IF(PRD_CODE='SA'AND GRO_PRE&amp;gt;475 AND GRO_PRE&amp;lt;600,60,IF(PRD_CODE='PH',100,IF(PRD_CODE='CH',30,IF(PRD_CODE='LI'AND GRO_PRE&amp;gt;475 AND GRO_PRE&amp;lt;600,60,IF(PRD_CODE='LI'AND GRO_PRE&amp;gt;700 AND GRO_PRE&amp;lt;1200,125,IF(PRD_CODE='LI'AND GRO_PRE&amp;gt;1201 AND GRO_PRE&amp;lt;1800,175,IF(PRD_CODE='SE' AND GRO_PRE&amp;gt;500 AND GRO_PRE&amp;lt;800,50,IF(PRD_CODE='SE'AND GRO_PRE&amp;gt;1100 AND GRO_PRE&amp;lt;1500,90,IF(PRD_CODE='SE'AND GRO_PRE&amp;lt;1501 AND GRO_PRE&amp;gt;1900,130,IF(PRD_CODE='PD',COM_PRE*ME_COM,0))))))))))))),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Priyantha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 02:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831443#M1012290</guid>
      <dc:creator />
      <dc:date>2015-04-29T02:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831444#M1012291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not think that will be a very good solution for you in the long, neither performance wise or from maintenance perspective. NEsted IF statements is never a good idea. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The recommend action is that you spend time on studying QlikView as a product, so that you find the best way of pre-calculating your data in the load script. For example IntervalMatch has bee suggested as possible way to create the intervals you now generate through a nested IF statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure you can find a much better solution and studying existing demo applications or attending product training can be good ways forward. Also referring to manual and and searching Community can give you insight into features of QlikView. In short, good and proper data modelling is the key for a really well performing and accurate application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 03:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831444#M1012291</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-04-30T03:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/831445#M1012292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of cause agreed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i'm very junior in QV. and studying the product in PE version. So i learned many features in this application from the qlik community.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt; So i used this in my day today presentations and analyzing data. Any way this is a good tool in every aspect i&amp;nbsp; found in my professional life.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.&lt;/P&gt;&lt;P&gt;Priyantha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 03:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/831445#M1012292</guid>
      <dc:creator />
      <dc:date>2015-04-30T03:52:54Z</dc:date>
    </item>
  </channel>
</rss>

