April 28, 200619 yr HI, I am trying to populate a global field with the values from a Value List. I can not find the function (or script step) that does this. Any suggestions?
April 28, 200619 yr You need ValueListItems(fileName;valuelist) See the help system under "Design functions"
April 28, 200619 yr To make your calculation more adaptive, use the Get(FileName) function in the first parameter: ValueListItems(Get(FileName); "ValueListName") If you decide to change the name of your file, you won't need to modify the formula.
Create an account or sign in to comment