Hello, i'm using Modelbuilder too analyse a point feture class.
Goal is to iterate different sql expressions out of a tabel to select various features of the point feature class.
Question: is there a possibility to name the output of the selection referring the sql expression out of the iterator.
using the variable %Value% doesnt work because there a spaces in the sql expression (example: YEARS BETWEEN 0 AND 9)
is there a possibility to use for example a different column for the naming?
Currently used iterator: Iterate Field Values
Thanks for the help