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

load a number column

i need to have a list box with numbers from 0 to 100 (jump every 10)(10,20,30,,,,100)

called number.

this list box does not have to depend on nothing

i just need this number to be stored as a variable so i can use it dynamic.

1 Solution

Accepted Solutions
sunny_talwar

Look at the attached file

View solution in original post

9 Replies
sunny_talwar

Which number has to be stored? the selected number or any number in random order?

Not applicable
Author

the numers 10,20,30,40,50,60,70,80,90,100

Not applicable
Author

the selected

sunny_talwar

You can either store it directly like this

vVar

=FieldName

or use a trigger to save the value to the variable

Not applicable
Author

can u write me the entire script please

sunny_talwar

Look at the attached file

Anil_Babu_Samineni

Or may be this, If more than one

=Concat(FieldName, ',')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

i dont have a field/

i need one

marcus_malinow
Partner - Specialist III
Partner - Specialist III

Sounds like you just need an Inputbox.

Set one up with a variable of your choosing, with the following settings