September 12, 200421 yr I am having difficulty getting a ValueListItems function to work when used in a Substitute function. With the name of the file I am working in being "billing.fp5" and the value list named "visit_or_procedure", I have tried: Substitute( ValueListItems( "billing",visit_or_procedure ), "
September 12, 200421 yr Try Substitute( ValueListItems( Status(CurrentFileName)),visit_or_procedure ), "
September 12, 200421 yr Author Thanks, but with that I get a "There are too few separators in this function." message with the parenthesis just before the first comma highlighted. D
Create an account or sign in to comment