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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
d_koti24
Creator II
Creator II

Value list function

What is the use of Valuelist function?

3 Replies
arulsettu
Master III
Master III

ecolomer
Master II
Master II

Hi,

ValueList() is used to create Temporary Dimension or used to create a List box as Qlikuser said.


ValueList will simple display a list of values inside the ()

For example, create a list box go to Expressions and put =ListValue(1,2,3,4)

This will create a list box with these values inside. This is the same as =ListLoop(1,4)

See the file attached