<?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 can I get nested IF´s and minimum value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262318#M582105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this table "CONTADOR" no matter the sort order or if &lt;/P&gt;&lt;P&gt;is uncontroled, but, how could be the Aggregation &lt;/P&gt;&lt;P&gt;expresion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2011 19:34:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-29T19:34:20Z</dc:date>
    <item>
      <title>How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262310#M582097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everybody, I have this Expression problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if VENTAS is less than 50% then my ABC VENTA column is "AA"&lt;/P&gt;&lt;P&gt;if VENTAS is greater than 50% my ABC VENTA Column is "A"&lt;/P&gt;&lt;P&gt;if VENTAS is grater than 80% my ABC VENTA Column is "B"&lt;/P&gt;&lt;P&gt;If VENTAS is greater than 95% my ABC VENTA Column is "C"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already made this condition, but the problem is that my customer is asking me that the first NO_PARTE allways must bee "AA" but if my first "NO_PARTE" is greater than 50% my ABC Column wont be "AA" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pasted an example of this and I attached the APP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please I really need your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Picture1.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/9028_Picture1.jpg" width="450" /&gt;&lt;IMG alt="Picture2.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/9029_Picture2.png" width="450" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 22:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262310#M582097</guid>
      <dc:creator />
      <dc:date>2011-11-28T22:49:39Z</dc:date>
    </item>
    <item>
      <title>How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262311#M582098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you can check for the first row with rowno(), like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(RowNo()&amp;gt;1,&lt;/P&gt;&lt;P&gt;if(RangeSum(Above(SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}(DATA_AVER))/SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}total DATA_AVER) , 0, NoOfRows()))&amp;gt;=.95,'C',&lt;/P&gt;&lt;P&gt;if(RangeSum(Above(SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}(DATA_AVER))/SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}total DATA_AVER) , 0, NoOfRows()))&amp;gt;=0.80,'B',&lt;/P&gt;&lt;P&gt;if(RangeSum(Above(SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}(DATA_AVER))/SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}total DATA_AVER) , 0, NoOfRows()))&amp;gt;=.50,'A',&lt;/P&gt;&lt;P&gt;if(RangeSum(Above(SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}(DATA_AVER))/SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}total DATA_AVER) , 0, NoOfRows()))&amp;lt;=0.50,'AA'))))&lt;/P&gt;&lt;P&gt;,'AA')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 23:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262311#M582098</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-28T23:13:16Z</dc:date>
    </item>
    <item>
      <title>How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262312#M582099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!!! It Works Fine, Thanks a lot, I really Appreciate it!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are very Good!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 23:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262312#M582099</guid>
      <dc:creator />
      <dc:date>2011-11-28T23:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262313#M582100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for your answer, you really helped me, I have &lt;/P&gt;&lt;P&gt;one last question, do you know how I could get the number &lt;/P&gt;&lt;P&gt;of "AA" , "A", "B", "C" if this is a set analysis &lt;/P&gt;&lt;P&gt;operation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in other words, I need to get the table "Contador" becouse &lt;/P&gt;&lt;P&gt;this table has fields that I will not have. I exported &lt;/P&gt;&lt;P&gt;UTOPE table to excel and then loaded to get the table &lt;/P&gt;&lt;P&gt;"Contador".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I atached the app, If you have the time to help me I would &lt;/P&gt;&lt;P&gt;appreciate it so much!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;El Mon, 28 Nov 2011 18:13:32 -0500&lt;/P&gt;&lt;P&gt;  swuehl &amp;lt;qliktech@sgaur.hosted.jivesoftware.com&amp;gt; &lt;/P&gt;&lt;P&gt;escribio:&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;swuehl &lt;A href="http://community.qlik.com/people/swuehl"&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;created the discussion&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Re: How can I get nested IF´s and minimum value"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view the discussion, visit: &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;http://community.qlik.com/message/168542#168542&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 17:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262313#M582100</guid>
      <dc:creator />
      <dc:date>2011-11-29T17:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262314#M582101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, I noticed that your rating ABC Venta is depending on the sort order of NO_PARTE (you see this easily if you just select a couple of NO_PARTE). Is this what you want? Reason is because you use above function in the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 18:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262314#M582101</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-29T18:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262315#M582102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table "UTOPE" is perfect,the problem is the table &lt;/P&gt;&lt;P&gt;"contador", I don´t have the fields "ABC VENTA" and "ABC &lt;/P&gt;&lt;P&gt;UTOPE", I deleted the fields in script becouse the &lt;/P&gt;&lt;P&gt;reallity is that I don´t have them, what I need is the &lt;/P&gt;&lt;P&gt;table "Contador" but with the values of the table "UOPE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the new app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope to explained better,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks I really appreciate yout time and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;El Tue, 29 Nov 2011 13:48:01 -0500&lt;/P&gt;&lt;P&gt;  swuehl &amp;lt;qliktech@sgaur.hosted.jivesoftware.com&amp;gt; &lt;/P&gt;&lt;P&gt;escribio:&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;swuehl &lt;A href="http://community.qlik.com/people/swuehl"&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;created the discussion&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Re: How can I get nested IF´s and minimum value"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view the discussion, visit: &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;http://community.qlik.com/message/168935#168935&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 19:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262315#M582102</guid>
      <dc:creator />
      <dc:date>2011-11-29T19:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262316#M582103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create those fields dynamically for the table Contador, I would need advanced aggregation. I can't control the sort order of the dimension used in the advanced aggregation (NO_PARTE). If your result of ABC_VENTA is depending on the sort order (that is what I see), the result of the table Contador using advanced aggregation is uncontrolled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I am missing some other approach, but this is where I am stucked now. Is there a replacement for the above function in your ABC_VENTA expression? What is the business rule behind?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 19:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262316#M582103</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-29T19:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262317#M582104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table "UTOPE" is perfect, the problem is that I need to &lt;/P&gt;&lt;P&gt;get the table "CONTADOR" but with the values of the table &lt;/P&gt;&lt;P&gt;"UTOPE", becouse the table "CONTADOR" is made with 2 &lt;/P&gt;&lt;P&gt;fields I don´t have, "ABC VENTA" and "ABC UTOPE", this &lt;/P&gt;&lt;P&gt;fields were loaded with an excel table that I dont have, &lt;/P&gt;&lt;P&gt;so, I need to count how many "AA", "A", "B" and "C". I &lt;/P&gt;&lt;P&gt;have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the app with out the fields "ABC VENTA" and &lt;/P&gt;&lt;P&gt;"ABC UTOPE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your time and help I really &lt;/P&gt;&lt;P&gt;appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;El Tue, 29 Nov 2011 13:48:01 -0500&lt;/P&gt;&lt;P&gt;  swuehl &amp;lt;qliktech@sgaur.hosted.jivesoftware.com&amp;gt; &lt;/P&gt;&lt;P&gt;escribio:&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;swuehl &lt;A href="http://community.qlik.com/people/swuehl"&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;created the discussion&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Re: How can I get nested IF´s and minimum value"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view the discussion, visit: &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;http://community.qlik.com/message/168935#168935&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 19:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262317#M582104</guid>
      <dc:creator />
      <dc:date>2011-11-29T19:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262318#M582105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this table "CONTADOR" no matter the sort order or if &lt;/P&gt;&lt;P&gt;is uncontroled, but, how could be the Aggregation &lt;/P&gt;&lt;P&gt;expresion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 19:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262318#M582105</guid>
      <dc:creator />
      <dc:date>2011-11-29T19:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262319#M582106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dimension expression could maybe look like this (see attached).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why you are not interested in a consistent rating for ABC_VENTA, but here you are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 19:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262319#M582106</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-29T19:53:29Z</dc:date>
    </item>
    <item>
      <title>How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262320#M582107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi swuehl, I thought It was gonna be general but with the consistent for ABC VENTA, so, then is this possible? getting this table with consistent ABC VENTA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 22:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262320#M582107</guid>
      <dc:creator />
      <dc:date>2011-11-29T22:01:22Z</dc:date>
    </item>
    <item>
      <title>How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262321#M582108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your definition for a AA rating of ABC Venta looks like this, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(RangeSum(Above(SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}(DATA_AVER))/SUM({$&amp;lt;AGRUPADOR={'01_VENTAS'}&amp;gt;}total DATA_AVER) , 0, NoOfRows()))&amp;lt;=0.50,'AA')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the rangesum(above(...)) part is problematic, since it is depending on sort order. But maybe I just understand your rating. Could you explain what ABC Venta should tell us? How can I read it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 22:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262321#M582108</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-29T22:15:20Z</dc:date>
    </item>
    <item>
      <title>How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262322#M582109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I think I understand, you want to show a kind of pareto chart. I missed the full accumulation and the sort expression in the ABC_VENTA expression. So I think I understand why you need the rangesum, but still, this doesn't give me a clue how to handle your CONTADOR chart, since I can't influence the sorting of the aggr() dimensions I need to reproduce the ABC_VENTA in that chart as dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 22:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262322#M582109</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-29T22:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262323#M582110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field "Ventas" is less or equal than 50% then will be "AA", also if the condition is not met the first row will automaticlly be "AA"&lt;/P&gt;&lt;P&gt;if the field "Ventas" is greater or equal than 50% then will be "A"&lt;/P&gt;&lt;P&gt;If the field "Ventas" is greater or equal than 80% then will be "B"&lt;/P&gt;&lt;P&gt;if tue field "Ventas" is greater or equal than 95% then will be "C"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the more lower % the more profit we will get.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 22:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262323#M582110</guid>
      <dc:creator />
      <dc:date>2011-11-29T22:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262324#M582111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find out the way to solve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 00:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262324#M582111</guid>
      <dc:creator />
      <dc:date>2011-11-30T00:15:49Z</dc:date>
    </item>
    <item>
      <title>How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262325#M582112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sorry, I haven't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you want to post a new thread with this requirement, so more forum members might have a look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 23:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262325#M582112</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-30T23:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get nested IF´s and minimum value</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262326#M582113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Ok, that wuold be worth it, I appreciate your help, you helped me really much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and have a nice one!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 23:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-get-nested-IF-s-and-minimum-value/m-p/262326#M582113</guid>
      <dc:creator />
      <dc:date>2011-11-30T23:49:17Z</dc:date>
    </item>
  </channel>
</rss>

