Hi,
I have a problem with this panel.
Token $Y$ and $N$ lost values when change between radio input options (Yes/No).
The $trobots$ token show the literal value not the token value (Show literlally $N$ and $N$)
<input type="dropdown" token="tintervalo" searchWhenChanged="true">
<label>Intervalo</label>
<choice value="|loadjob savedsearch="q71139x:vap:precalculoVAPusoultimasemana">Última semana completa</choice>
<choice value="|loadjob savedsearch="q71139x:vap:precalculoVAPusoultimomes">Último mes completo</choice>
<choice value="|loadjob savedsearch="q71139x:vap:precalculoVAPusoultimotrimestre">Último trimestre completo</choice>
<choice value="|loadjob savedsearch="q71139x:vap:precalculoVAPusoultimoaño">Último año completo</choice>
<choice value="|loadjob savedsearch="q71139x:vap:precalculoVAPusomescurso">Mes en curso</choice>
<choice value="|loadjob savedsearch="q71139x:vap:precalculoVAPusoañoencurso">Año en curso</choice>
<choice value="7">Otros</choice>
<change>
<condition value="7">
<set token="show_timepicker">true</set>
<unset token="show_timepicker2"></unset>
if($ttime.earliest$=="",<set token="ttime.earliest">-4h@m</set>)
if($ttime.latest$=="",<set token="ttime.latest">now</set>)
if($trobots$=="",<set token="trobots">`filter_robots` `filter_robots_ip`</set>)
<set token="Y">| eval delete=delete</set>
<set token="N">`filter_robots` `filter_robots_ip`</set>
</condition>
<condition>
<unset token="show_timepicker"></unset>
<set token="show_timepicker2"></set>
if($trobots$=="",<set token="trobots">SinBots"</set>)
<set token="Y">conBots"</set>
<set token="N">sinBots"</set>
</condition>
<input type="radio" token="trobots" depends="$show_timepicker$" id="inputRadioRI" searchWhenChanged="true">
<label>Robots</label>
<choice value="$Y$">Yes</choice>
<choice value="$N$">No</choice>
<initialValue>$N$</initialValue>
</input>
... View more