<?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: Duvida sobre =count in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798131#M25192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thiago, essa formula que me mandou aparece 'EXPRESSION OK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;porem ela nao me trouxe nenhum valor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coloquei assim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( match(PR_GRUPO_DO_EVENTO,'PESQUISA VEICULOS','PESQUISA SERVICOS'),count( {$ &amp;lt;[PR_STATUS_DO_EVENTO]= {'SUCESSO'} &amp;gt; } [PR_STATUS_DO_EVENTO] ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;esta certo mesmo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2015 17:51:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-12T17:51:20Z</dc:date>
    <item>
      <title>Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798124#M25185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Boa tarde,&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;estou utilizando a formula para contar da coluna PR_STATUS_DO_EVENTO so o que tiver valor de SUCESSO&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;=count( {$ &amp;lt;[PR_STATUS_DO_EVENTO]= {'SUCESSO'} &amp;gt; } [PR_STATUS_DO_EVENTO] )&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;mas agora eu preciso continuar contando o que for SUCESSO e de outra coluna o que for de valor PESQUISA VEICULOS e PESQUISA SERVICOS da coluna chamada PR_GRUPO_DO_EVENTO.&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;como que ficaria a expressão para contar nesta condição?&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Obrigado.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798124#M25185</guid>
      <dc:creator />
      <dc:date>2015-02-12T17:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798125#M25186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gustavo, boa tarde!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Se vc quiser contar e somar esses valores a expressão seria assim:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;count( {$ &amp;lt;[PR_STATUS_DO_EVENTO]= {'SUCESSO'} &amp;gt; } [PR_STATUS_DO_EVENTO] ) + &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;count( {$ &amp;lt;[OUTRA COLUNA]= {'&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;PESQUISA VEICULOS','PESQUISA SERVICOS&lt;/SPAN&gt;'} &amp;gt; } [&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;PR_GRUPO_DO_EVENTO&lt;/SPAN&gt;] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Espero ter ajudado.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Qualquer dúvida, estou a disposição.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Abraços.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Thiago Gonçalo&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798125#M25186</guid>
      <dc:creator>thiago_mlg</dc:creator>
      <dc:date>2015-02-12T17:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798126#M25187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thiago Obrigado pela resposta mas nao quero somar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quero o resultado da contagem de SUCESSO onde na outra coluna tenha apenas os valores de PESQUISA VEICULOS e PESQUISA SERVICOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obrigado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798126#M25187</guid>
      <dc:creator />
      <dc:date>2015-02-12T17:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798127#M25188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Tente desta maneira Gustavo&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;[PR_STATUS_DO_EVENTO]= {'SUCESSO'}, &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;PR_GRUPO_DO_EVENTO={'&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;PESQUISA VEICULOS','PESQUISA SERVICOS&lt;/SPAN&gt;'}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;} &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;[PR_STATUS_DO_EVENTO]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798127#M25188</guid>
      <dc:creator>rphpacheco</dc:creator>
      <dc:date>2015-02-12T17:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798128#M25189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Então neste caso a expressão será o seguinte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( match(OUTRA COLUNA,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PESQUISA VEICULOS','PESQUISA SERVICOS'),&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;count( {$ &amp;lt;[PR_STATUS_DO_EVENTO]= {'SUCESSO'} &amp;gt; } [PR_STATUS_DO_EVENTO] ) )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraços&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798128#M25189</guid>
      <dc:creator>thiago_mlg</dc:creator>
      <dc:date>2015-02-12T17:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798129#M25190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ehh.. deste jeito tambem rsrs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798129#M25190</guid>
      <dc:creator>thiago_mlg</dc:creator>
      <dc:date>2015-02-12T17:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798130#M25191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show de bola Raphael, funcionou certinho Obrigado &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798130#M25191</guid>
      <dc:creator />
      <dc:date>2015-02-12T17:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798131#M25192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thiago, essa formula que me mandou aparece 'EXPRESSION OK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;porem ela nao me trouxe nenhum valor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coloquei assim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( match(PR_GRUPO_DO_EVENTO,'PESQUISA VEICULOS','PESQUISA SERVICOS'),count( {$ &amp;lt;[PR_STATUS_DO_EVENTO]= {'SUCESSO'} &amp;gt; } [PR_STATUS_DO_EVENTO] ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;esta certo mesmo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798131#M25192</guid>
      <dc:creator />
      <dc:date>2015-02-12T17:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798132#M25193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Que bom que funcionou Gustavo. Por gentileza, apenas marque o post como respondido &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;BR /&gt;Abraço!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 17:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798132#M25193</guid>
      <dc:creator>rphpacheco</dc:creator>
      <dc:date>2015-02-12T17:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798133#M25194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gustavo, em teoria deveria funcionar, vou fazer alguns testes.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Porem como a resposta do Raphael atendeu a sua necessidade, por favor, marque a resposta dele como correta, desta forma vc incentiva-nos a continuar ajudando. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abraços.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 18:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798133#M25194</guid>
      <dc:creator>thiago_mlg</dc:creator>
      <dc:date>2015-02-12T18:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798134#M25195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Desculpa minha ignorancia mas, onde que marco como respondido?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 18:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798134#M25195</guid>
      <dc:creator />
      <dc:date>2015-02-12T18:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Duvida sobre =count</title>
      <link>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798135#M25196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Em todas as respostas, logo abaixo tem dois botões: Resposta Correta (Verde) e Resposta Útil (Amarelo).&lt;/P&gt;&lt;P&gt;Para as respostas em que algo foi útil, porém não chegou a resolver o problema, você irá marcar Resposta Útil.&lt;/P&gt;&lt;P&gt;Agora para a resposta que de fato resolveu o problema, você marca como Correta &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 19:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Duvida-sobre-count/m-p/798135#M25196</guid>
      <dc:creator>rphpacheco</dc:creator>
      <dc:date>2015-02-12T19:03:51Z</dc:date>
    </item>
  </channel>
</rss>

