Hi @deanparkr ,
try this syntax: ${ value == 0 ? "No" : "Yes" }
To format Collection View (ListView) columns now, Umbraco uses Umbraco Flavored Markdown (UFM). This is the new out-of-the-box standard for handling advanced labels and column templates.
Instead of the old {{ }} Angular bindings, UFM uses a JavaScript-like expression syntax wrapped in ${ }.