@WillMT10 suggestion seems to be the easiest method. Just use an expression binding then use the tag browser to select the tag’s quality meta-property, nothing else needed unless you need it as a boolean then
From one of the many @pturmel teachings, I’d recommend creating a custom property that is an indirect tag binding to {template/tag/path}+’/some/sub/tag.Quality’. Then change your expression to
Seems to make sense, not having having that hard-coded in an expression binding. But what problem/issue does that solve? Can you site a use case doing it one way and the other?
Just note, in v8 the quality strings have changed. Disabled becomes Bad_Disabled
Also, IA have always recommended against using magic strings to compare quality, as you can see, they may be changed in future versions. Although there's no alternative at the moment in the expression language if you want to check for a specific quality. isGood({[default]path/to/tag}) should work, stealing Jordan's tag path from his post. Note: don't include the ".Quality" on the end, as the quality when reading the quality of a tag itself will always be good