Using inverted CIDR range in winbox's Torch UI

When using the CLI I can do something like below to show non local outbound traffic on an interface.

/tool torch src-address=192.168.100.0/24 dst-address=!192.168.100.0/24 interface=bridge1

Unfortunately there doesn’t appear to be a way to sort the output, so I tried doing this in winbox but the input field sees the ! prefix as invalid. Is it possible to use an inverted CIDR expression in winbox’s torch UI or is this a bug?