Get and delete tags by certan host Parameter value, how?

Hello,

all elements in active ignores tags…

is there a way to get all tags in active view, and if parmeter value is “?” (or None) “KA” delete the tag?

KR

Andreas

Does all elements of a category in view work?

@pyXam ,

all elements by view is not getting the tags … i (have to) work in tempview and isolate mode!

grafik

its like…

if tag.Host.Parameter == "KA" or " "  delete tag 
else remain tag

KR

Andreas

Does it really need to be based on the active view? Wouldn’t you prefer to get rid of all tags missing values?

Even if you want just the active view, it would probably be easier to get all tags of a specific type, filter by missing values, and then filter by active view.

1 Like

@Nick_Boyts ,

thanks, i will check,

active view is just for visual controll view by view

KR

Andreas

@Nick_Boyts ,

i fully understand , i can always do it with all tags, it is independent from the view!

KR

Andreas