Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro for passing variable value to field level

I have value in the variable v1=101
how to pass the variable value to field customer

v1 will get different value each time.

advance thanks for your help and support

1 Reply
Not applicable
Author

Answers found -solution







Sub

Test

"v1"

).GetContent. String

msgbox

(val)

"Customer"

). Select "*" & val & "*",

true

End



Sub