<?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: Expressão in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76468#M4121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amigo Gilmaio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Faz um teste por favor, somente para avaliação:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(NATUREZA_EVENTO = 'P' and (MES= 1 or MES = 2 or MES = 3) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ),&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P&gt;IF(NATUREZA_EVENTO = 'P' and (MES= 4 or MES = 5) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ),&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100,&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO-={'P'}, EVENTO={187, 507,904,230}&amp;gt;} VALOR_EVENTO)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2018 17:17:12 GMT</pubDate>
    <dc:creator>marcelvinicius</dc:creator>
    <dc:date>2018-06-26T17:17:12Z</dc:date>
    <item>
      <title>Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76452#M4105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nobres, bom dia preciso criar um filtro (expressão) e não estou conseguindo, help me please! é o seguinte:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preciso juntar as duas condições abaixo, sendo a primeira condição: sum ({&amp;lt;NATUREZA_EVENTO={'P'}, MES= {1,2,3}, EVENTO=-{187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100 e a segunda:&amp;nbsp; sum ({&amp;lt;NATUREZA_EVENTO={'P'}, MES= {4,5}, EVENTO=-{187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 15:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76452#M4105</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-25T15:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76453#M4106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Não entendi bem o que precisa, mas veja se assim te atende:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(mes = 3 ,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, MES= {1,2,3}, EVENTO=-{187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100 ,&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, MES= {4,5}, EVENTO=-{187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 16:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76453#M4106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-25T16:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76454#M4107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anderson, tentando clarear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Se a condição (filtro) for:&amp;nbsp; {&amp;lt;NATUREZA_EVENTO={'P'}, MES= {1,2,3}, EVENTO=-{187, 507,904,230}&amp;gt;} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;então fazer isso: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, MES= {1,2,3}, EVENTO=-{187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Se a condição (filtro) for: {&amp;lt;NATUREZA_EVENTO={'P'}, MES= {4,5}, EVENTO=-{187, 507,904,230}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Então fazer isso:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, MES= {4,5}, EVENTO=-{187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 17:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76454#M4107</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-25T17:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76455#M4108</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;Será que ajudaria?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;NATUREZA_EVENTO = 'P' and (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;MES= 1 or MES = 2 or MES = 3&lt;/SPAN&gt;) and (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;EVENTO &amp;lt;&amp;gt; 187 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;EVENTO &amp;lt;&amp;gt; 507 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;EVENTO &amp;lt;&amp;gt; 904 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;EVENTO &amp;lt;&amp;gt; 230 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #f2f2f2; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, MES= {1,2,3}, EVENTO=-{187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;IF(NATUREZA_EVENTO = 'P' and (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;MES= 4 or MES = 5&lt;/SPAN&gt;) and (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;EVENTO &amp;lt;&amp;gt; 187 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;EVENTO &amp;lt;&amp;gt; 507 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;EVENTO &amp;lt;&amp;gt; 904 or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;EVENTO &amp;lt;&amp;gt; 230 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #f2f2f2; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, MES= {4,5}, EVENTO=-{187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;VALOR_EVENTO&lt;/SPAN&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 17:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76455#M4108</guid>
      <dc:creator>marcelvinicius</dc:creator>
      <dc:date>2018-06-25T17:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76456#M4109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá, seria mais elegante você colocar esse fator de multiplicação em um campo ao lado do campo VALOR_EVENTO com esses valores e fazer assim a sua expressão.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO=-{187, 507,904,230}&amp;gt;} VALOR_EVENTO* CAMPO_MULTIPLICACAO_MESANO )&amp;nbsp; / 100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't worry, be Qlik.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 18:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76456#M4109</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2018-06-25T18:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76457#M4110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcel, na forma proposta por você apresentou erro! fiz pequenos ajustes resultando na expressão abaixo, gostaria que que fosse inserida o valor (sum (VALOR_EVENTO) a fim de apresentar o resultado (soma) na tabela.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(NATUREZA_EVENTO = 'P' and (MES= 1 or MES = 2 or MES = 3) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 )&lt;/P&gt;&lt;P&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(NATUREZA_EVENTO = 'P' and (MES= 4 or MES = 5) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 )&lt;/P&gt;&lt;P&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100,))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 13:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76457#M4110</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-26T13:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76458#M4111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Não sei se entendi muito bem, mas esse campo sugerido (CAMPO_MULTIPLICACAO_MESANO) não o tenho (os percentuais 12,23 e 12,24) são valores externos aos eventos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76458#M4111</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-26T14:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76459#M4112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Amigo Gilmaio,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Não entendi, você quer assim? Ou assim esta dando erro?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=IF(NATUREZA_EVENTO = 'P' and (MES= 1 or MES = 2 or MES = 3) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 )&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF(NATUREZA_EVENTO = 'P' and (MES= 4 or MES = 5) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 )&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;sum (VALOR_EVENTO) &lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76459#M4112</guid>
      <dc:creator>marcelvinicius</dc:creator>
      <dc:date>2018-06-26T14:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76460#M4113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcel, quase! ocorre que essa soma no final não está considerando os filtros, e consequentemente o resultado é diferente das somas individuais, por ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evento&amp;nbsp;&amp;nbsp;&amp;nbsp; Valor&amp;nbsp; Critério&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10,00&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20,00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;Total&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 35,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===&amp;gt; A soma tem que considerar os critérios, que são os filtros:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=IF(NATUREZA_EVENTO = 'P' and (MES= 1 or MES = 2 or MES = 3) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 )&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF(NATUREZA_EVENTO = 'P' and (MES= 4 or MES = 5) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 )&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76460#M4113</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-26T14:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76461#M4114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Será que não auxilia:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=IF(&lt;SPAN style="font-size: 13.3333px;"&gt;GetFieldSelections(&lt;/SPAN&gt;NATUREZA_EVENTO = 'P' and (MES= 1 or MES = 2 or MES = 3) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF(&lt;SPAN style="font-size: 13.3333px;"&gt;GetFieldSelections(&lt;/SPAN&gt;NATUREZA_EVENTO = 'P' and (MES= 4 or MES = 5) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100,&lt;/P&gt;&lt;P style="font-size: 12px; 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;"&gt;sum (VALOR_EVENTO) &lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76461#M4114</guid>
      <dc:creator>marcelvinicius</dc:creator>
      <dc:date>2018-06-26T14:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76462#M4115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assim ele desconsidera os filtros. Apresenta o resultado como sendo diretamente a soma (sum( VALOR_EVENTO) sem os filtros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tentei inserir os dois filtros no último campo da expressão: sum( VALOR_EVENTO) mas não deu certo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76462#M4115</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-26T14:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76463#M4116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tem como disponibilizar um QVF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Poucos dados...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valeu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 14:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76463#M4116</guid>
      <dc:creator>marcelvinicius</dc:creator>
      <dc:date>2018-06-26T14:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76464#M4117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;O resultado da expressão sem o valor&amp;nbsp; sum (VALOR_EVENTO)&amp;nbsp; está apresentado na imagem abaixo. Gostaria que fosse apresentado essa soma só que ela tem que considerar os filtros para apresentar de forma correta. o valor sum (VALOR_EVENTO) soma sem considerar os filtros.&lt;IMG alt="Qlikview1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206277_Qlikview1.JPG" style="height: 354px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 15:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76464#M4117</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-26T15:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76465#M4118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sei que os valore são externos, mas será melhor vc fazer como lhe disse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dados:&lt;/P&gt;&lt;P&gt;LOAD RowNo() AS ORDEM, NATUREZA_EVENTO, MÊS, EVENTO, VALOR_EVENTO, If(Match(MÊS,'1','2','3'),12.23,12.24) AS MULTIPLICADOR INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NATUREZA_EVENTO, MÊS, EVENTO, VALOR_EVENTO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P, 1, 10, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 1, 187, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P, 2, 10, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 2, 187, 30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P, 3, 10, 30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 3, 187, 40&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P, 4, 10, 40&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 4, 187, 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P, 5, 10, 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 5, 187, 60&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressão 1&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO * MULTIPLICADOR) / 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressão 2&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206274_Screenshot_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 15:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76465#M4118</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2018-06-26T15:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76466#M4119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(IsNull(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;NATUREZA_EVENTO&lt;/SPAN&gt;,MES,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;EVENTO&lt;/SPAN&gt;)), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; sum (VALOR_EVENTO),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;NATUREZA_EVENTO = 'P' and (MES= 1 or MES = 2 or MES = 3) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF(NATUREZA_EVENTO = 'P' and (MES= 4 or MES = 5) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;,sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100)))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Você já fez o teste com menos variáveis? Se não é algum problema de aspas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 15:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76466#M4119</guid>
      <dc:creator>marcelvinicius</dc:creator>
      <dc:date>2018-06-26T15:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76467#M4120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Essa última apresentou erro!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A expressão está retornando os dados desejados, apenas a soma (Total Geral) que não está correto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pensei em algo iniciando com: =sum ( ...&amp;nbsp; VALOR_EVENTO) mas não consigo fechar a expressão corretamente. inserindo as condições.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A expressão abaixo está correta! apenas o soma (Total Geral) não está...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(NATUREZA_EVENTO = 'P' and (MES= 1 or MES = 2 or MES = 3) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(NATUREZA_EVENTO = 'P' and (MES= 4 or MES = 5) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100,))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 15:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76467#M4120</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-26T15:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76468#M4121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amigo Gilmaio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Faz um teste por favor, somente para avaliação:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(NATUREZA_EVENTO = 'P' and (MES= 1 or MES = 2 or MES = 3) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ),&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P&gt;IF(NATUREZA_EVENTO = 'P' and (MES= 4 or MES = 5) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ),&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100,&lt;/P&gt;&lt;P&gt;sum ({&amp;lt;NATUREZA_EVENTO-={'P'}, EVENTO={187, 507,904,230}&amp;gt;} VALOR_EVENTO)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 17:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76468#M4121</guid>
      <dc:creator>marcelvinicius</dc:creator>
      <dc:date>2018-06-26T17:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76469#M4122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resulta em 0,00 (Total Geral)...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 17:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76469#M4122</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-26T17:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76470#M4123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obrigado pela colaboração Fernando.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76470#M4123</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-27T13:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expressão</title>
      <link>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76471#M4124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcel, Obrigado pela colaboração!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fechando a expressão em:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(NATUREZA_EVENTO = 'P' and (MES= 1 or MES = 2 or MES = 3) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ),sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.23 / 100,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(NATUREZA_EVENTO = 'P' and (MES= 4 or MES = 5) and (EVENTO &amp;lt;&amp;gt; 187 or EVENTO &amp;lt;&amp;gt; 507 or EVENTO &amp;lt;&amp;gt; 904 or EVENTO &amp;lt;&amp;gt; 230 ),sum ({&amp;lt;NATUREZA_EVENTO={'P'}, EVENTO-={187, 507,904,230}&amp;gt;} VALOR_EVENTO) * 12.24 / 100,)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Express%C3%A3o/m-p/76471#M4124</guid>
      <dc:creator>gilmaioramos</dc:creator>
      <dc:date>2018-06-27T13:24:59Z</dc:date>
    </item>
  </channel>
</rss>

