Use case
Return the number of issues linked to the current issue with the "is blocked by" issue link type that do not have a resolution.
Expression
Create and configure a Smart field using this expression in General parsing mode:
%{count(filterByResolution(linkedIssues("is blocked by"), ""))}