label
label(labeled: link) -> string
Returns the label of a link.
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
filter label(^customer) ~ "external"
Filters all customers whose labels contain the substring "external".
Updated about 24 hours ago