musicarteca Posted April 28, 2006 Posted April 28, 2006 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?
IdealData Posted April 28, 2006 Posted April 28, 2006 You need ValueListItems(fileName;valuelist) See the help system under "Design functions"
musicarteca Posted April 28, 2006 Author Posted April 28, 2006 Design funtions, of course, thanks again.
John Mark Osborne Posted April 28, 2006 Posted April 28, 2006 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.
Recommended Posts
This topic is 6786 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now