@493669 I need to display panel based on combination of two Inputs value, one from drop down and one from radio buton, the link you gave is for one input. Something like below, but its not working
<change>
<condition match=$slatoken$==MET and $filetypetoken$==INCOMING>
<set token="MET">true</set>
<set token="INCOMING">true</set>
<unset token="WARN"></unset>
<unset token="BREACH"></unset>
<unset token="OUTGOING"></unset>
</condition>
</change>
... View more