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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How To Use List Variable In Qlikview

hi to all,

I want to define a variable that takes mnay elements in it. For example when I select 2009, 2010,2011 and 2012 years, my variable takes these 4 info in it. How can I make it?

Labels (1)
1 Solution

Accepted Solutions
sushil353
Master II
Master II

use

vlist=getfieldselections(year)

HTH

Sushil

View solution in original post

2 Replies
sushil353
Master II
Master II

use

vlist=getfieldselections(year)

HTH

Sushil

Not applicable
Author

thank you for your reply. It is ok now.