<?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: Contar valores em que a soma seja acima de 1000000 in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135974#M39877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vale mais a pena tratar isso por script, com sum e group by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atenciosamente &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;Em 24 de mai de 2016, às 12:11, Rodrigo Padilha &amp;lt;qcwebmaster@qlikview.com&amp;gt; escreveu:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contar valores em que a soma seja acima de 1000000&lt;/P&gt;&lt;P&gt;created by Rodrigo Padilha in Qlik Brasil - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Olá pessoal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Estou me batendo com uma questão: necessito contar quantos clientes possuem contratos, cujos valores somam acima de 1000000. Estes contratos estão em uma tabela excel, linha a linha, com valores individuais. Necessito somar os valores por clientes (várias linhas) e resultar num valor somado. Se este valor somado superar 1000000, devo contar quantos clientes apresentam esta condição.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tentei o seguinte: ='Clientes A: ' &amp;amp; Count(DISTINCT if(numSum(&amp;gt;=1000000), ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infelizmente, ele me retornou somente quantos clientes têm contratos individuais acima de 1000000 (pegou linha a linha), e não quantos clientes cuja soma de contratos acima deste valor. Como faço?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;agradeço!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on Qlik Community&lt;/P&gt;&lt;P&gt;Start a new discussion in Qlik Brasil by email or at Qlik Community&lt;/P&gt;&lt;P&gt;Following Qlik Brasil in these streams: Inbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;© 1993-2016 QlikTech International AB | Copyright &amp;amp; Trademarks | Privacy | Terms of Use | Software EULA&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2016 16:09:57 GMT</pubDate>
    <dc:creator>rafaugusto</dc:creator>
    <dc:date>2016-05-24T16:09:57Z</dc:date>
    <item>
      <title>Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135973#M39876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá pessoal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Estou me batendo com uma questão: necessito contar quantos clientes possuem contratos, cujos valores somam acima de 1000000. Estes contratos estão em uma tabela excel, linha a linha, com valores individuais. Necessito somar os valores por clientes (várias linhas) e resultar num valor somado. Se este valor somado superar 1000000, devo contar quantos clientes apresentam esta condição.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tentei o seguinte: &lt;SPAN style="font-size: 8pt;"&gt;='Clientes A: ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&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: #0000ff; font-size: 8pt;"&gt;numSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Valor orçado total]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;=1000000), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Nome do Cliente]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infelizmente, ele me retornou somente quantos clientes têm contratos individuais acima de 1000000 (pegou linha a linha), e não quantos clientes cuja soma de contratos acima deste valor. Como faço?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;agradeço!&lt;/P&gt;&lt;P&gt;Rodrigo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 15:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135973#M39876</guid>
      <dc:creator />
      <dc:date>2016-05-24T15:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135974#M39877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vale mais a pena tratar isso por script, com sum e group by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atenciosamente &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;Em 24 de mai de 2016, às 12:11, Rodrigo Padilha &amp;lt;qcwebmaster@qlikview.com&amp;gt; escreveu:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contar valores em que a soma seja acima de 1000000&lt;/P&gt;&lt;P&gt;created by Rodrigo Padilha in Qlik Brasil - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Olá pessoal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Estou me batendo com uma questão: necessito contar quantos clientes possuem contratos, cujos valores somam acima de 1000000. Estes contratos estão em uma tabela excel, linha a linha, com valores individuais. Necessito somar os valores por clientes (várias linhas) e resultar num valor somado. Se este valor somado superar 1000000, devo contar quantos clientes apresentam esta condição.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tentei o seguinte: ='Clientes A: ' &amp;amp; Count(DISTINCT if(numSum(&amp;gt;=1000000), ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infelizmente, ele me retornou somente quantos clientes têm contratos individuais acima de 1000000 (pegou linha a linha), e não quantos clientes cuja soma de contratos acima deste valor. Como faço?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;agradeço!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on Qlik Community&lt;/P&gt;&lt;P&gt;Start a new discussion in Qlik Brasil by email or at Qlik Community&lt;/P&gt;&lt;P&gt;Following Qlik Brasil in these streams: Inbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;© 1993-2016 QlikTech International AB | Copyright &amp;amp; Trademarks | Privacy | Terms of Use | Software EULA&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 16:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135974#M39877</guid>
      <dc:creator>rafaugusto</dc:creator>
      <dc:date>2016-05-24T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135975#M39878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sabe me dizer como fazer neste caso?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 16:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135975#M39878</guid>
      <dc:creator />
      <dc:date>2016-05-24T16:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135976#M39879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tente&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;{&amp;lt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Nome do Cliente] = {"=sum(&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Valor orçado total])&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;gt;=1000000&lt;/SPAN&gt;"}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Nome do Cliente]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 18:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135976#M39879</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-24T18:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135977#M39880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Infelizmente não deu, retorna valor 0... não assumiu a soma acima de 1000000 (eu imagino que seja isso)...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 18:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135977#M39880</guid>
      <dc:creator />
      <dc:date>2016-05-24T18:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135978#M39881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tente com outros valores, para ver se a formula realmente esta errado&lt;/P&gt;&lt;P&gt;Tipo 5.000&lt;/P&gt;&lt;P&gt;Um teste rapido é o seguinte&lt;/P&gt;&lt;P&gt;Inclua um listbox na app com o campo NomeCliente&lt;/P&gt;&lt;P&gt;Na pesquisa do Filtro digite =&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px; background-color: #f2f2f2;"&gt;sum([&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Valor orçado total])&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;&amp;gt;=1000000 e dê um Enter, o Qlik irá selecionar os clientes que possuem venda acima de 1.000.000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 11:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135978#M39881</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-25T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135979#M39882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ficou faltando um colchete&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #0000ff;"&gt;{&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; color: #800000;"&gt;[Nome do Cliente] = {"=sum([&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;Valor orçado total])&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; color: #000000;"&gt;&amp;gt;=1000000&lt;/SPAN&gt;"}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #800000;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Nome do Cliente]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 11:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135979#M39882</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-05-25T11:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135980#M39883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obrigado....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uma dúvida adicional: se eu precisar contar da mesma forma, só que agora a quantidade entre a soma de 200000 e 1000000, como fazer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 17:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135980#M39883</guid>
      <dc:creator />
      <dc:date>2016-06-08T17:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135981#M39884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qual formula funcionou? Você não marcou nenhuma como correta&lt;/P&gt;&lt;P&gt;Se foi essa&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #0000ff;"&gt;{&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;[Nome do Cliente] = {"=sum([&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;Valor orçado total])&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt;&amp;gt;=1000000&lt;/SPAN&gt;"}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #800000;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;[Nome do Cliente]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt; line-height: 1.5em; background-color: #f2f2f2;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt; line-height: 1.5em; background-color: #f2f2f2;"&gt;a resposta seria&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 8pt; line-height: 1.5em; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #0000ff;"&gt;{&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;[Nome do Cliente] = {"=sum([&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;Valor orçado total])&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt;&amp;gt;=2&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px; background-color: #f2f2f2;"&gt;00000 &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;and &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px; background-color: #f2f2f2;"&gt;sum([&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;Valor orçado total])&amp;lt;=&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px; background-color: #f2f2f2;"&gt;1000000&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;"}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #800000;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;[Nome do Cliente]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 17:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135981#M39884</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-08T17:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135982#M39885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;muito obrigado pela ajuda!! funcionou perfeitamente!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 17:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135982#M39885</guid>
      <dc:creator />
      <dc:date>2016-06-08T17:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores em que a soma seja acima de 1000000</title>
      <link>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135983#M39886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Blz!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 17:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Contar-valores-em-que-a-soma-seja-acima-de-1000000/m-p/1135983#M39886</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-08T17:31:14Z</dc:date>
    </item>
  </channel>
</rss>

