As per
example for SetWidget given in docs, under "Conditional Variable Assignment":
<$set name="myVariable" filter="" value="It's magic" emptyValue="It's not magic">
<$text text=<<myVariable>>/>
</$set>
As seen, I have edited the filter to be totally emtpy.
IMO the result should be the emptyValue... but it returns the value (It's magic). Surely that can't be correct or do I misunderstand something?
<:-)