Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Inputfield - evaluate input

Is there any way to evaluate an inputfield? For example, allowing only boolean values or values from a specified list?

1 Reply
tanelry
Partner - Creator II
Partner - Creator II

There is no direct option to limit the user-typed input, but you could go round by adding a text object with a warning message and
show condition like: sum(all if(not match(MyInputField, ListOfAllowedValues), 1) > 0.

You could also consider creating a macro to fill the inputfield based on a variable value. User would select a value from drop-down inputbox and press the button to fill the cells.