Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: 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?

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.