I appreciate your help but the it is only if no tiddler
at all has the id:<value> that something should happen.
Because I take it you mean that your filtered transclusion should be used like so:
<$list filter="[has[id]]">
{{{ [all[current]!contains:id<value> ... ] }}}
</$list>
...but then this will show all the tids with an id field that has another value than <value>
Or do I misunderstand something?
<:-)