When I try to display choices for a field, I want to use NewLine. However, when I use the address book for choices, this is not selectable. If I change it to the $User view in the NAB I can. Any other work arounds?
Subject: Cannot change multi-value seperator when using NAB for choices
Assuming the field is called “GetNames”, use the following as the input translation formula (substitute your field name):
tmpNames:=@Implode(GetNames;“;”);
@ReplaceSubstring(tmpNames;“;”;@NewLine)
Make sure you set the “refresh fields on keyword change” property. This example uses a dialog list.