Hey,
Probably stupid question but I'm trying to filter my impact data based on some attributes it has on it.
for example i run this in a point wrangle
if(@otherobjid == 0)
{
removepoint(0,@ptnum);
}
The erorr i get is "Attribute is hiding global ptnum" . Any particular reason why it's doing that?
Thanks
Radu