Hi All,
Is there a way, that we can return an exact match when we are searching multiple customers/accounts/texts in one text box.
Example - We have an assignment list to filter where assignment names can be like Assignment1 , Assignment21, Assignment19 and so on.
Now we have given end users a text box where they can search multiple assignments at the same time by just concatenating the assignment names with a Comma.
Now when the end user searches : Assignmen1,Assignment21
Result returned is : Assignment1,Assignmen21,Assignment19
This happened because we use FIND function which searches for contains when we search like this, as per the Anaplan Smart Filters.
Is there anyway we can make it an exact match only and not contains?