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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.