Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
gerrycastellino
Creator III
Creator III

Displaying hard-coded values in list box

I have a list of values (that are not in any table)  that I would like to

display in a list box:  assume A,B,C.

How do I do this ?

1 Solution

Accepted Solutions
maxgro
MVP
MVP

use an expression as

=valuelist('A','B','C')

View solution in original post

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Load them with Load Inline, then use in the list box

maxgro
MVP
MVP

use an expression as

=valuelist('A','B','C')

gerrycastellino
Creator III
Creator III
Author

Massimo:  how would I reference the value the user has selected ?

maxgro
MVP
MVP

if you want to reference it, you can try with Alessandro's suggestion

load * inline [

fieldforlistbox

A

B

C

];

why do you need a list of value that aren't in any table? I cannot imagine a way of use