Rainy Pass Posted April 22, 2010 Posted April 22, 2010 Is it possible to test for the existence of a value in a drop down value list? I am trying to build a script (triggered on field entry) to auto enter a value, if that value is in a drop down value list.
Fitch Posted April 23, 2010 Posted April 23, 2010 You could use ValueListItems and then FilterValues to test for the one you want.
Rainy Pass Posted April 23, 2010 Author Posted April 23, 2010 Thanks, I'll see if I can't make it work.
Rainy Pass Posted April 23, 2010 Author Posted April 23, 2010 I can't seem to capture the value in drop down list. Any suggestions, what am I missing? The following returns a null value: FilterValues ( ValueListItems ( Get ( FileName ) ; "ORLI Color via Product Style" ) ; "na" ) As does: ValueListItems ( Get ( FileName ) ; "ORLI Color via Product Style" )
comment Posted April 23, 2010 Posted April 23, 2010 Perhaps you have the same issue as here: http://fmforums.com/forum/showtopic.php?tid/214453/post/355084/#355084
Rainy Pass Posted April 23, 2010 Author Posted April 23, 2010 No. But thanks. The calc is in a script step. And is set up a couple ways in Data viewer. I get nothing Does anyone, or can FM extract data from the drop down lists?
comment Posted April 23, 2010 Posted April 23, 2010 Are you sure the name of your value list is EXACTLY "ORLI Color via Product Style"?
Fitch Posted April 24, 2010 Posted April 24, 2010 Does your value list use related values, and if so are you in the right context to see the related values?
Recommended Posts
This topic is 5689 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