Let users dynamically filter a grid by multiple selections

This is on my list of things to work out as I havn’t seen it done client-side as far as I recall. Namely, multi-select grid or search to tilde separated list to BAQ whereClause (client-side).
ie: ‘001~002~003’ > EmpNum IN(‘001’,‘002’,‘003’)
I suspect it’s possible, client-side using this (but haven’t yet found it used this way):

I’m sure there are other ways. :popcorn: