Hi Everyone Quick Question,
I am trying to build a model in model builder that ask for a user to define a value in a parameter (string variable) and then integrate this string variable into my raster's extract by attribute tool (spatial analyst). Basically I want a user to be able to enter say "3.2" which is related to a string variable and then utilize this string variable in the where statement of the extract by attribute tool.
Where value <= (User define value in string variable)
The problem I have is I don't know how to integrate the separate string variable into the sql where clause.
