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: 
Not applicable

Why INPUTFIELD?

Why INPUTFIELD? I did not understand the help description.

Please provide examples.

2 Replies
rubenmarin

Hi, InputField is a Field that allows the user to insert values.

In example it can be useful in a What If report, as allows the user to insert values for accounts, epigraphs...

Alexandros17 posted a simple axample: Inputfield example.qvw

Not applicable
Author

input field:

it will allow user to insert values

ex:

inputfield amount;

load * inline [

product,amount

apple,100

banana,200

orange,300

];

now put 2 list boxes in ui level  one is product and other one is amount

when u keep mouse on amount listbox(on data corner) u will see one symbol like  '>'

click there it will give chance to enter data manuaally

even u can go for reload also , no issue data will be there