Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
liliem
Contributor
Contributor

inputbox - multiple value

Hi,

Is it possible to put multiple values ​​into inputbox? Eg. 'abc','cba','dsa', 'New AbcD' etc.

liliemi_0-1615377709078.png

 

 

 
 

 

 

Labels (5)
1 Solution

Accepted Solutions
GaryGiles
Specialist
Specialist

The easy answer is yes, but then question is, how are you planning to use that variable?

If the variable is vInput and you were using it in set analysis,

sum({$<Fieldname={$(vInput)}>} Valuename)

should work with multiple values entered, separated by comma.

View solution in original post

3 Replies
GaryGiles
Specialist
Specialist

The easy answer is yes, but then question is, how are you planning to use that variable?

If the variable is vInput and you were using it in set analysis,

sum({$<Fieldname={$(vInput)}>} Valuename)

should work with multiple values entered, separated by comma.

liliem
Contributor
Contributor
Author

Okej, that's works fine.

Does the input field work fine with Nprinting when used as a filter?

GaryGiles
Specialist
Specialist

As long as you are using the variable in set analysis, it should work.