<?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 SetExpression using variables not ignoring Current Selecion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SetExpression-using-variables-not-ignoring-Current-Selecion/m-p/264181#M495690</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;&lt;/P&gt;&lt;P&gt;I have two Variables to calculate a result, its like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;vResultReal = &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;TipoAcumulo&lt;/SPAN&gt;='Soma',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;RealizadoIndicadores&lt;/SPAN&gt;)/&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;MetaIndicadores&lt;/SPAN&gt;), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;TipoAcumulo&lt;/SPAN&gt;='Media',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; avg&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;ResultadoIndicador&lt;/SPAN&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;MesAnoBSC&lt;/SPAN&gt;=&lt;SPAN style="color: #333333;"&gt;&lt;EM&gt;&lt;STRONG&gt;$(vMaxMesAno)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;ResultadoIndicador&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;vResult = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;EM&gt;&lt;STRONG&gt;$(vResultReal)&lt;/STRONG&gt;&lt;/EM&gt;&amp;gt;1.5,1.5,&lt;STRONG&gt;&lt;EM&gt;$(vResultReal)&lt;/EM&gt;&lt;/STRONG&gt;) * &lt;SPAN style="color: #800000;"&gt;PesoIndicador&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;, &lt;SPAN style="color: #800000;"&gt;TipoAcumulo&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;Indicador&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, now on the dashboard I have two buttons, and there text are a formula using &lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;&lt;EM&gt;vResult&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Button text1 = &lt;SPAN style="font-family: 'courier new', courier;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Objetivo&lt;/SPAN&gt;={'Aumentar valor para o acionista'}&amp;gt;}&lt;STRONG&gt;&lt;EM&gt;$(vResult)&lt;/EM&gt;&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Button text2 = &lt;SPAN style="font-family: 'courier new', courier;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Objetivo&lt;/SPAN&gt;={'Gerir despesas'}&amp;gt;} &lt;STRONG&gt;&lt;EM&gt;$(vResult)&lt;/EM&gt;&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They're only difference is the filter.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, here goes the problem:&lt;/P&gt;&lt;P&gt;We I click each button, the field &lt;SPAN style="color: #800000; font-family: 'courier new', courier;"&gt;Objetivo&lt;/SPAN&gt; needs to be selected depending on the clicked button.&lt;/P&gt;&lt;P&gt;And this make the button not clicked to show "0". The text on the buttons &lt;STRONG&gt;cannot &lt;/STRONG&gt;change based on the selected &lt;SPAN style="color: #800000; font-family: 'courier new', courier;"&gt;Objetivo&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QVW is attached, can anyone help please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rogério Faria&lt;/P&gt;&lt;P&gt;Brazil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 14:31:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-08T14:31:56Z</dc:date>
    <item>
      <title>SetExpression using variables not ignoring Current Selecion</title>
      <link>https://community.qlik.com/t5/QlikView/SetExpression-using-variables-not-ignoring-Current-Selecion/m-p/264181#M495690</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;&lt;/P&gt;&lt;P&gt;I have two Variables to calculate a result, its like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;vResultReal = &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;TipoAcumulo&lt;/SPAN&gt;='Soma',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;RealizadoIndicadores&lt;/SPAN&gt;)/&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;MetaIndicadores&lt;/SPAN&gt;), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;TipoAcumulo&lt;/SPAN&gt;='Media',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; avg&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;ResultadoIndicador&lt;/SPAN&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;MesAnoBSC&lt;/SPAN&gt;=&lt;SPAN style="color: #333333;"&gt;&lt;EM&gt;&lt;STRONG&gt;$(vMaxMesAno)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;ResultadoIndicador&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;vResult = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;EM&gt;&lt;STRONG&gt;$(vResultReal)&lt;/STRONG&gt;&lt;/EM&gt;&amp;gt;1.5,1.5,&lt;STRONG&gt;&lt;EM&gt;$(vResultReal)&lt;/EM&gt;&lt;/STRONG&gt;) * &lt;SPAN style="color: #800000;"&gt;PesoIndicador&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;, &lt;SPAN style="color: #800000;"&gt;TipoAcumulo&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;Indicador&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, now on the dashboard I have two buttons, and there text are a formula using &lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;&lt;EM&gt;vResult&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Button text1 = &lt;SPAN style="font-family: 'courier new', courier;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Objetivo&lt;/SPAN&gt;={'Aumentar valor para o acionista'}&amp;gt;}&lt;STRONG&gt;&lt;EM&gt;$(vResult)&lt;/EM&gt;&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Button text2 = &lt;SPAN style="font-family: 'courier new', courier;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Objetivo&lt;/SPAN&gt;={'Gerir despesas'}&amp;gt;} &lt;STRONG&gt;&lt;EM&gt;$(vResult)&lt;/EM&gt;&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They're only difference is the filter.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, here goes the problem:&lt;/P&gt;&lt;P&gt;We I click each button, the field &lt;SPAN style="color: #800000; font-family: 'courier new', courier;"&gt;Objetivo&lt;/SPAN&gt; needs to be selected depending on the clicked button.&lt;/P&gt;&lt;P&gt;And this make the button not clicked to show "0". The text on the buttons &lt;STRONG&gt;cannot &lt;/STRONG&gt;change based on the selected &lt;SPAN style="color: #800000; font-family: 'courier new', courier;"&gt;Objetivo&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QVW is attached, can anyone help please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rogério Faria&lt;/P&gt;&lt;P&gt;Brazil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 14:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetExpression-using-variables-not-ignoring-Current-Selecion/m-p/264181#M495690</guid>
      <dc:creator />
      <dc:date>2012-02-08T14:31:56Z</dc:date>
    </item>
    <item>
      <title>SetExpression using variables not ignoring Current Selecion</title>
      <link>https://community.qlik.com/t5/QlikView/SetExpression-using-variables-not-ignoring-Current-Selecion/m-p/264182#M495692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably should use separate expressions and variables for this.&amp;nbsp; The problem is that the Set expression also needs to be in the expressions controlled by the variables.&amp;nbsp; That is why it zeros when you make a selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 15:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetExpression-using-variables-not-ignoring-Current-Selecion/m-p/264182#M495692</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2012-02-08T15:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: SetExpression using variables not ignoring Current Selecion</title>
      <link>https://community.qlik.com/t5/QlikView/SetExpression-using-variables-not-ignoring-Current-Selecion/m-p/264183#M495693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is the problem.&lt;/P&gt;&lt;P&gt;I have in this example 2 buttons only, and I will need to create more than 30 buttons (the objectives from our bussiness plan).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'd like a way to reuse the expression, changing only the SetExpression.&lt;/P&gt;&lt;P&gt;I also tried something like that, in hope it would consider the previous SetExpression: (&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;STRONG&gt;{$&amp;lt;Objetivo=&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;vResultReal =&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;TipoAcumulo&lt;/SPAN&gt;='Soma',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum&lt;/SPAN&gt;(&lt;STRONG&gt;{$&amp;lt;Objetivo=&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #800000;"&gt;RealizadoIndicadores&lt;/SPAN&gt;)/&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;STRONG style="color: #000000; font-family: 'courier new', courier; font-size: 12px; background-color: #eef4f9;"&gt;{$&amp;lt;Objetivo=&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #800000;"&gt;MetaIndicadores&lt;/SPAN&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;TipoAcumulo&lt;/SPAN&gt;='Media',&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; avg&lt;/SPAN&gt;(&lt;STRONG style="color: #000000; font-family: 'courier new', courier; font-size: 12px; background-color: #eef4f9;"&gt;{$&amp;lt;Objetivo=&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #800000;"&gt;ResultadoIndicador&lt;/SPAN&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum&lt;/SPAN&gt;(&lt;STRONG style="color: #000000; font-family: 'courier new', courier; font-size: 12px; background-color: #eef4f9;"&gt;{$&amp;lt;Objetivo=&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;MesAnoBSC&lt;/SPAN&gt;=&lt;SPAN style="color: #333333;"&gt;&lt;EM&gt;&lt;STRONG&gt;$(vMaxMesAno)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;ResultadoIndicador&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it didnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grateful If any others ideia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rogério Faria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetExpression-using-variables-not-ignoring-Current-Selecion/m-p/264183#M495693</guid>
      <dc:creator />
      <dc:date>2012-02-08T17:21:43Z</dc:date>
    </item>
  </channel>
</rss>

