<?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: Classificação ABC in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756164#M23135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá André,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Creio que isto deve te ajudar,&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-blogpost/3913"&gt;Recipe for an ABC Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraço,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2245"&gt;pablolabbe&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 19:17:09 GMT</pubDate>
    <dc:creator>pablolabbe</dc:creator>
    <dc:date>2014-12-17T19:17:09Z</dc:date>
    <item>
      <title>Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756163#M23134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pessoal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Precisaria criar uma coluna onde pudesse ser classificados os produtos como A, B ou C, ou seja, com base no resultado da coluna "Classificação %" definir:&lt;/P&gt;&lt;P&gt;A = são os produtos que representam maior percentual. Somente será classificado os produtos como A quando a soma do maiores percentuais for &amp;lt;=80%. Observem que no exemplo abaixo são apenas os 4 primeiros itens que atigiu na realidade 79,37%.&lt;/P&gt;&lt;P&gt;B = até 15%.&lt;/P&gt;&lt;P&gt;C = até 5%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Existe uma forma de criar a coluna "Classificação ABC" tratando na expressão?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73725_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/73726_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desde já agradeço pela atenção.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Tonini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 18:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756163#M23134</guid>
      <dc:creator>andre_tonini</dc:creator>
      <dc:date>2014-12-17T18:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756164#M23135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá André,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Creio que isto deve te ajudar,&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-blogpost/3913"&gt;Recipe for an ABC Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraço,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2245"&gt;pablolabbe&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756164#M23135</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2014-12-17T19:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756165#M23136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Existe, vc só precisa ter essa "classificação %" Acumulada , dai cria um if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( expressão &amp;lt; '5%' , C ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(expressão&amp;nbsp; &amp;lt; '15%', B , A))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tem a opção ali embaixo "expressão acumulada" só que eu acho que ele primeiro calcula toda a expressão depois acumula, logo não vai da pra marcar essa opção EU ACHO ( tem que testar).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mas da pra você fazer esse acumulado manualmente com o rangesum, nele você coloca primeiro a expressão normal do "classificação %" , depois ela com above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum( expressão , above(expressão) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualquer dúvida, só da um toque, ou coloca um qvw com exemplo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756165#M23136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-17T19:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756166#M23137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boa tarde.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fazendo o que o Rodrigo comentou, de acumular, depois poderia fazer&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-12-17 17_21_56-.png" class="image-1 jive-image" src="/legacyfs/online/73728_2014-12-17 17_21_56-.png" style="height: 542px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;que da certo.&amp;nbsp; Mas tem que ter o % acumulado&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-12-17 17_24_07-.png" class="jive-image image-2" src="/legacyfs/online/73729_2014-12-17 17_24_07-.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Att,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro Furtado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756166#M23137</guid>
      <dc:creator>afurtado</dc:creator>
      <dc:date>2014-12-17T19:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756167#M23138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bom dia André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outro post que pode lhe ajudar é &lt;A href="https://community.qlik.com/qlik-blogpost/3467"&gt;Recipe for a Pareto Analysis&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Márcio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 10:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756167#M23138</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-12-18T10:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756168#M23139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rodrigo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boa tarde, cara defini a expressão porém não consegui fazer com que seja respeitando corretamente a ponto de corte para classificar o que é A, B ou C.&lt;/P&gt;&lt;P&gt;Exemplo: A&amp;nbsp; teria que ser a soma dos percentuais maiores que totaliza até 80%. No caso gerei em excel e seria os primeiro 69 itens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anexo postei o qvw que estou testando.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Desde já agradeço pela costumeira atenção.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Att,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Tonini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 18:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756168#M23139</guid>
      <dc:creator>andre_tonini</dc:creator>
      <dc:date>2014-12-18T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756169#M23140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boa tarde André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qual é o campo que define quais são os mais consumidos?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 17:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756169#M23140</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-12-19T17:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756170#M23141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bom dia Márcio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Estou considerando a coluna "Custo Total Unitário x Consumo"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'PE' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSTO_FISCAL_FICHA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'PA' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSTO_FISCAL_FICHA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'BN' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUSTO_FISCAL_FICHA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0))&lt;BR /&gt; +&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'AL' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'ES' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'IM' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'MB' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'MC' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'ME' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'MH' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'MI' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'MO' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'MP' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'MT' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'MV' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'PF' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)+&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;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'SV' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PRO_CUSTOFISCAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)&lt;BR /&gt; ))&lt;BR /&gt; *&lt;BR /&gt; ((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&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;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPOPRODUTOS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQ_TIPO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'S',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REI_QUANTIDADE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0)))/12) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 11:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756170#M23141</guid>
      <dc:creator>andre_tonini</dc:creator>
      <dc:date>2014-12-22T11:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756171#M23142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bom dia André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analisando o gráfico, entendo que você deve primeiro montar a fórmula para atingir o valor total da coluna acima. Sem esse valor, todo o restante não irá funcionar.&lt;/P&gt;&lt;P&gt;A partir disso, você poderá utilizar a fórmula abaixo para montar a análise ABC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;[Exclusive Percentage] =&lt;/SPAN&gt; RangeSum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f5faf0;"&gt;&amp;lt;seu campo&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;), 1, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;RowNo&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;())) / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f5faf0;"&gt;&amp;lt;seu campo&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depois, crie nova fórmula para definir a classificação:&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; background-color: #f5faf0;"&gt;&amp;nbsp; Classe = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;[Exclusive Percentage] &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;&amp;lt;= 0.8, 'A', &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;[Exclusive Percentage] &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;&amp;lt;= 0.9, 'B', 'C'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&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; background-color: #f5faf0;"&gt;Finalmente, crie a fórmula abaixo para definir a cor:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;[Classe] &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;= 'C', &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;LightRed&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;(), &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;[Classe] &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;= 'B', &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;Yellow&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;()))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 12:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756171#M23142</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-12-22T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Classificação ABC</title>
      <link>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756172#M23143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Márcio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Grato pela atenção, hoje me dediquei pra resolver essa questão com base nesse seu post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Obrigado aos demais do grupo também!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;att,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Tonini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 20:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Classifica%C3%A7%C3%A3o-ABC/m-p/756172#M23143</guid>
      <dc:creator>andre_tonini</dc:creator>
      <dc:date>2015-01-08T20:32:07Z</dc:date>
    </item>
  </channel>
</rss>

