Is it possible to use wild card values when doing an advanced search?
For example, rather than doing multiple conditions like
Can I use some sort of string replacement or smart value search to do something like
to pull anything that has 'def' after it?
Hi Wyatt,
Skip the wildcard syntax *def`, Data Manager Advanced Search relies on native UI operators and not JQL or AQL-style wildcards.
For your examples, try using `Name Ends with def` for strict suffix matching, or `Name Contains def` if substring matching is enough for you.
If you eventually need complex regex, you'll want to either normalize the records during the data transformation phase or import them into Assets to leverage AQL.
Best,
Arekš¤
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.