Text annotation for filtered view

@pydspro Thanks for the question!

I think this is similar to / same as: How to filter labels / labelset by the view? Can't work out how to make labels for data that the view has filtered out go away?

In which case, AFAICT @Bryan’s answer is still the case:

There’s not currently any mechanism to fiter LabelSet or utilize a view with it. Your best bet for now is probably to have a column to control alpha and make the ones that should be filtered out be invisible by setting to zero.

1 Like