Start Time: Wed Sep 07 16:49:39 2011Executing (Select): Select Locations\xyz C:\xyz ""Tags" LIKE '%music%'"
Try:In the expression variable "Tags" LIKE '%String%'This is enough as at the run time the %string% will be replace by the value of the string i.e. musicThis is what you are doing: You are creating a variable for a wild card that you want to use. This variable is of data type string.The name of the variable is String (rename it to something else- xyz and use- "Tags" LIKE '%xyx%')You are substituting the variable name %String%/%xyz% in the expression
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.