Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Retrieving values from associated field

That seemed to fix the problem. One last question. When you select something the item turns green and other selection boxes show ,in white, matches (but is not green). I am using "ActiveDocument.Fields("field").GetMemberValue(2)" to retrive the value in a field but it only works if the field is "green" (selected). Can values be retrieve from a field where the items are "white" ( ie not actually selected and thus not green)?

1 Solution

Accepted Solutions
Not applicable
Author

It sounds like this is a continuation of another discussion. If I'm jumping in, then I apologize.

I think you need to use GetPossibleValues instead of GetMemberValue to get the white values. In the API Guide, they use a loop to pick every possible value for a specific field.

View solution in original post

3 Replies
Not applicable
Author

It sounds like this is a continuation of another discussion. If I'm jumping in, then I apologize.

I think you need to use GetPossibleValues instead of GetMemberValue to get the white values. In the API Guide, they use a loop to pick every possible value for a specific field.

Not applicable
Author

Sorry you are right I didn't mean to create a new post. Anyway, GetPossibleValues worked for what I need.

Thanks for your help NMiller. Other then some clean up and error trapping all is working.

Not applicable
Author

Glad to help and I promise I'm not following you around the forum. Smile