The following search is complaining about an unmatched parenthesis. Since the parentheses are inside of quotes, shouldn't the parser not care? Does anyone have a workaround?
{baseSearch}
| eval BaselineActual=replace(BaselineActual,") (",")(")
| makemv delim="" BaselineActual
↧