Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I Have a requirement where i have to use action->to select field->and in place of search string i have to use a variable.
This works fine as expected ! but the values in current selection box is showing as below.
("india"|"usa"|"uk")
instead of showing india,usa,uk
Attaching a sample application,can someone please provide me the solution to this problem.
Thanks,
Sandeep
Maybe this...
=Concat(Country,'|')
You can use a macro for the selections:
sub selectField
ActiveDocument.Fields("Country").Select "UK new"
ActiveDocument.Fields("Country").Toggleselect "USA new"
end sub
You could try using multiple toggle select actions as an alternative. PFA
If you create a bookmark and then use Replace Bookmark / Apply Bookmark actions, the search syntax is not required and the search box will simply show the selected items in the way you want: