Selecting Views by Filter

Hi,

i have 4 legend views, i want to filter my selection by the name and select 3 of them.

Thanks

1

Could you do something like this? Getting Sheets with Sheet Number starting with "ABC_"

1 Like

i’ll try and see what happens, thank you

since there are no legends in categories, i went like this, it selects only one view and it’s the wrong one i guess.

i want to select those legend views that start with Wall

You need to get the legend views names to run through String.Contains. Also the Transaction.End is not necessary. String.ElementsModified just gives a summary count of your elements

1 Like