<?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 Soma Condicional in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118108#M6440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prezados, tem algum tempo que estou afastado do Qlik e estou com dificuldade em fazer a seguinte soma condicional que seria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(TIPO=1, SUM(VALOR*20%), TIPO=2, SUM(VALOR*10%), TIPO=3, SUM(VALOR*30%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grande abraço&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2018 21:08:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-11T21:08:20Z</dc:date>
    <item>
      <title>Soma Condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118108#M6440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prezados, tem algum tempo que estou afastado do Qlik e estou com dificuldade em fazer a seguinte soma condicional que seria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(TIPO=1, SUM(VALOR*20%), TIPO=2, SUM(VALOR*10%), TIPO=3, SUM(VALOR*30%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obrigado&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grande abraço&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 21:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118108#M6440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T21:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Soma Condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118109#M6441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Teste:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (TIPO='1',Sum(VALOR)*0.2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (TIPO='2', Sum(VALOR)*0.1, Sum(VALOR)*0.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ou&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match(TIPO,1,2,3),Sum(VALOR)*0.2,Sum(VALOR)*0.1,Sum(VALOR)*0.3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 21:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118109#M6441</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-09-11T21:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Soma Condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118110#M6442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Também daria para fazer assim:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; SUM(VALOR&amp;nbsp;&amp;nbsp; *&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IF(TIPO=1,&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;20%,if(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TIPO=2,10%,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;30%)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;embora, eu prefiro fazer na carga o if e na expressão somente calcular ou mesmo ja trazer calculado o campo.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 22:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118110#M6442</guid>
      <dc:creator>afurtado</dc:creator>
      <dc:date>2018-09-11T22:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Soma Condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118111#M6443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alessandro muito obrigado pela resposta. Realmente foi melhor fazendo direto na carga.&lt;/P&gt;&lt;P&gt;Muito obrigado&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 12:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118111#M6443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-12T12:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Soma Condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118112#M6444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Muito obrigado pela resposta Thiago. Conforme o amigo Alessandro falou, achei melhor fazer pela carga.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 12:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118112#M6444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-12T12:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Soma Condicional</title>
      <link>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118113#M6445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Não esqueça de marcar a resposta como correta e assim fecharmos o tópico.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 28.6924px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Na dúvida de como fazer isso veja o item 2.3 do &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="1007" data-containertype="700" data-objectid="18510" data-objecttype="102" href="https://community.qlik.com/docs/DOC-18510" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Manual do usuário | Como criar e gerir minhas perguntas?&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2018 14:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Soma-Condicional/m-p/118113#M6445</guid>
      <dc:creator>claudemir_dioto</dc:creator>
      <dc:date>2018-09-17T14:30:13Z</dc:date>
    </item>
  </channel>
</rss>

