I have the following as the formula for choices in a Dialog List field.It supposed to return a list of common names from the NAB.
Most times it works fine. Sometimes, it returns nothing.
Any suggestions?
Most users having problems are using R6 client. Server is 6.0.2 CF1.
I posted here as well as R5 forum because I cannot confirm that this is an R6 issue only.
Thanks in advance.
Here is the formula:
list:=@DbColumn(“Notes”:“”;“Notesev”:“NAMES”;“People”;1);
@RightBack(@Name([CN];list);" ") + " " + @Left(@Name([CN];list); " ")