Project Logical Editor Question

Hi! I am trying to create visibility, logical editor! I have a bunch of folders of STRINGS, BRASS, WW, and PERC. I have created a logical editor to toggle “hide” and “unhide” the folder - which works perfectly! However, I would like the editor to NOT hide the tracks that have DATA on them…
Scenario:
I have written some stuff in STR SHRTS, and I want to jump down to BRASS, so I want to hide STR folder and see the BRASS without getting rid of the STR SHRTS track… Is this possible?
Thanks so much in advance!

Hi and welcome,

Try to add these lines to your condition (Filter Target):
Container Type is | Equal | Track | And
Property | Property is set | Event is empty

Or Property is not set, depending, which case do you need.

Does it work for you?