Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I am stuck using 'Select in field' action for multiple selections. This is what I am trying
Field - [Primary Issue Driver]
Search String -
(BCBS|BCBS - Accuracy)
Can any one help with this syntax?
Thanks in advance
Regards,
Varun
Try a search string with double quotes when the search string contains blanks:
("BCBS"|"BCBS - Accuracy")
Try a search string with double quotes when the search string contains blanks:
("BCBS"|"BCBS - Accuracy")
Hi Swuehl,
This is not working.
Thanks for your time though!
Regards,
Varun
Seems to work for me though.
Tried copying the same expression you gave me, but not working.
Have you had a look to the attached sample above to check for differences?
If you can't open it, could you post your sample app (just the field loaded into data model)?
I guess there could be some data quality issue.
Use trim function for the field on edit script to remove unwanted spaces if any.
Hi Swuehl,
The expression is working today.
Thanks for your response!
Cheers!
Thanks for your helpful answer