i want to Delete ‘ALL’ Elements that are not in my section box of the ‘Current View’
I got a list of elements in active View and then got A List of all categories and looped it in ’ all element by category ’ to get all elements in projects, then compare it with elements in acitve view and delete those that does not match.
But this is highly impractical and doesnt work for large projects and gets stuck when comparing the elements. is there a more practical way to do this??