Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using a macro, how to assign a variable with multiple values to a Field ?

Using the Actions > Select in Field option, we can assign a variable with multiple values to a Field. I would like to find out it's equivalent using a macro. Anyone ?

Something along the line of where vTestLocation is a variable.

ActiveDocument.Fields("Test Location").Select vTestLocation

1 Reply
Oleg_Troyansky

I think that you need to use an array of values in order to select multiple values in a macro - look for API "SelectAndValues"