How to restrict data links based on column value?

While overriding a table field and adding data links to it I came accrosss one limitation. There is another override on that field which will value map it in case empty to a default word “demo”.

Is it possible to exclude all fields with the value “demo” from adding data links?

e.g.
word1 -> link
word2 -> link
demo -> no link