This combination could look something like this. You would have to give a variable that either says “top” or “bottom” and then use an if-switch to do what you want to do.
if($${Ivar_py_value_switch}$$ >0) {return “top”;}
else {return “bottom”;}
This combination could look something like this. You would have to give a variable that either says “top” or “bottom” and then use an if-switch to do what you want to do.
if($${Ivar_py_value_switch}$$ >0) {return “top”;}
else {return “bottom”;}