Skip to main content
Inverse of Assert. Emits true when at least one wire is falsy at the selected moments. Sibling of Any (at least one wire truthy) and Assert (every wire truthy).

Inputs

  • Data / default in — the wires to test.
  • Date — optional. When wired, evaluation happens at that exact date and the As-of moments setting is ignored.

Configuration

  • As-of moments — pick any non-empty subset of Today, Oldest, Latest. Each wire is evaluated at every selected moment; the wire passes if the value is falsy at any of them.

Outputs

  • Result — one boolean per dated-property id seen across the inputs. For the typical single-id case, this is one DP.

Ports