<?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: Calcular sem set analysis in Brasil</title>
    <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433620#M52508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try just the below expression with KM dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= min({&amp;lt;&lt;SPAN style="text-decoration: underline;"&gt;km=e(km)&lt;/SPAN&gt;&amp;gt;} Area_Restricao_Total)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure what your calculation condition is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Sep 2017 14:32:37 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-09-04T14:32:37Z</dc:date>
    <item>
      <title>Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433613#M52501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estou usando Set Analysis para calcular um gráfico, quando o campo 'KM' é selecionado.&lt;/P&gt;&lt;P&gt;Como é um gráfico 'tabela simples'&amp;nbsp; preciso do resultado de todas as linhas, sem minha ação de selecionar.&lt;/P&gt;&lt;P&gt;Como posso fazer isso?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resultado:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(GetSelectedCount(km) &amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Min(ALL if(Km_Ini_Real &amp;gt;= vKmInicialSelecionado and Km_Fin_Real &amp;lt;= vKmFinalSelecionado, Area_Restricao_Total))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;, min(Area_Restricao_Total))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 00:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433613#M52501</guid>
      <dc:creator>cristianevpm</dc:creator>
      <dc:date>2017-08-21T00:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433614#M52502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bom dia Cristiane, como vai?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Não entendi sua pergunta, você quer que venha o gráfico sem precisar selecionar o KM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tira essa opção:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;GetSelectedCount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;iF(km &amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Min(ALL if(Km_Ini_Real &amp;gt;= vKmInicialSelecionado and Km_Fin_Real &amp;lt;= vKmFinalSelecionado, Area_Restricao_Total))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;, min(Area_Restricao_Total))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433614#M52502</guid>
      <dc:creator>marcelvinicius</dc:creator>
      <dc:date>2017-08-21T12:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433615#M52503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetSelectedCount (km) &amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Min(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt; If (Km_Ini_Real&amp;gt; = vKmInitialSelected and Km_Fin_Real &amp;lt;= vKmFinalSelected, Area_Restriction_Total))&lt;/STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Min(Area_Restriction_Total))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433615#M52503</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T12:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433616#M52504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: Roboto, arial, sans-serif; font-size: 16px;"&gt;Suponga que si en el campo KM tiene A, B, C, D y usted selecciona B por ejemplo, ¿cuándo debe la tabla mostrar valores para A, C, D?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: Roboto, arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: Roboto, arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 16px; font-family: Roboto, arial, sans-serif;"&gt;Puede utilizar el estado alternativo para la tabla ... transferir la selección de un estado a otro excluyendo la selección actual. Si este enfoque está bien, entonces puedo ayudarle con la expresión&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433616#M52504</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2017-08-21T12:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433617#M52505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olá Surya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isso mesmo que preciso.&lt;/P&gt;&lt;P&gt;Eso mismo que necesito.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 13:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433617#M52505</guid>
      <dc:creator>cristianevpm</dc:creator>
      <dc:date>2017-09-04T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433618#M52506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: Roboto, arial, sans-serif; font-size: 16px;"&gt;puede por favor cargar un documento de ejemplo .. será fácil crear estados alternativos y compartir&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 13:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433618#M52506</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2017-09-04T13:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433619#M52507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@suryaa30 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CapturaKM.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175532_CapturaKM.JPG" style="height: 237px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 14:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433619#M52507</guid>
      <dc:creator>cristianevpm</dc:creator>
      <dc:date>2017-09-04T14:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433620#M52508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try just the below expression with KM dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= min({&amp;lt;&lt;SPAN style="text-decoration: underline;"&gt;km=e(km)&lt;/SPAN&gt;&amp;gt;} Area_Restricao_Total)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure what your calculation condition is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 14:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433620#M52508</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-09-04T14:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433621#M52509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please find attached doc. I have created a copy sheet to implement the changes.&lt;/P&gt;&lt;P&gt;I have created two alternate states Alt and Alt2. And used field event triggers and transferred selections using exlude set analysis condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left table is in Inherited state&lt;/P&gt;&lt;P&gt;Alt state is used to calculate the selection exclusion in inherited state.&lt;/P&gt;&lt;P&gt;Right table is in Alt2 state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate if somebody has a better idea to do it in a simple way.&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: Roboto, arial, sans-serif; font-size: 16px;"&gt;Hola a todos, Por favor, adjunte el documento adjunto. He creado una hoja de copia para implementar los cambios. He creado dos estados alternos Alt y Alt2. Y los desencadenadores de eventos de campo utilizados y las selecciones transferidas utilizando la condición de análisis de conjunto exlude. La tabla izquierda está en estado heredado El estado Alt se utiliza para calcular la exclusión de selección en estado heredado. La tabla derecha está en estado Alt2 Apreciaría si alguien tiene una idea mejor para hacerlo de una manera simple.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: Roboto, arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 15:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433621#M52509</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2017-09-04T15:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433622#M52510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;Hi Surya.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;Eu não achei o documento.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;I did not find the attachment&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 16:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433622#M52510</guid>
      <dc:creator>cristianevpm</dc:creator>
      <dc:date>2017-09-04T16:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433623#M52511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;Sorry, I already found&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 16:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433623#M52511</guid>
      <dc:creator>cristianevpm</dc:creator>
      <dc:date>2017-09-04T16:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433624#M52512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Eu preciso da Soma de todos os Km dentro da Faixa selecionada da primeira coluna a esquerda.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I need the Sum of all Km within the Selected Range from the first column to the left.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 16:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433624#M52512</guid>
      <dc:creator>cristianevpm</dc:creator>
      <dc:date>2017-09-04T16:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433625#M52513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Olá Marcel.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Preciso trazer a Soma de todos Km dentro da Faixa selecionada. &lt;/SPAN&gt; No momento, pra mim ter esse resultado eu preciso selecionar KM por KM. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Não posso deixar isso manual. Endendeu? Necessito do resultado de cada KM para um outro cálculo.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Abraços.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Cristiane&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;-------------------------------------------------&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(GetSelectedCount(km) &amp;gt; 0,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Min({$&amp;lt;km=&amp;gt;} if(Km_Ini_Real &amp;gt;= vKmInicialSelecionado and Km_Fin_Real &amp;lt;= vKmFinalSelecionado, Area_Restricao_Total))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;, min(Area_Restricao_Total))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 16:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433625#M52513</guid>
      <dc:creator>cristianevpm</dc:creator>
      <dc:date>2017-09-04T16:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433626#M52514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: Roboto, arial, sans-serif; font-size: 16px;"&gt;Lo siento, no entiendo su requisito. Por favor, elabore con ejemplos&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 07:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433626#M52514</guid>
      <dc:creator>suryaa30</dc:creator>
      <dc:date>2017-09-05T07:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calcular sem set analysis</title>
      <link>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433627#M52515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Como faço pra calcular cada item da lista sem a necessidade de clicar um a um? Pois dependo do valor selecionado pra fazer o cálculo.&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Expressão que uso:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(GetSelectedCount(km) &amp;gt; 0,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Min({$&amp;lt;km=&amp;gt;} if(Km_Ini_Real &amp;gt;= vKmInicialSelecionado and Km_Fin_Real &amp;lt;= vKmFinalSelecionado, Area_Restricao_Total))&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;, min(Area_Restricao_Total))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 13:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Brasil/Calcular-sem-set-analysis/m-p/1433627#M52515</guid>
      <dc:creator>cristianevpm</dc:creator>
      <dc:date>2017-09-05T13:40:20Z</dc:date>
    </item>
  </channel>
</rss>

