Hi all,
I dont know why this simple filter does not work. Can anyone help me? I was trying to filter elements that has no value in their ‘TCI’ parameters.
Your list structures don’t match. Your elements are a list of a list and your booleans are just a list. You should be able to just flatten your lists.
1 Like
Obbs, I didn’t see that. thanks Nick